umagesh 02/04/08 10:43:39 Modified: . WHATSNEW Log: Close PrintStreams if logfile is being used. Leaving the streams open causes test case failures on Windows. Revision Changes Path 1.248 +3 -0 jakarta-ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/jakarta-ant/WHATSNEW,v retrieving revision 1.247 retrieving revision 1.248 diff -u -r1.247 -r1.248 --- WHATSNEW 8 Apr 2002 16:11:27 -0000 1.247 +++ WHATSNEW 8 Apr 2002 17:43:39 -0000 1.248 @@ -52,6 +52,9 @@ Fixed bugs: ----------- +* A bug existed that prevented generated log files from being deleted as + part of the build process itself. This has now been fixed. + * Fixed bug where <move> ignored <filterset>s. * Ant works properly with the combination of Java1.4/WindowsXP.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
