*** Welcome to piglix ***

Apache Ant

Apache Ant (Another Neat Tool)
Apache Ant Logo
Developer(s) Apache Software Foundation
Initial release July 2000; 16 years ago (2000-07)
Stable release
1.9.7 / April 12, 2016; 9 months ago (2016-04-12)
Repository git-wip-us.apache.org/repos/asf/ant.git
Written in Java
Platform Java SE
Type Build tool
License Apache License 2.0
Website ant.apache.org

Apache Ant is a software tool for automating software build processes, which originated from the Apache Tomcat project in early 2000. It was a replacement for the Unix make build tool, and was created due to a number of problems with the unix make. It is similar to Make but is implemented using the Java language, requires the Java platform, and is best suited to building Java projects.

The most immediately noticeable difference between Ant and Make is that Ant uses XML to describe the build process and its dependencies, whereas Make uses Makefile format. By default the XML file is named build.xml.

Ant is an Apache Software Foundation project. It is open-source software, and is released under the Apache License.

Ant ("Another Neat Tool") was conceived by James Duncan Davidson while preparing Sun's reference JSP/Servlet engine, later Apache Tomcat, for release as open source. A proprietary version of make was used to build it on Solaris, but in the open source world there was no way of controlling which platform was used to build Tomcat; so Ant was created as a simple platform-independent tool to build Tomcat from directives in an XML "build file". Ant (version 1.1) was officially released as a stand-alone product on July 19, 2000.

Several proposals for an Ant version 2 have been made, such as AntEater by James Duncan Davidson, Myrmidon by Peter Donald and Mutant by Conor MacNeill, none of which were able to find large acceptance with the developer community.


...
Wikipedia

...