DEVELOPERS SECTION
Compiling
the sources
The JCGrid sources are available from the
download
section or you can check the latest under development version
form the SourceForge anonymous CVS. In order to compile the sources you need:
- Java
SDK 1.4.1 (or better). Available from Sun.
JAVA_HOME must be set and java, javac commands must be in your path.
- Ant
1.5.1 (or better). Available from Apache.
The ant command must be in your path.
UNIX (including Linux)
To check out from the SourceForge anonymous CVS, you have to type:
- mkdir jcgrid
- cd jcgrid
- cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jcgrid login
- cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jcgrid co .
To compile the source you have to type:
- cd jcgrid-main
- cp log4j.cfg.example log4j.cfg
- cp build.properties.example build.properties
- ant