Apache Ant - Apache Ant™ Project News (original) (raw)

Apache Ant 1.10.15

August 29, 2024 - Apache Ant 1.10.15 Released

Apache Ant 1.10.15 is now available for download fromhttps://ant.apache.org/bindownload.cgi.

Ant 1.10.15 is a regular bug fix release and can be used with Java runtime version 8 and higher, including the current latest version Java 22.

Apache Ant 1.9.x EOL

June 19, 2024 - Apache Ant 1.9.x release series EOL

The Ant PMC voted to EOL the 1.9.x release series. We urge Ant users to use Ant 1.10.x releases, which sees regular bug fixes, enhancements and releases.

Apache IvyDE retired

Nov 26, 2023 - IvyDE retired

The Ant PMC voted to archive the IvyDE subproject. This means that all its resources are removed or made read only and no further development will be done.
It also means that, if a community grows, the subproject could bereactivated.

Apache Ant 1.10.14

August 20, 2023 - Apache Ant 1.10.14 Released

Apache Ant 1.10.14 is now available for download fromhttps://ant.apache.org/bindownload.cgi.

The Apache Ant team currently maintains two lines of development. The 1.9.x releases require Java5 at runtime and 1.10.x requires Java8 at runtime. Both lines are based off of Ant 1.9.7 and the 1.9.x releases are mostly bug fix releases while additional new features are developed for 1.10.x. We recommend using 1.10.x unless you are required to use versions of Java prior to Java8 during the build process.

Ant 1.10.14 contains an important change wherein it no longer uses or sets Java SecurityManager when running on Java versions 18 and higher. This should allow projects to build on Java 18 and higher versions.

Apache Ivy 2.5.2

August 20, 2023 - Apache Ivy 2.5.2 Released

Apache Ivy 2.5.2 is now available for download as source or binary fromhttps://ant.apache.org/ivy/download.cgi.

Ivy 2.5.2 is mainly a bug fix release that also fixes a security vulnerability, see security reports for details.

Apache Ant 1.10.13

January 10, 2023 - Apache Ant 1.10.13 Released

Apache Ant 1.10.13 is now available for download fromhttps://ant.apache.org/bindownload.cgi.

The Apache Ant team currently maintains two lines of development. The 1.9.x releases require Java5 at runtime and 1.10.x requires Java8 at runtime. Both lines are based off of Ant 1.9.7 and the 1.9.x releases are mostly bug fix releases while additional new features are developed for 1.10.x. We recommend using 1.10.x unless you are required to use versions of Java prior to Java8 during the build process.

Ant 1.10.13 is mostly a bug fix release, but does contain one important change - Java versions starting Java 18, by default, no longer allow SecurityManager to be set at runtime. Ant (internally) does set SecurityManager at runtime. This caused problems for projects that wanted to build their projects using Ant against Java 18 or higher. This newly released Ant 1.10.13 version fixes that issue (internally) and thus should allow projects to use this version of Ant to build against Java 18 or higher.

Apache Ivy 2.5.1

November 4, 2022 - Apache Ivy 2.5.1 Released

Apache Ivy 2.5.1 is now available for download as source or binary fromhttps://ant.apache.org/ivy/download.cgi.

Ivy 2.5.1 is mainly a bug fix release that also fixes two security vulnerabilities, see security reports for details.

Apache Ant 1.10.12

October 19, 2021 - Apache Ant 1.10.12 Released

Apache Ant 1.10.12 are now available for download as source or binary fromhttps://ant.apache.org/bindownload.cgi.

The Apache Ant team currently maintains two lines of development. The 1.9.x releases require Java5 at runtime and 1.10.x requires Java8 at runtime. Both lines are based off of Ant 1.9.7 and the 1.9.x releases are mostly bug fix releases while additional new features are developed for 1.10.x. We recommend using 1.10.x unless you are required to use versions of Java prior to Java8 during the build process.

Ant 1.10.12 is mainly a bug fix release

Apache Ant 1.9.16 and 1.10.11

July 13, 2021 - Apache Ant 1.9.16 and 1.10.11 Released

Apache Ant 1.9.16 and 1.10.11 are now available for download as source or binary fromhttps://ant.apache.org/bindownload.cgi.

