Browse Source

Pr 44544: Deadlock between in, out and err in the redirector.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@741554 13f79535-47bb-0310-9956-ffa450edef68
master
Jacobus Martinus Kruithof 16 years ago
parent
commit
3ade0b6e76
2 changed files with 537 additions and 374 deletions
  1. +3
    -0
      WHATSNEW
  2. +534
    -374
      src/main/org/apache/tools/ant/taskdefs/Redirector.java

+ 3
- 0
WHATSNEW View File

@@ -137,6 +137,9 @@ Changes that could break older environments:


Fixed bugs: Fixed bugs:
----------- -----------
* Got rid of deadlock between in in, out and err in the Redirector.
Bugzilla Report 44544.

* Caused by AssertionError no longer filtered. Bugzilla report 45631. * Caused by AssertionError no longer filtered. Bugzilla report 45631.
* <zip> would sometimes recreate JARs unnecessarily. Bugzilla report 45902. * <zip> would sometimes recreate JARs unnecessarily. Bugzilla report 45902.


+ 534
- 374
src/main/org/apache/tools/ant/taskdefs/Redirector.java
File diff suppressed because it is too large
View File


Loading…
Cancel
Save