On 2010-04-05, Jason Trump wrote:
> Not sure if this is the right forum to discuss antunit development.
It is.
> I was recently using antunit to test some ivy-based build scripts.
> This was complicated by the fact that I could not get the AntUnit
> scripts to inherit references from the parent
On 2010-04-05, J. Joseph Felten wrote:
> That must have been it. I guntarred a fresh source tree and was able
> to build ant on Solaris 10 SPARC.
Great.
> I had to go find junit before it would build. I thought that was
> optional but apparently not, or at least not with just taking the
> def
I'll take a look at it.
The reason we don't use the URL#toURI() method is that Ivy is JDK 1.4
compatible atm.
Maarten
- Original Message
From: Peter Karich
To: Ant Developers List
Sent: Mon, April 5, 2010 2:49:09 AM
Subject: Re: minor bug?
Why not:
URI uri = url.toURI();
which wou
That must have been it. I guntarred a fresh source tree and was able
to build ant on Solaris 10 SPARC. I had to go find junit before it
would build. I thought that was optional but apparently not, or at
least not with just taking the defaults.
Thanks
Now on to the dependency hell of building t