The Apache Ant team currently maintains two lines of development. The 1.9.x releases require Java5 at runtime and 1.10.x requires Java8 at runtime. Both lines are based off of Ant 1.9.7 and the 1.9.x releases are mostly bug fix releases while additional new features are developed for 1.10.x. We recommend using 1.10.x unless you are required to use versions of Java prior to Java8 during the build process.

Ant 1.10.11 contains a superset of 1.9.16 - with the exception of a few tasks and features that no longer work with Java8 anyway (like the apt task).

Both releases address potential denial of service vulnerabilities, see the security report for details.

Apache AntUnit 1.4.1

Jul 7, 2021 - Apache AntUnit 1.4.1 Released

Apache AntUnit 1.4.1 is now available for download as binary or source release.

This release fixes the antlib.xml descriptor so that AntUnit can now be used with a user-defined URI rather than having AntUnit's preferred URI hardcoded..

Apache Ant 1.10.10

April 17, 2021 - Apache Ant 1.10.10 Released

Apache Ant 1.10.10 are now available for download as source or binary fromhttps://ant.apache.org/bindownload.cgi.

The Apache Ant team currently maintains two lines of development. The 1.9.x releases require Java5 at runtime and 1.10.x requires Java8 at runtime. Both lines are based off of Ant 1.9.7 and the 1.9.x releases are mostly bug fix releases while additional new features are developed for 1.10.x. We recommend using 1.10.x unless you are required to use versions of Java prior to Java8 during the build process.

Ant 1.10.10 contains numerous bugfixes and some enhancements.

It also introduces new discardOutput and discardError attributes to tasks like java, exec to completely discard the output and error generated by the processes launched by those tasks.

Apache Ant 1.10.9

Sep 30, 2020 - Apache Ant 1.10.9 Released

Apache Ant 1.10.9 are now available for download as source or binary fromhttps://ant.apache.org/bindownload.cgi.

The Apache Ant team currently maintains two lines of development. The 1.9.x releases require Java5 at runtime and 1.10.x requires Java8 at runtime. Both lines are based off of Ant 1.9.7 and the 1.9.x releases are mostly bug fix releases while additional new features are developed for 1.10.x. We recommend using 1.10.x unless you are required to use versions of Java prior to Java8 during the build process.

Ant 1.10.9 contains a bugfixes and support for using GraalVM JavaScript inside the script family of tasks and types.

It also addresses an insecure temporary file vulnerability vulnerability, see the security report for details.

Apache Ant 1.9.15 and 1.10.8

May 13, 2020 - Apache Ant 1.9.15 and 1.10.8 Released

Apache Ant 1.9.15 and 1.10.8 are now available for download as source or binary fromhttps://ant.apache.org/bindownload.cgi.

The Apache Ant team currently maintains two lines of development. The 1.9.x releases require Java5 at runtime and 1.10.x requires Java8 at runtime. Both lines are based off of Ant 1.9.7 and the 1.9.x releases are mostly bug fix releases while additional new features are developed for 1.10.x. We recommend using 1.10.x unless you are required to use versions of Java prior to Java8 during the build process.

Ant 1.10.8 contains a superset of 1.9.15 - with the exception of a few tasks and features that no longer work with Java8 anyway (like the apt task).

Both releases address a insecure temporary file vulnerability vulnerability, see the security report for details.

Apache Ant 1.10.7

Sep 5, 2019 - Apache Ant 1.10.7 Released

Apache Ant 1.10.7 is now available for download as source or binary fromhttps://ant.apache.org/bindownload.cgi.

The Apache Ant team currently maintains two lines of development. The 1.9.x releases require Java5 at runtime and 1.10.x requires Java8 at runtime. Both lines are based off of Ant 1.9.7 and the 1.9.x releases are mostly bug fix releases while additional new features are developed for 1.10.x. We recommend using 1.10.x unless you are required to use versions of Java prior to Java8 during the build process.

Ant 1.10.7 is mainly a bug fix release with few minor enhancements. This release includes a major regression fix, which prevented the previous 1.10.6 release to be unusable on Java 8 runtimes. Among the enhancements, the junitlauncher task now allows including or excluding JUnit 5 "tags" during test execution.

