Categories
Ant
Ant is a Java based build tool, similar to make, but with better support for the cross platform issues involved with developing Java applications.
Instead of a model where the tool is extended with shell based commands, it is extended using Java classes. Instead of writing shell commands, the configuration files are XML based calling out a target tree where various tasks get executed. Each task is run by an object which implements a particular Task interface.
Last updated 23 May, 2005
About
Leadership
- Ant development team - Maintainer
- See for a complete list - Contributor
Requirements
- JAXP-compliant XML parser (Source Requirement)
Related Projects
Versions
1.6.4
1.6.4 stable released 2005-05-19
- Released: 19 May, 2005
- Code Maturity: Stable
- Source Archive: http://cvs.apache.org/snapshots/ant/
- Licenses: Apache
- Interfaces: Command Line
User Community and Support
User manual available in HTML format from http://ant.apache.org/manual/index.html




