Index of /ant
Name Last modified Size Description
Parent Directory 26-May-2022 21:38 -
antlibs/ 03-Jul-2020 07:25 -
binaries/ 04-Apr-2022 08:45 -
ivy/ 07-Mar-2021 09:12 -
ivyde/ 03-Jul-2020 07:25 -
manual/ 04-Apr-2022 08:45 -
source/ 04-Apr-2022 08:45 -
RELEASE-NOTES-1.9.16.html 13-Jul-2021 20:20 1k 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