Wiki Migration

June 23, 2019

The Apache Ant Wiki pages have been migrated to their new home on the Apache Wiki farm.

Apache Ant 1.10.6

May 8, 2019 - Apache Ant 1.10.6 Released

Apache Ant 1.10.6 is now available for download as source or binary fromhttps://ant.apache.org/bindownload.cgi.

The Apache Ant team currently maintains two lines of development. The 1.9.x releases require Java5 at runtime and 1.10.x requires Java8 at runtime. Both lines are based off of Ant 1.9.7 and the 1.9.x releases are mostly bug fix releases while additional new features are developed for 1.10.x. We recommend using 1.10.x unless you are required to use versions of Java prior to Java8 during the build process.

Ant 1.10.6 consists several bug fixes as well as enhancements, including, but not limited to:

Apache Ant 1.9.14

March 17, 2019 - Apache Ant 1.9.14 Released

Apache Ant 1.9.14 is now available for download as source or binary fromhttps://ant.apache.org/bindownload.cgi.

The Apache Ant team currently maintains two lines of development. The 1.9.x releases require Java5 at runtime and 1.10.x requires Java8 at runtime. Both lines are based off of Ant 1.9.7 and the 1.9.x releases are mostly bug fix releases while additional new features are developed for 1.10.x. We recommend using 1.10.x unless you are required to use versions of Java prior to Java8 during the build process.

Ant 1.9.14 mainly consists of bug fixes and some enhancements in the signjar and verifyjar tasks

Apache Ant 1.9.13 and 1.10.5

Jul 13, 2018 - Apache Ant 1.9.13 and 1.10.5 Released

Apache Ant 1.9.13 and 1.10.5 are now available for download as source or binary fromhttps://ant.apache.org/bindownload.cgi.

The Apache Ant team currently maintains two lines of development. The 1.9.x releases require Java5 at runtime and 1.10.x requires Java8 at runtime. Both lines are based off of Ant 1.9.7 and the 1.9.x releases are mostly bug fix releases while additional new features are developed for 1.10.x. We recommend using 1.10.x unless you are required to use versions of Java prior to Java8 during the build process.

Ant 1.10.5 contains a superset of 1.9.13 - with the exception of a few tasks and features that no longer work with Java8 anyway (like the apt task).

Both releases fix a regression in the get task and a bug inside the path traversal protection of the unarchiving tasks that was introduced with 1.9.12 and 1.10.4 respectively.

Ant 1.10.5's java task adds support for the single file source execution feature introduced with Java 11.

Apache AntUnit 1.4

Jun 26, 2018 - Apache AntUnit 1.4 Released

Apache AntUnit 1.4 is now available for download as binary or source release.

This release fixes a few race-conditions in LogCapturer and the br-template inside the XSLT stylesheet used for creating the reports.

Apache Ant 1.9.12 and 1.10.4

Jun 22, 2018 - Apache Ant 1.9.12 and 1.10.4 Released

Apache Ant 1.9.12 and 1.10.4 are now available for download as source or binary fromhttps://ant.apache.org/bindownload.cgi.

The Apache Ant team currently maintains two lines of development. The 1.9.x releases require Java5 at runtime and 1.10.x requires Java8 at runtime. Both lines are based off of Ant 1.9.7 and the 1.9.x releases are mostly bug fix releases while additional new features are developed for 1.10.x. We recommend using 1.10.x unless you are required to use versions of Java prior to Java8 during the build process.

Ant 1.10.4 contains a superset of 1.9.12 - with the exception of a few tasks and features that no longer work with Java8 anyway (like the apt task).

Both releases are mostly bug fix releases with a few new features being added.

In both releases the untar, unjar andunzip will no longer extract entries whose names would make the created files be placed outside of the destination directory by default. This is based on a recommendation by the Snyk Security Research Team.

Apache Ant 1.9.11 and 1.10.3

Mar 27, 2018 - Apache Ant 1.9.11 and 1.10.3 Released

Apache Ant 1.9.11 and 1.10.3 are now available for download as source or binary fromhttps://ant.apache.org/bindownload.cgi.

