Please refer to the subversion repository page on how to check out the latest source.
The build process requires a few libraries and tools to be installed:
The default target of the top-level build file of the project builds all the packages, simply type:
ant
Switches can be specified on the command line - the examples below can be combined:
ant -Djava_version=1.6
: to build java 1.6 binary code - default is 1.5ant -Dversion=1.1.4-rc1
: to build JAR files for the version specified instead of "CURRENT"