Re: [ANNOUNCE] Apache Ivy 2.1.0-rc2 released

2009-07-23 Thread Nick Pellow
The download link for this release is giving me an Internal Server Error . http://ant.apache.org/ivy/download.cgi On 24/07/2009, at 8:52 AM, Maarten Coene wrote: Jul 23, 2009 - The Ivy project is pleased to announce its 2.1.0-rc2 release. This is the second candidate release of Ivy

Re: distribution of ivy with ant

2009-05-28 Thread Nick Pellow
+1 to shipping Ivy with Ant - maybe even call it Ant 2.0 ? On 28/05/2009, at 2:30 AM, Jason Trump wrote: That is definitely a cool idea. Another possibility would be to use embedded Ivy to implement an auto-update feature for ant and/or ivy itself. Not a three-dialogs-per-day kind of

Re: Errors from nested ant invocations being ignored

2008-12-10 Thread Nick Pellow
Hi Archie, You will need to add a BuildListener to the Project object you create. Have a look at the addBuildListener method on the Project class Project.addBuildListener(org.apache.tools.ant.BuildListener buildListener)

[PATCH] Expose just the Ant version String

2008-07-09 Thread Nick Pellow
available @since 1.7. Cheers, Nick Pellow Index: src/main/org/apache/tools/ant/Main.java === --- src/main/org/apache/tools/ant/Main.java (revision 675106) +++ src/main/org/apache/tools/ant/Main.java (working copy) @@ -929,6