peterreilly    2003/10/17 07:29:12

  Modified:    .        WHATSNEW
  Log:
  small list of new tasks and note on internal tasks/types change
  
  Revision  Changes    Path
  1.509     +17 -1     ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.508
  retrieving revision 1.509
  diff -u -r1.508 -r1.509
  --- WHATSNEW  14 Oct 2003 12:49:18 -0000      1.508
  +++ WHATSNEW  17 Oct 2003 14:29:12 -0000      1.509
  @@ -40,7 +40,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
  @@ -84,6 +85,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
  @@ -637,6 +643,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
  +
   
   Changes from Ant 1.5.3 to Ant 1.5.4
   ===================================
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to