mbenson     2005/01/26 14:46:00

  Modified:    .        WHATSNEW
  Log:
  Merge basic switch to java.io.tmpdir via FileUtils.createTempFile(...)
  
  Revision  Changes    Path
  1.724     +2 -2      ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.723
  retrieving revision 1.724
  diff -u -r1.723 -r1.724
  --- WHATSNEW  26 Jan 2005 22:08:31 -0000      1.723
  +++ WHATSNEW  26 Jan 2005 22:46:00 -0000      1.724
  @@ -43,8 +43,6 @@
   * <echoproperties> now (alphanumerically) sorts the property list
     before echoing, when you request XML output (format="xml"). 
   
  -* Changed default tempdir for <javac> from user.dir to java.io.tmpdir.
  -
   * A new base class DispatchTask has been added to facilitate elegant 
     creation of tasks with multiple actions.
   
  @@ -174,6 +172,8 @@
   * Made the dest attribute of the apply task optional; mapped target
     filenames will be interpreted as absolute pathnames when dest is omitted.
   
  +* Changed default tempdir for <javac> from user.dir to java.io.tmpdir.
  +
   Fixed bugs:
   -----------
   
  
  
  

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

Reply via email to