exec and the input hanging problem again

2009-02-02 Thread John Mazzitelli
I am hitting the bug where Ant hangs when doing an - see bug: https://issues.apache.org/bugzilla/show_bug.cgi?id=34461 I can't seem to get the workaround of using inputstring to work. I can replicate this bug, even when using inputstring="", on both Ant 1.6.5 and Ant 1.7.1 - and I've seen thi

exec and the input hanging problem

2009-02-02 Thread John Mazzitelli
I am hitting the bug where Ant hangs when doing an - see bug: https://issues.apache.org/bugzilla/show_bug.cgi?id=34461 I can't seem to get the workaround of using inputstring to work. I can replicate this bug, even when using inputstring="", on both Ant 1.6.5 and Ant 1.7.1 - and I've seen thi

Re: Issues upgrading from 1.4 to 2.0.0

2009-02-02 Thread Maarten Coene
Martin, A (probably incomplete) list of incompatibilites are listed in the release notes: http://ant.apache.org/ivy/history/2.0.0/release-notes.html Maarten - Original Message From: Martin Eigenbrodt To: ivy-u...@ant.apache.org Sent: Sunday, February 1, 2009 6:24:56 PM Subject: Iss

Parallel Javac 1.6 Compile Errors

2009-02-02 Thread Murray, Mike
Has anyone experienced problems running javac tasks in parallel with Java 1.6? I am getting inaccurate compile errors. If I compile the modules sequentially with 1.6 it works fine. It also works fine to compile in parallel with 1.5. Thanks, Mike