Browse Source

Merge Redirector bugfix to 1.6 branch.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276386 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 21 years ago
parent
commit
7518f01752
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      WHATSNEW

+ 5
- 5
WHATSNEW View File

@@ -12,11 +12,6 @@ Fixed bugs:

* <whichresource> failed to load classes correctly.

* Redirector exhibited inconsistent behavior with regard to split
output. When sent to file only, files would be created in all
cases; when split file-property, files were only created if
writes were performed.

* replacestring tokenfilter only replaced the first occurrence.

* AntLikeTasksAtTopLevelTest failed on cygwin.
@@ -125,6 +120,11 @@ Fixed bugs:
* Ant failed to locate tools.jar if the jre directory name wasn't all
lowercase. Bugzilla Report 25798.

* Redirector exhibited inconsistent behavior with regard to split
output. When sent to file only, files would be created in all
cases; when split file-property, files were only created if
writes were performed.

Other changes:
--------------



Loading…
Cancel
Save