Subject: System requirements
Author: ant
In response to: Why another build tool?
Posted on: 04/19/2010 03:37:52 PM
1) TDK 1.5 or later
2) To build and use Ant, you must have a JAXP-compliant XML parser installed and available on your classpath, such as Xerces. The binary distribution of Ant includes the latest version of the Apache Xerces2 XML parser. Please see http://java.sun.com/xml/ for more information about JAXP. If you wish to use a different JAXP-compliant parser, you should remove xercesImpl.jar and xml-apis.jar from Ant's lib directory.
>
> On 04/19/2010 03:36:44 PM ant wrote:
Instead of a model where it is extended with shell-based commands, Ant 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 that implements a particular Task interface.
References: