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
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
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
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