https://issues.apache.org/bugzilla/show_bug.cgi?id=5003
--- Comment #36 from Rohit Kelapure <[email protected]> 2012-02-22 20:19:22 UTC --- Created attachment 28364 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28364 patch to StreamPumper.run to make it responsive to interrupts I ran into the same issue and was able to get the ant JVM unstuck by modifying the org.apache.tools.ant.taskdefs.StreamPumper.run() to make it more responsive to interrupt conditions. Please see my diff to /ant-trunk/org/apache/tools/ant/taskdefs/StreamPumper.java and let me know if addreses any pending issues. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are the assignee for the bug.
