Index of /pub/apache/ant

 NameLast modifiedSizeDescription

 Parent Directory   -  
 RELEASE-NOTES-1.9.16..>2021-07-13 20:20 554  
 RELEASE-NOTES-1.10.1..>2026-04-01 14:01 3.7K 
 RELEASE-NOTES-1.10.1..>2026-04-10 18:03 647  
 antlibs/ 2022-06-17 15:38 -  
 binaries/ 2026-04-10 18:03 -  
 ivy/ 2024-12-31 16:17 -  
 manual/ 2026-04-10 18:03 -  
 source/ 2026-04-10 18:03 -  

Release Notes of Apache Ant 1.10.17
Changes from Ant 1.10.16 TO Ant 1.10.17
=======================================

Fixed bugs:
-----------

 * The JavaEnvUtils and FileUtils classes statically depend on each
   other since Ant 1.10.16 making it impossible to load JavaEnvUtils
   without loading FileUtils first causing NullPointerException for
   programmatic use on Windows. This affected Eclipse and may also
   affect other projects using Ant as a library.
   The classes can now be loaded independently again.
   Bugzilla Report 69992