From 51009fc41fac41f291a379c3217ce761d3b0632f Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 18 Aug 2004 20:52:09 +0000 Subject: [PATCH] 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. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276788 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 2750a43eb..3850dbd60 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -19,6 +19,10 @@ Fixed bugs: * was broken with classfilesets. Bugzilla Report 30567. +* The first file open that took place when using input files with the + , , or tasks was always logged to System.out + instead of to the managing Task. + Other changes: --------------