Java Build System

This Java build system is based on ant. It comes with a build.xml that contains project configuration variables. This file includes include.xml that defines the available targets.

Changelog:

How to use this build system:

  1. Unpack the archive
  2. Customize build.xml
  3. Execute ant init
  4. Place your sources in src/
  5. You are ready to go

The directory structure that will be imposed on your project:

The targets that are available to you: