Ok, I seem to have found the issue.
It appears to test errors, it has Ivy requesting an invalid URL for a given
artifact. However, the HTML returned by my internet provider is returning
a legitmate document that throws a SAX exception which is uncaught and
bleeds all the way to the test.
Are th
Sorry, sent that too fast:
When I compile trunk, I get the above error. When I compile 2.3, I get a
bunch of OSGi related errors.
On Sat, Mar 29, 2014 at 1:23 PM, Josh Suereth wrote:
> Well, I tried both master and 2.4, but we should start with master
> (trunk?) I guess:
>
> IBiblioResolverTes
Well, I tried both master and 2.4, but we should start with master (trunk?)
I guess:
IBiblioResolverTest.testErrorReport fails with:
The reference to entity "r" must end with the ';' delimiter.
java.text.ParseException: The reference to entity "r" must end with the ';'
delimiter.
at
org.apache.i
Hi Josh,
The junit tests should all pass when you run them with Ant.
On what platform do you run them and what is the error you get?
Maarten
Van: Josh Suereth
Aan: dev@ant.apache.org
Verzonden: vrijdag 28 maart 20:48 2014
Onderwerp: Ivy tests not passing