Changes from Ant 1.7.0Beta2 to current SVN version ================================================== Changes that could break older environments: ------------------------------------------- * filter reader uses ISO-8879-1 encoding to read the java class file. Bugzilla report 33604. Fixed bugs: ----------- * with file and todir option failed. Bugzilla report 37386. * was broken (Regression from beta1). Bugzilla report 40547. * nested fileset in did not work. Bugzilla report 39439. * the ant wrapper script should now correctly locate the java executable in more recent IBM JDKs for AIX as well. * URLResource did not close jar files, and also did not disconnect HTTPConnection (s). * created junitvmwatcher*.properties files but did not close and delete them. Other changes: -------------- * Some performance improvements, including Bugzilla report 25778. Changes from Ant 1.7.0Beta1 to Ant 1.7.0Beta2 ============================================= Changes that could break older environments: ------------------------------------------- *