https://issues.apache.org/bugzilla/show_bug.cgi?id=49587
--- Comment #2 from Mike Murray <[email protected]> 2010-08-05 00:52:08 EDT --- (In reply to comment #1) > Mike, since the mailing list thread pre-dates Ant 1.8 could you please confirm > the problem still exists in Ant 1.8.1? I experienced the latest problem using 1.8.1. I fixed this problem on 7/6/10, adding the inputstring="" on a forked java task. We upgraded to Ant 1.8.1 on 5/15/10. Additionally, we have patched our version of 1.8.1 with the following: main\org\apache\tools\ant\taskdefs defaults.properties: Resolve Groovy performance, especially memory, problems, by adding <groovy> to the default tasks. (https://issues.apache.org/bugzilla/show_bug.cgi?id=49021) main\org\apache\tools\ant\taskdefs SubAnt.java: Fix - basedir is not set correctly when calling subant task through ant task (https://issues.apache.org/bugzilla/show_bug.cgi?id=30569) main\org\apache\tools\ant\taskdefs PumpStreamHandler.java: Revert unix performance bug introduced in 1.8.1 version. (https://issues.apache.org/bugzilla/show_bug.cgi?id=49384) main\org\apache\tools\ant\util ResourceUtils.java: Include 1.8.2 version, to avoid 1.8.1 regression. (https://issues.apache.org/bugzilla/show_bug.cgi?id=49326) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
