Differences between revisions 5 and 6
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Ant [http://ant.apache.org/] is an open-source build tool providing make-like functionality for java projects. Ant [[http://ant.apache.org/]] is an open-source build tool providing make-like functionality for java projects.
Line 15: Line 15:
 * [http://ant.apache.org/manual/CoreTasks/import.html Import]
 * [http://ant.apache.org/manual/CoreTasks/macrodef.html MacroDef]
 * [http://ant.apache.org/manual/CoreTasks/presetdef.html PreSetDef]
 * [[http://ant.apache.org/manual/CoreTasks/import.html|Import]]
 * [[http://ant.apache.org/manual/CoreTasks/macrodef.html|MacroDef]]
 * [[http://ant.apache.org/manual/CoreTasks/presetdef.html|PreSetDef]]

Ant http://ant.apache.org/ is an open-source build tool providing make-like functionality for java projects.

Example build.xml files

Some pointers I've gleaned

--- CategoryCheatSheet

iDIAcomputing: BuildingWithAnt (last edited 2009-07-27 18:25:31 by localhost)