Browse Source

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
master
Matthew Jason Benson 21 years ago
parent
commit
51009fc41f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      WHATSNEW

+ 4
- 0
WHATSNEW View File

@@ -19,6 +19,10 @@ Fixed bugs:

* <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:
--------------



Loading…
Cancel
Save