The Apache Ant team currently maintains two lines of development. The 1.9.x releases require Java5 at runtime and 1.10.x requires Java8 at runtime. Both lines are based off of Ant 1.9.7 and the 1.9.x releases are mostly bug fix releases while additional new features are developed for 1.10.x. We recommend using 1.10.x unless you are required to use versions of Java prior to Java8 during the build process.

Ant 1.10.3 contains a superset of 1.9.11 - with the exception of a few tasks and features that no longer work with Java8 anyway (like the apt task).

Both releases are mostly bug fix releases with a few new features being added. Ant 1.10.2 introduced a number of regressions that are now fixed in 1.10.3.

Ant 1.10.3 introduces initial support for JUnit5 in the form of the junitlauncher task. The new task is fully functional but currently lacks a few features like forking a new JVM for tests which will be added in upcoming releases.

Apache Ant 1.9.10 and 1.10.2

Feb 6, 2018 - Apache Ant 1.9.10 and 1.10.2 Released

Apache Ant 1.9.10 and 1.10.2 are now available for download as source or binary fromhttps://ant.apache.org/bindownload.cgi.

The Apache Ant team currently maintains two lines of development. The 1.9.x releases require Java5 at runtime and 1.10.x requires Java8 at runtime. Both lines are based off of Ant 1.9.7 and the 1.9.x releases are mostly bug fix releases while additional new features are developed for 1.10.x. We recommend using 1.10.x unless you are required to use versions of Java prior to Java8 during the build process.

Ant 1.10.2 contains a superset of 1.9.10 - with the exception of a few tasks and features that no longer work with Java8 anyway (like the apt task).

Both releases are mostly bug fix releases with a few new features being added. A new javaversion condition can be used to detect the version of the JVM running Ant.

The log4j listener has been deprecated as log4j 1.x is no longer actively developed and we've made sure the listener works when using the log4j2 logging bridge. In 1.10.2 the imaging tasks have been deprecated as JAI doesn't seem to work with Java9 anymore.

Compress Ant Library 1.5

June 13, 2017 - Apache Compress Ant Library 1.5 Available

Apache Compress Ant Library 1.5 is now available for download as binary or source release.

This release adapts to the 1.14 release of Apache Commons Compress and now adds read-only support for the Brotli format, full support for LZ4 and write-support for Snappy and LZMA in addition to the read-only support offered by version 1.4.

Apache Ant 1.9.9 and 1.10.1

Feb 6, 2017 - Apache Ant 1.9.9 and 1.10.1 Released

Apache Ant 1.9.9 and 1.10.1 are now available for download as source or binary fromhttps://ant.apache.org/bindownload.cgi.

The Apache Ant team currently maintains two lines of development. The 1.9.x releases require Java5 at runtime and 1.10.x requires Java8 at runtime. Both lines are based off of Ant 1.9.7 and the 1.9.x releases are mostly bug fix releases while additional new features are developed for 1.10.x. We recommend using 1.10.x unless you are required to use versions of Java prior to Java8 during the build process.

Ant 1.10.1 contains a superset of 1.9.9 - with the exception of a few tasks and features that no longer work with Java8 anyway (like the apt task).

The new releases revert a change to 1.9.8 and 1.10.0 that broke Eclipse integration and also fixes the ant wrapper script for Solaris 10. In addition 1.10.1 adds tasks and types that support XZ compression with the help of the XZ for Java library.

Apache Ant 1.9.8 and 1.10.0

Dec 31, 2016 - Apache Ant 1.9.8 and 1.10.0 Released

Apache Ant 1.9.8 and 1.10.0 are now available for download as source or binary fromhttps://ant.apache.org/bindownload.cgi.

The Apache Ant team currently maintains two lines of development. The 1.9.x releases require Java5 at runtime and 1.10.x requires Java8 at runtime. Both lines are based off of Ant 1.9.7 and the 1.9.x releases are mostly bug fix releases while additional new features are developed for 1.10.x. We recommend using 1.10.x unless you are required to use versions of Java prior to Java8 during the build process.

Ant 1.10.0 contains a superset of 1.9.8 - with the exception of a few tasks and features that no longer work with Java8 anyway (like the apt task).

