https://issues.apache.org/bugzilla/show_bug.cgi?id=48746
--- Comment #13 from Stefan Bodewig <[email protected]> 2010-06-14 06:47:39 EDT --- I did turn Peter's example code into an AntUnit test back then in svn revision 927753 testDoesntWaitForChildren in src/tests/antunit/taskdefs/exec/exec-test.xml takes three seconds on my Win7 machine when run with Ant 1.8.[01] and 21 seconds with Ant 1.7.1. If I apply the suggested change of comment 8 I'm back at 22 seconds again, swapping close/stopThreads doesn't change that either. But if I swap them, I don't even see the "finished" output the original process executed so it would actually make things worse. So whatever we do, the flag has to remain true on Windows. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
