mbenson     2005/01/26 09:35:10

  Modified:    .        WHATSNEW
  Log:
  Document description NPE; move FileUtils.createNewFile(2 param) to 1.6 branch;
  correct libraries from getlibraries.
  
  Revision  Changes    Path
  1.719     +7 -4      ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.718
  retrieving revision 1.719
  diff -u -r1.718 -r1.719
  --- WHATSNEW  25 Jan 2005 22:03:35 -0000      1.718
  +++ WHATSNEW  26 Jan 2005 17:35:10 -0000      1.719
  @@ -89,7 +89,7 @@
   * Added a new "failall" value for the onerror attribute of <typedef>.
     Bugzilla report 31685.
   
  -* New task <getlibraries> can retrieve library files from a maven repository.
  +* New task <libraries> can retrieve library files from a maven repository.
   
   * unzip/unwar/unjar/untar now supports a nested mapper, which lets you unzip
     in useful ways.
  @@ -108,9 +108,6 @@
   
   * Added isfileselected condition.
   
  -* Overloaded FileUtils.createNewFile with a boolean mkdirs attribute
  -  to create nonexistent parent directories.
  -
   * Added support to the touch task for a mkdirs attribute to create
     nonexistent parent directories before touching new files.
   
  @@ -191,6 +188,9 @@
   * Made the dest attribute of the apply task optional; mapped target
     filenames will be interpreted as absolute pathnames when dest is omitted.
   
  +* Overloaded FileUtils.createNewFile with a boolean mkdirs attribute
  +  to create nonexistent parent directories.
  +
   Fixed bugs:
   -----------
   
  @@ -269,6 +269,9 @@
   
   * propertyset references did not handle nested propertyset references.
   
  +* oata.types.Description.getDescription(Project) would throw a
  +  NullPointerException when the "ant.targets" reference was unset.
  +
   Changes from Ant 1.6.1 to Ant 1.6.2
   ===================================
   
  
  
  

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

Reply via email to