The new releases fix the ant wrapper script for Solaris and HP/UX, contain important changes for the Java9 support as well as numerous bug fixes. New implementations ofnative2ascii and javah have been added as well as support for javac's -h and--release switches.

EasyAnt retired

Dec 13, 2016 - EasyAnt retired

The Ant PMC voted to archive the EasyAnt subproject and all its modules. This means that all its resources are removed or made read only and no further development will be done.
It also means that, if a community grows, the subproject could reactivated.

Apache Ant 1.9.7

Apr 12, 2016 - Apache Ant 1.9.7 Released

Apache Ant 1.9.7 is now available for download as source or binary fromhttps://ant.apache.org/bindownload.cgi.

Ant 1.9.7 contains several bug fixes and improvements compared to Ant 1.9.6.

Apache Ant 1.9.6

Jul 2, 2015 - Apache Ant 1.9.6 Released

Apache Ant 1.9.6 is now available for download as source or binary fromhttps://ant.apache.org/bindownload.cgi.

Ant 1.9.6 fixes a regression in the zip package introduced with Ant 1.9.5.

Apache Ant 1.9.5

Jun 3, 2015 - Apache Ant 1.9.5 Released

Apache Ant 1.9.5 is now available for download as source or binary fromhttps://ant.apache.org/bindownload.cgi.

Ant 1.9.5 contains several bug fixes and improvements compared to Ant 1.9.4, most importantly bug in the family of tasks and types.

Migration to Git

May 23d, 2014 - Apache Ant's family of projects migrates to git on https://gitbox.apache.org/repos/asf

The Apache Ant family of projects migrates to git hosted by the Apache Software Foundation's infrastructure on https://gitbox.apache.org/repos/asf.

The source code of Apache Ant, Ivy, Ivyde, the Antlibs and EasyAnt Are all migrated to Git. We are keeping our web site in Subversion, as well as the sandbox.

Apache AntUnit 1.3

May 14, 2014 - Apache AntUnit 1.3 Released

Apache AntUnit 1.3 is now available for download as binary or source release.

This release adds new assertions that deal with non-file resources better than the existing ones and provides additional access to the log created during tests.

Apache Ant 1.9.4

May 5, 2014 - Apache Ant 1.9.4 Released

Apache Ant 1.9.4 is now available for download as source or binary fromhttps://ant.apache.org/bindownload.cgi.

Ant 1.9.4 contains several bug fixes and improvements compared to Ant 1.9.3, including the initial support for Java 1.9, the possibility to run JUnit tests in multiple threads (when they are forked) and the refactoring of Ant's own test suite which is now based on JUnit 4.

Apache Ant 1.9.3

December 29, 2013 - Apache Ant 1.9.3 Released

Apache Ant 1.9.3 is now available for download as source or binary fromhttps://ant.apache.org/bindownload.cgi.

Ant 1.9.3 contains several bug fixes and improvements compared to Ant 1.9.2. The main point of the release is a fix of the speed of the exec task. See bugzilla report 54128.

Compress Ant Library 1.4

January 29, 2014 - Apache Compress Ant Library 1.4 Available

Apache Compress Ant Library 1.4 is now available for download as binary or source release.

This release adapts to the 1.7 release of Apache Commons Compress and now adds read-only support for the Snappy and .Z formats.

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 fromhttps://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 Ant 1.9.1

May 21, 2013 - Apache Ant 1.9.1 Released

Apache Ant 1.9.1 is now available for download as source or binary fromhttps://ant.apache.org/bindownload.cgi.

Key features of the 1.9.1 release are

Apache Ant 1.9.0

March 7, 2013 - Apache Ant 1.9.0 Released

Apache Ant 1.9.0 is now available for download as source or binary fromhttps://ant.apache.org/bindownload.cgi.

Key features of the 1.9.0 release are

Apache Ant 1.8.4

May 23, 2012 - Apache Ant 1.8.4 Released

Apache Ant 1.8.4 is now available for download as source or binary fromhttps://ant.apache.org/bindownload.cgi.

Ant 1.8.4 fixes a denial of service flaw in the<bzip2> task present in any version of Ant since Ant 1.5.

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 orsource 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.

Apache Ant 1.8.3

February 29th, 2012 - Apache Ant 1.8.3 Released

