Index of /dist/ant
Name Last modified Size Description
Parent Directory -
antidote/ 2005-04-04 07:57 -
antlibs/ 2020-07-03 04:25 -
binaries/ 2022-04-04 05:45 -
common/ 2011-01-11 04:22 -
ivy/ 2021-03-07 07:12 -
ivyde/ 2020-07-03 04:25 -
manual/ 2022-04-04 05:45 -
source/ 2022-04-04 05:45 -
KEYS 2020-07-03 04:25 90K
RELEASE-NOTES-1.10.0.html 2016-12-31 09:38 4.6K
RELEASE-NOTES-1.10.1.html 2017-02-06 13:57 895
RELEASE-NOTES-1.10.10.html 2021-07-08 16:40 3.2K
RELEASE-NOTES-1.10.11.html 2021-07-13 17:20 712
RELEASE-NOTES-1.10.2.html 2018-02-06 17:24 4.5K
RELEASE-NOTES-1.10.3.html 2018-03-27 18:05 2.0K
RELEASE-NOTES-1.10.4.html 2018-06-22 09:41 3.7K
RELEASE-NOTES-1.10.5.html 2018-07-13 10:10 706
RELEASE-NOTES-1.10.6.html 2019-05-08 06:08 4.6K
RELEASE-NOTES-1.10.7.html 2019-09-05 03:17 1.4K
RELEASE-NOTES-1.10.8.html 2020-05-13 15:04 2.2K
RELEASE-NOTES-1.10.9.html 2020-09-30 16:17 1.9K
RELEASE-NOTES-1.5.4.html 2003-08-13 05:55 3.4K
RELEASE-NOTES-1.6.0.html 2003-12-18 20:51 27K
RELEASE-NOTES-1.6.1.html 2004-02-12 14:01 2.9K
RELEASE-NOTES-1.6.2.html 2004-07-16 08:33 9.4K
RELEASE-NOTES-1.6.3.html 2005-04-28 14:21 12K
RELEASE-NOTES-1.6.4.html 2005-05-19 13:27 1.1K
RELEASE-NOTES-1.6.5.html 2005-06-02 13:49 838
RELEASE-NOTES-1.7.0.html 2006-12-20 02:18 30K
RELEASE-NOTES-1.7.1.html 2008-07-09 09:19 8.2K
RELEASE-NOTES-1.8.0.html 2010-02-02 01:01 40K
RELEASE-NOTES-1.8.0RC1.html 2010-01-12 19:54 38K
RELEASE-NOTES-1.8.3.html 2012-03-13 03:49 9.3K
RELEASE-NOTES-1.8.4.html 2012-05-23 13:54 469
RELEASE-NOTES-1.9.0.html 2013-03-10 23:08 5.1K
RELEASE-NOTES-1.9.1.html 2013-05-22 02:26 1.6K
RELEASE-NOTES-1.9.10.html 2018-02-07 05:13 3.0K
RELEASE-NOTES-1.9.11.html 2018-03-27 18:05 1.4K
RELEASE-NOTES-1.9.12.html 2018-06-22 09:41 2.6K
RELEASE-NOTES-1.9.13.html 2018-07-13 10:10 534
RELEASE-NOTES-1.9.14.html 2020-07-03 04:25 2.0K
RELEASE-NOTES-1.9.15.html 2020-07-03 04:25 536
RELEASE-NOTES-1.9.16.html 2021-07-13 17:20 554
RELEASE-NOTES-1.9.2.html 2013-07-12 11:05 1.0K
RELEASE-NOTES-1.9.3.html 2013-12-29 05:11 1.4K
RELEASE-NOTES-1.9.4.html 2014-05-06 00:27 6.2K
RELEASE-NOTES-1.9.5.html 2015-06-03 17:52 5.0K
RELEASE-NOTES-1.9.6.html 2015-07-02 10:28 596
RELEASE-NOTES-1.9.7.html 2016-04-12 11:15 3.0K
RELEASE-NOTES-1.9.8.html 2016-12-31 09:38 3.9K
RELEASE-NOTES-1.9.9.html 2017-02-06 13:57 534
RELEASE-NOTES-apache-ant-1.8.1.html 2010-05-01 04:35 5.2K
RELEASE-NOTES-apache-ant-1.8.2.html 2010-12-14 16:08 12K
ant-current-bin.zip 2010-12-20 18:47 10M
ant-current-bin.zip.asc 2010-12-20 18:50 838
ant-current-bin.zip.md5 2010-12-20 18:48 34
ant-current-bin.zip.sha1 2010-12-20 18:48 42
ant-current-bin.zip.sha512 2010-12-20 18:48 130
ant-current-manual.zip 2010-12-20 18:47 5.3M
ant-current-manual.zip.asc 2010-12-20 18:50 838
ant-current-manual.zip.md5 2010-12-20 18:48 34
ant-current-manual.zip.sha1 2010-12-20 18:48 42
ant-current-manual.zip.sha512 2010-12-20 18:48 130
ant-current-src.zip 2010-12-20 18:48 8.4M
ant-current-src.zip.asc 2010-12-20 18:50 838
ant-current-src.zip.md5 2010-12-20 18:48 34
ant-current-src.zip.sha1 2010-12-20 18:48 42
ant-current-src.zip.sha512 2010-12-20 18:48 130
test.foo 2009-10-09 21:34 0
Release Notes for Ant 1.10.12
Changes from Ant 1.10.11 TO Ant 1.10.12
=======================================
Fixed bugs:
-----------
* The http condition would follow redirects even when "followRedirects" attribute
was set to "false". This has now been fixed.
Bugzilla Report 65489
* Made sure setting build.compiler to the fully qualified classname
that corresponds to extJavac or modern has the same effect as using
the shorter alias names.
Bugzilla Report 65539
* Prevent potential deadlocks in org.apache.tools.ant.IntrospectionHelper.
Bugzilla Report 65424
Other changes:
--------------
* The implementation of AntClassLoader#findResources() has been changed to optimize
it for potential performance issues, as those noted at
https://issues.jenkins.io/browse/JENKINS-22310?focusedCommentId=197405&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-197405
Github Pull Request #151
* AntClassLoader now implements the ClassLoader#findResource(String) method.
Github Pull Request #150
* Ant tries to avoid file name canonicalization when possible.
Bugzilla Report 65499
* javadoc task will now look for warning messages in the STDERR stream too
when "failonwarning" is set to true to account for changes in JDK 17+
* The tar task now preserves symlinks of nested tarfilesets.
Github Pull Request #142