Blitz Developers Guide
Building Blitz
The build process for Blitz is automated via Ant build scripts. First, ensure that you've installed all the required packages.
Configuration
Edit the following properties in build.xml:
- db_root and bdb - should be configured to point to the location of your Berkeley Db installation and the je.jar respectively.
Edit these properties in build.properties:
- jini_root - should be configured to point to the location of the root of your JINI 2.0 installation
- jdk_root - should be configured to point to the root of your JDK 1.4.x installation
Basic build
ant clean compile
Javadoc:
ant javadoc
Which generates javadoc in docs/javadocs
Creating a distribution
The final steps in producing a Blitz distribution are to create the blitz.jar, blitz-dl.jar and stats.jar files.
ant jars
All the generated .jar's will be placed in the lib directory.