Apache Ant 1.8.3 is now available for download as source or binary fromhttps://ant.apache.org/bindownload.cgi.

Ant 1.8.3 is mainly a bug fix release with a few new features.

The Ant developers have decided to require at least Java5 for Ant 1.9.x so this may be the last release that supports Java 1.4 as runtime environment.

Apache Compress Antlib 1.1

November 5, 2011 - Apache Compress Antlib 1.1 Released

The Apache Compress Antlib 1.1 is now available for download as binary orsource release.

This release adapts to the 1.3 release of Apache Commons Compress and now adds support for Zip64 extensions, the Pack200 format and read-omly support for the Unix dump format.

Apache AntUnit 1.2

August 16, 2011 - Apache AntUnit 1.2 Released

Apache AntUnit 1.2 is now available for download as binary orsource release.

In addition to a few bugfixes and some new assertions AntUnit 1.2 allows Ant references to be passed from the build file containing the task to the build file containing the tests .

EasyAnt enters the Incubator

February 1st, 2011 - EasyAnt enters the Incubator

The EasyAnt project has been successfully being voted to enter the Apache Incubator and Apache Ant is sponsoring it.

The EasyAnt project aims to leverage the popularity and flexibility of both Ant and Ivy in order to provide an easy to use build system. EasyAnt will provide ready to use ant scripts to build standard java applications or webapps just like usual Maven users are used to. It will still remain adaptable by offering a property based configuration. And even more as you will be able to easily extend existing modules or create your own ones.

You can read the more detail proposal here: https://cwiki.apache.org/confluence/display/INCUBATOR/EasyAntProposal

Apache Ant 1.8.2

December 27th, 2010 - Apache Ant 1.8.2 Released

Apache Ant 1.8.2 is now available for download as source or binary (with and without dependencies) fromhttps://ant.apache.org/bindownload.cgi.

Key features of the 1.8.2 release are

Apache Ivy 2.2.0

September 30, 2010 - Apache Ivy 2.2.0 Released

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

Key features of the 2.2.0 release are

For more information see the Ivy home page.

Apache Ant 1.8.1

May 7th, 2010 - Apache Ant 1.8.1 Released

Apache Ant 1.8.1 is now available for download as source or binary (with and without dependencies) fromhttps://ant.apache.org/bindownload.cgi.

Key features of the 1.8.1 release are

Apache Ant 1.8.0

Februrary 8th, 2010 - Apache Ant 1.8.0 Released

Key features of the 1.8.0 release are

Apache Ivy 2.1.0

October 8, 2009 - Apache Ivy 2.1.0 Released

Key features of the 2.1.0 release are

For more information see the Ivy home page.

Apache IvyDE 2.0.0

July 13, 2009 - Apache IvyDE 2.0.0 Released

Apache IvyDE 2.0.0 is now available for download from https://ant.apache.org/ivy/ivyde/download.cgi or directly from the updatesitehttps://downloads.apache.org/ant/ivyde/updatesite

This is the first release considered as stable since the project as been hosted by the Apache Software Foundation.

Major changes in this release:

For more information see the IvyDE home page.

Apache Ivy 2.0.0

January 20, 2009 - Apache Ivy 2.0.0 Released

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

This is the first non-beta release of Ivy under Apache and includes some major new features like: enhanced Maven2 compatibility, improved cache management, improved concurrency support and numerous bug fixes and other improvements.

For more information see the Ivy home page.

Apache AntUnit 1.1

September 26, 2008 - Apache AntUnit 1.1 Released

Apache AntUnit 1.1 is now available for download as binary or source release.

In addition to a few bugfixes and some new assertions AntUnit 1.1 allows test listeners to receive the log output of the project under test. Both plainlistener and xmllistener have an option that makes them echo the project's output into their respective logs.

For more information see the Antlib's home page

Apache AntUnit 1.1 Beta 1

September 3, 2008 - Apache AntUnit 1.1 Beta 1 Available

Apache Ant 1.7.1

June 27, 2008 - Apache Ant 1.7.1 Available

Apache Ant 1.7.1 is now available for download.

Ant 1.7.1 is mainly a bugfix release.

Ant 1.7.1 has extended support for Java6 features.

Ant 1.7.1