Apache Ant site Apache Ant logo

the Apache Ant site
Home
Projects
 

Welcome

Apache Ant™

Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks.

Ant is written in Java. Users of Ant can develop their own "antlibs" containing Ant tasks and types, and are offered a large number of ready-made commercial or open-source "antlibs".

Ant is extremely flexible and does not impose coding conventions or directory layouts to the Java projects which adopt it as a build tool.

Software development projects looking for a solution combining build tool and dependency management can use Ant in combination with Apache Ivy.

The Apache Ant project is part of the Apache Software Foundation.

Apache Ant 1.9.2

July 12, 2013 - Apache Ant 1.9.2 Released

Apache Ant 1.9.2 is now available for download as source or binary from http://ant.apache.org/bindownload.cgi.

Ant 1.9.2's javadoc task provides a workaround for the recently patched frame injection vulnerability of the javadoc tool found in Oracle JDKs prior to Java 7u25 known as CVE-2013-1571. The task will now post-process the generated files and remove the vulnerability if detected.

In addition some interoperability patches to the tar and zip classes have been applied.

Apache Ivy 2.3.0

January 21, 2013 - Apache Ivy 2.3.0 Released

Apache Ivy 2.3.0 is now available for download as source or binary (with and without dependencies) from http://ant.apache.org/ivy/download.cgi.

Key features of the 2.3.0 release are

In addition, experimental OSGI support has been added to the Ivy core.

For more information see the Ivy home page.

Apache Compress Antlib 1.2

April 20, 2012 - Apache Compress Antlib 1.2 Released

The Apache Compress Antlib 1.2 is now available for download as binary or source release.

This release adapts to the 1.4 release of Apache Commons Compress and now adds support for the XZ format and supports a wider variety of tar dialects including limited support for the current POSIX standard.

Documentation

You can view the documentation for the current release (Apache Ant 1.9.0) online

Comprehensive documentation is included in the source and binary distributions.

Get Involved