conor 2003/02/16 06:06:26
Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_15_BRANCH
StreamPumper.java
Log:
Merge
Revision ChangesPath
No revision
No revision
1.7.2.2 +2 -1
ant/s
conor 2003/02/16 06:05:42
Modified:src/main/org/apache/tools/ant/taskdefs StreamPumper.java
Log:
Make sure stream gets closed when input finishes
Revision ChangesPath
1.12 +3 -3
ant/src/main/org/apache/tools/ant/taskdefs/StreamPumper.java
Index: StreamPu
conor 2003/02/16 06:04:28
Modified:src/main/org/apache/tools/ant/taskdefs StreamPumper.java
Log:
Catch more than IOExceptions in stream pumper to take care of strange
close conditions where another thread can close the stream after the
ensureOpen check has been done.
PR: