Other than the documentation on the website is confusing and broken,
none from me! =)
http://ant.apache.org/ivy/history/latest-milestone/tutorial/start.html
This does not work. If I'm new to the project, I'd expect to be able
to copy/paste something from the fi
Yeah, writing good documentation can be very difficult and time consuming.
Patches are always welcome to improve it :-)
Could you give more info about what is not working with this example?
I just tried myself an I didn't had a problem...
Maarten
- Original Message
From: Jon Stevens
Hi all,
I would like to create a new Ivy release (2.2.0-RC1) somewhere next week.
Are there any objections?
Maarten
-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.
Ok, new question. Say I have a build.xml that looks like this:
javac.classpath: ${toString:javac.classpath}
spath extends Union.
When the ${
On Thu, Jun 10, 2010 at 10:58 AM, Jon Stevens wrote:
> the getCollection() method on my spath element is called. However, the
> scope attribute on the spath is null. (ie: I've overrided
> getCollection() and this.scope is null). I'm not sure why this is
> getting nulled out.
Nevermind on the null
> I think you've later seen that you don't since all the attributes of the
> are available via as well. Using Ant 1.8.0 you can even
> do a sfile.as(FileProvider.class) to get access to the java.io.File
> instance itself.
>
> Yep, absolutely. That's why I suggested tagging a whole resource
> co
On 2010-06-10, wrote:
> Test failed on Windows, don't know why I never noticed before
I never noticed because I never forked the tests and DefaultLoggerTest
(as well as LocatorTest that failed as well) are in the "only run in
forked mode or under Gump" set.
Changing the default of junit.fork is
On 2010-06-09, Jon Stevens wrote:
> On Wed, Jun 9, 2010 at 3:06 AM, Stefan Bodewig wrote:
>> Whereever you do
>>
>> you'd instead use
>>
>>
>>
> I see where you are going, but this won't work. I need to be able to
> define the attributes on th