mbenson 2004/08/18 13:52:09 Modified: . WHATSNEW Log: Fix bug whereby the first file open was always logged to System.out. Fix by opening only on demand so that managingTask can be set. Revision Changes Path 1.648 +4 -0 ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/ant/WHATSNEW,v retrieving revision 1.647 retrieving revision 1.648 diff -u -r1.647 -r1.648 --- WHATSNEW 17 Aug 2004 18:13:49 -0000 1.647 +++ WHATSNEW 18 Aug 2004 20:52:09 -0000 1.648 @@ -19,6 +19,10 @@ * <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. + Other changes: --------------
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]