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: Edit these properties in build.properties:

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.