antoine 2003/10/29 13:02:50 Modified: . Tag: ANT_16_BRANCH WHATSNEW Log: Added changes done between ANT_16_B2 and now (towards ANT_16_B3) Revision Changes Path No revision No revision 1.503.2.8 +46 -0 ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/ant/WHATSNEW,v retrieving revision 1.503.2.7 retrieving revision 1.503.2.8 diff -u -r1.503.2.7 -r1.503.2.8 --- WHATSNEW 29 Oct 2003 20:02:27 -0000 1.503.2.7 +++ WHATSNEW 29 Oct 2003 21:02:50 -0000 1.503.2.8 @@ -6,11 +6,57 @@ Fixed bugs: ----------- +* better debugging support for ApacheCatalogResolver + Bugzilla Report 24070. + +* use of <parallel> and xmlns:prefix="antlib:package" + +* user and new arguments were swapped in PropertyHelper setNew and setUser. + Bugzilla Report 23966. + +* <style/> be able to resolve entities inside stylesheets. + +* <csc> and other .NET tasks : fixed Error when compiling many source files. + Bugzilla Report 19630. + +* <junit> Make properties available in timed-out tests. + Bugzilla Report 23935. + +* <junit> Pull ant-launcher.jar in the runtime as well. + +* <telnet> : better support for people debugging timed out reads. + +* <ssh> : parse properly return codes from server. + Also fix for Bugzilla Report 23986. + +* <scp> If remotedir has been omitted, make it default to "." . + Bugzilla Report 23987. + +* starteam tasks : insure proper disconnect from the server. + Bugzilla Report 24110. + +* <script>, <scriptdef> + fix problem : script task cannot cope with undefined task/type elements in buildfile + Bugzilla Report 23915. Other changes: -------------- +* Change default uri from ant:core to antlib:org.apache.tools.ant + +* upgrade to xml-apis.jar from Xerces-J 2.5.0. + +* set project for created targets. + +* make sure that the checkstyle stylesheets make their way into the distribution. + +* improve ant's own build file concerning the sources which depend upon bsf (rhino). +* a number of documentation corrections. + Bugzilla reports 24059, 24060, 24069, 24074. +* replacement of accentuated characters in the source code (actually in JavaDoc comments) + by UNICODE escapes. + Bugzilla report 23919. Changes from Ant 1.6.B1 to Ant 1.6.B2 =====================================
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]