Download List

Project Description

Ant is a Java based build tool, similar to make, but with better support for the cross platform issues involved with developing Java applications.

Ant is the build tool of choice for all Java

projects at Apache and many other Open Source Java projects.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-03-01 23:14
1.8.3

Several small fixes and improvements across many tasks.

2010-12-28 07:48
1.8.2

Performance improvements in directory scanning. The XSLT task honors the classpath again (bugrep 49271). The distinction between core tasks and optional tasks is abolished. Numerous bugfixes and improvements as documented in Bugzilla and in WHATSNEW.

2010-05-08 18:42
1.8.1

New task augmenting allows users to add attributes or nested elements to previously defined references. Numerous bugfixes and improvements were made, as documented in Bugzilla and in the WHATSNEW file.

2010-02-09 16:06
1.8.0

Lexically scoped local properties were added. <import> can now import from any file- or URL-providing resource. Various improvements to the directory scanning code improved scanning performance. There were numerous other bugfixes and improvements.

2010-01-13 17:38
1.8.0RC1

A new top level element, extension-point, allows build files to be extended with custom targets more easily. The "if" and "unless" attributes will be evaluated according to the values of the properties entered if these properties evaluate to true, false, on, or off. Ant now requires Java 1.4 or later. A new task, include, provides an alternative to <import> that should be preferred when you don't want to override any targets. Numerous bugfixes and improvements were made.

Project Resources