stevel      2005/05/13 15:12:29

  Modified:    .        WHATSNEW
  Log:
  more changes, plus some corrections to existing reports.
  
  Revision  Changes    Path
  1.821     +15 -5     ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.820
  retrieving revision 1.821
  diff -u -r1.820 -r1.821
  --- WHATSNEW  13 May 2005 08:09:22 -0000      1.820
  +++ WHATSNEW  13 May 2005 22:12:29 -0000      1.821
  @@ -74,7 +74,7 @@
     did not always do so.
     
   * <ftp> failed to retrieve a file when the path towards the file contained
  -  an element starting with . . Bugzilla report 33770
  +  an element starting with . Bugzilla report 33770
     
   * "<rmic> always compiles on Java1.5" bugzilla report=33862. Fixed default
     stub version to always be "compat", even on Java1.5+. 
  @@ -93,7 +93,10 @@
   * Targets with identical name work in imported project. Bugzilla Report 
34566.
   
   * DemuxOutputStream now uses a WeakHashMap to store the thread-stream 
mapping,
  -  to avoid holding on to thread references after they terminate. 
  +  to avoid holding on to thread references after they terminate.
  +
  +* <xmlvalidate> and <schemavalidate> create a new parser for every file in a
  +  fileset, and so validate multiple files properly. Bugzilla Report 32791
   
   Other changes:
   --------------
  @@ -182,14 +185,21 @@
     negate attribute to select lines -not- containing specified text.
     Bugzilla Report 34374.
   
  -* <os> condition adds "nt" as a family which can be tested. This is
  +* <os> condition adds "winnt" as a family which can be tested. This is
     all windows platforms other than the Win9x line, and windows CE.  
   
  -* <exec> (and hence, <apply>) have an OsFamily attribute, which can restrict
  -  execution to a single OS family.
  +* <exec> (and hence, <apply> and any other derived classes) have an OsFamily
  +  attribute, which can restrict execution to a single OS family.
   
   * added "backtrace" attribute to macrodef. Bugzilla report 27219.
   
  +* Ant main provides some diagnostics if it ever sees a -cp or -lib option,
  +  as this is indicative of a script mismatch. Bugzilla report 34860
  +
  +* <junitreport> prints a special message if supplied an empty XML File. This
  +  can be caused by the test JVM exiting during a test, either via a 
System.exit()
  +  call or a JVM crash.
  +
   Changes from Ant 1.6.3 to current Ant 1.6 CVS version
   =====================================================
   
  
  
  

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

Reply via email to