Name Last modified Size Description
Parent Directory -
source/ 2018-07-28 15:17 -
manual/ 2018-07-28 15:17 -
ivyde/ 2018-05-04 16:28 -
ivy/ 2018-05-04 16:32 -
common/ 2011-01-11 04:22 -
binaries/ 2018-07-28 15:17 -
antlibs/ 2018-05-04 16:32 -
antidote/ 2005-04-04 07:57 -
test.foo 2009-10-09 21:34 0
ant-current-src.zip.sha512 2010-12-20 18:48 130
ant-current-src.zip.sha1 2010-12-20 18:48 42
ant-current-src.zip.md5 2010-12-20 18:48 34
ant-current-src.zip.asc 2010-12-20 18:50 838
ant-current-src.zip 2010-12-20 18:48 8.4M
ant-current-manual.zip.sha512 2010-12-20 18:48 130
ant-current-manual.zip.sha1 2010-12-20 18:48 42
ant-current-manual.zip.md5 2010-12-20 18:48 34
ant-current-manual.zip.asc 2010-12-20 18:50 838
ant-current-manual.zip 2010-12-20 18:47 5.3M
ant-current-bin.zip.sha512 2010-12-20 18:48 130
ant-current-bin.zip.sha1 2010-12-20 18:48 42
ant-current-bin.zip.md5 2010-12-20 18:48 34
ant-current-bin.zip.asc 2010-12-20 18:50 838
ant-current-bin.zip 2010-12-20 18:47 10M
RELEASE-NOTES-apache-ant-1.8.2.html 2010-12-14 16:08 12K
RELEASE-NOTES-apache-ant-1.8.1.html 2010-05-01 04:35 5.2K
RELEASE-NOTES-1.9.9.html 2017-02-06 13:57 534
RELEASE-NOTES-1.9.8.html 2016-12-31 09:38 3.9K
RELEASE-NOTES-1.9.7.html 2016-04-12 11:15 3.0K
RELEASE-NOTES-1.9.6.html 2015-07-02 10:28 596
RELEASE-NOTES-1.9.5.html 2015-06-03 17:52 5.0K
RELEASE-NOTES-1.9.4.html 2014-05-06 00:27 6.2K
RELEASE-NOTES-1.9.3.html 2013-12-29 05:11 1.4K
RELEASE-NOTES-1.9.2.html 2013-07-12 11:05 1.0K
RELEASE-NOTES-1.9.13.html 2018-07-13 10:10 534
RELEASE-NOTES-1.9.12.html 2018-06-22 09:41 2.6K
RELEASE-NOTES-1.9.11.html 2018-03-27 18:05 1.4K
RELEASE-NOTES-1.9.10.html 2018-02-07 05:13 3.0K
RELEASE-NOTES-1.9.1.html 2013-05-22 02:26 1.6K
RELEASE-NOTES-1.9.0.html 2013-03-10 23:08 5.1K
RELEASE-NOTES-1.8.4.html 2012-05-23 13:54 469
RELEASE-NOTES-1.8.3.html 2012-03-13 03:49 9.3K
RELEASE-NOTES-1.8.0RC1.html 2010-01-12 19:54 38K
RELEASE-NOTES-1.8.0.html 2010-02-02 01:01 40K
RELEASE-NOTES-1.7.1.html 2008-07-09 09:19 8.2K
RELEASE-NOTES-1.7.0.html 2006-12-20 02:18 30K
RELEASE-NOTES-1.6.5.html 2005-06-02 13:49 838
RELEASE-NOTES-1.6.4.html 2005-05-19 13:27 1.1K
RELEASE-NOTES-1.6.3.html 2005-04-28 14:21 12K
RELEASE-NOTES-1.6.2.html 2004-07-16 08:33 9.4K
RELEASE-NOTES-1.6.1.html 2004-02-12 14:01 2.9K
RELEASE-NOTES-1.6.0.html 2003-12-18 20:51 27K
RELEASE-NOTES-1.5.4.html 2003-08-13 05:55 3.4K
RELEASE-NOTES-1.10.5.html 2018-07-13 10:10 706
RELEASE-NOTES-1.10.4.html 2018-06-22 09:41 3.7K
RELEASE-NOTES-1.10.3.html 2018-03-27 18:05 2.0K
RELEASE-NOTES-1.10.2.html 2018-02-06 17:24 4.5K
RELEASE-NOTES-1.10.1.html 2017-02-06 13:57 895
RELEASE-NOTES-1.10.0.html 2016-12-31 09:38 4.6K
KEYS 2018-06-17 08:30 90K
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.
The latest releases are 1.9.13 and 1.10.5 and 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).
The full release notes of the latest releases are below.
Changes from Ant 1.9.12 TO Ant 1.9.13 ===================================== Fixed bugs: ----------- * Fixes a regression in the "get" task where redirects from a HTTP resource to a HTTPS resource started throwing an exception. Bugzilla Report 62499 * the new allowFilesToEscapeDest didn't work when set to false and archive entries contained relative paths with so many ".." segnments that the resulting path would go beyond the file system root. Bugzilla Report 62502
Changes from Ant 1.10.4 TO Ant 1.10.5 ===================================== Fixed bugs: ----------- * Fixes a regression in the "get" task where redirects from a HTTP resource to a HTTPS resource started throwing an exception. Bugzilla Report 62499 * the new allowFilesToEscapeDest didn't work when set to false and archive entries contained relative paths with so many ".." segnments that the resulting path would go beyond the file system root. Bugzilla Report 62502 Other changes: -------------- * Java task now accepts a "sourcefile" attribute to allow single file source program execution, a feature that is introduced in Java 11.