mbenson     2005/01/26 14:08:31

  Modified:    .        WHATSNEW
  Log:
  Catch up merges
  
  Revision  Changes    Path
  1.723     +16 -16    ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.722
  retrieving revision 1.723
  diff -u -r1.722 -r1.723
  --- WHATSNEW  26 Jan 2005 19:28:33 -0000      1.722
  +++ WHATSNEW  26 Jan 2005 22:08:31 -0000      1.723
  @@ -27,12 +27,6 @@
   * Translate task does not remove tokens when a key is not found.
     It logs a verbose message.  Bugzilla Report 13936.
   
  -* <apply> was broken with classfilesets.  Bugzilla Report 30567.
  -
  -* The first file open that took place when using input files with the
  -  <exec>, <apply>, or <java> tasks was always logged to System.out
  -  instead of to the managing Task.
  -
   * Incorrect task name with invalid "javac" task after a "presetdef.
     Bugzilla reports 31389 and 29499.
     
  @@ -43,10 +37,6 @@
     <replace> can now handle files as long as there is enough disk space
     available.
   
  -* <available> returned false positives when checking a file
  -  passed in with the current basedir leading twice:
  -  e.g. ${basedir}${file.separator}${basedir}${file.separator}foo .
  -
   Other changes:
   --------------
   
  @@ -90,9 +80,6 @@
   * Junit task -- display suite first.
     Bugzilla report 31962.
   
  -* <apply> has a new "force" attribute that, when true, disables
  -  checking of target files.
  -
   * Added isSigned condition and signedselector selector
     Bugzilla report 32126.
   
  @@ -178,12 +165,15 @@
   * Added a comment attribute to the zip task.
     Bugzilla report 22793.
   
  -* 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.
   
  +* <apply> has a new "force" attribute that, when true, disables
  +  checking of target files.
  +
  +* Made the dest attribute of the apply task optional; mapped target
  +  filenames will be interpreted as absolute pathnames when dest is omitted.
  +
   Fixed bugs:
   -----------
   
  @@ -272,6 +262,16 @@
   * DependScanner.getResource() always returned nonexistent resources,
     even when the resource actually existed.  Bugzilla Report 30558.
   
  +* <apply> was broken with classfilesets.  Bugzilla Report 30567.
  +
  +* <available> returned false positives when checking a file
  +  passed in with the current basedir leading twice:
  +  e.g. ${basedir}${file.separator}${basedir}${file.separator}foo .
  +
  +* The first file open that took place when using input files with the
  +  <exec>, <apply>, or <java> tasks was always logged to System.out
  +  instead of to the managing Task.
  +
   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