Checkouting the jxCAL demo Cocoon webapp from CVS |
Prerequisites | ||
jxCAL depends on cocoon, so you'll have to install a working copy of cocoon before using jxCAL in cocoon.
Install cocoon | ||
Download cocoon from the apache cocoon project page and follow the instructions.
Get the jxCAL sources | ||
Authentication | ||
Anonymous CVS Access
jxCAL's CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. When prompted for a password for anonymous, simply press the Enter key.
export CVSROOT=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jxcal cvs login
Developer CVS Access
Only jxCAL developers can access the CVS tree using this method. A SSH client must be installed on your client machine. Substitute developername with your sourceforge login.
export CVSROOT=:ext:developername@cvs.sourceforge.net:/cvsroot/jxcal
Checkout | ||
Now that you have configured the way you are going to access the repository, you can checkout the sources with the following instruction set:
For developer CVS access, enter your site password when prompted.
cvs co -d jxcal cocoon/demo-webapp cd jxcal cvs co -d views core/views cvs co examples
Install jxCAL | ||
Move the jxcal directory that you just got to the root of the cocoon installation directory. If you use the servlet container shipped with cocoon Jetty, you can now access the jxCAL demo cocoon webapp start page by typing the following url in your favorite browser.
If you can see the jxCAL start page, congratulations, you have successfully installed jxCAL.
Conclusion | ||
Now that you have installed jxCAL, you'll most certainly want to customize it to fit your needs since in its shipping form, it doesn't do much usefull.
by Cédric VIDAL