bodewig     2005/01/14 02:09:23

  Modified:    .        WHATSNEW
  Log:
  Silently ignore messages being written to System.err/out while a Listener is 
processing a different message
  
  Revision  Changes    Path
  1.714     +5 -0      ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.713
  retrieving revision 1.714
  diff -u -r1.713 -r1.714
  --- WHATSNEW  14 Jan 2005 10:03:49 -0000      1.713
  +++ WHATSNEW  14 Jan 2005 10:09:23 -0000      1.714
  @@ -177,6 +177,11 @@
   * The jikes compiler adapter now supports -bootclasspath.  Bugzilla
     Report 32609.
   
  +* When a BuildListener tried to access System.err or System.out, Ant
  +  would have thrown an exception - this has been changed.  Ant now
  +  silently ignores the message.  BuildListeners still should avoid
  +  accessing either stream.
  +
   Fixed bugs:
   -----------
   
  
  
  

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

Reply via email to