Index of /ant
Name Last modified Size Description
Parent Directory -
antlibs/ 2020-07-03 06:25 -
binaries/ 2022-04-04 07:45 -
ivy/ 2021-03-07 08:12 -
ivyde/ 2020-07-03 06:25 -
manual/ 2022-04-04 07:45 -
source/ 2022-04-04 07:45 -
README.html 2021-10-19 08:41 1.4K Release Notes for Ant 1.10.12
RELEASE-NOTES-1.9.16.html 2021-07-13 19:20 554 Release Notes for Ant 1.9.16
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