Ant

We use Ant 1.7

Module Build File

Each module must include an Ant build.xml file capable of building the entire module. However the code should be organised to be compilable from IDEA as well as Ant.

The build.xml file must include the following targets:

Global Project Build File

At some point (when we want to make releases) we need a global project Ant file. The specification of this has been punted for now.