peterreilly 2003/10/17 07:33:12 Modified: . Tag: ANT_16_BRANCH WHATSNEW Log: merge with HEAD Revision Changes Path No revision No revision 1.503.2.5 +17 -1 ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/ant/WHATSNEW,v retrieving revision 1.503.2.4 retrieving revision 1.503.2.5 diff -u -r1.503.2.4 -r1.503.2.5 --- WHATSNEW 14 Oct 2003 12:49:39 -0000 1.503.2.4 +++ WHATSNEW 17 Oct 2003 14:33:11 -0000 1.503.2.5 @@ -24,7 +24,8 @@ * <xmlproperty> will no longer fail if the file to be loaded doesn't exist. * XML namespaces are now enabled in the XML parser, meaning XML namespace - declarations no longer cause errors. + declarations no longer cause errors. However task names containing colons + will cause errors unless there is a corresponding namespace uri. * The <ftp> and <telnet> tasks now require Jakarta Commons Net instead of the older ORO Netcomponents version. See @@ -68,6 +69,11 @@ that propetries may get expanded twice if you use an <expandproperties> filterreader. Bugzilla Report 17782. +* User defined tasks and typedefs are now handled internally in the + same way as predefined tasks and typedefs. Also tasks and typedefs + are resolved at a later stage. This causes some + differences especially for user defined task containers. + Fixed bugs: ----------- * Filter readers were not handling line endings properly. Bugzilla @@ -621,6 +627,16 @@ * New filter <concatfilter>. Adds the content of file at the beginning or end of a file. Discussion started at http://marc.theaimsgroup.com/?l=ant-user&m=106366791228585&w=2 + +* New task <import> + +* New task <macrodef> + +* New task <presetdef> + +* Ant libraries that can make use of namespaces to avoid name + clashes of custom tasks + * <java> and <junit> now support <assertions>, which let you enable and disable Java1.4 assertions on a package or class basis. These
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]