Re: JUnit4 requirement (was Re: svn commit: r1460264)

2013-05-06 Thread Michael Clarke
Ant 1.9.0 contained 2 issues relating to JUnit 4: 1. Ant not compiling if only JUnit 3 was on the classpath. This was discussed as part of this mail thread and resolved with SVN commit 1471109. There shouldn't have been any direct impact on users as it wasn't possible to invoke any of the code that

Re: Evaluating Bintray as a distribution platform for easyant plugins

2013-05-06 Thread Antoine Levy Lambert
No objections from me. Antoine On May 3, 2013, at 6:04 AM, Jean-Louis Boudart wrote: > No objections either if both Apache & non Apache plugins are on bintray ? :p > > > 2013/5/3 Jan Matèrne (jhm) > >> Neither from me. >> My objections were for "ASF plugins" not for "outside ASF" ;) >> >> Ja

Re: Adding if/unless conditions on commandline args

2013-05-06 Thread Peter Reilly
wow, I had forgot about that! Peter On Mon, May 6, 2013 at 12:55 AM, Antoine Levy Lambert wrote: > Hi, > > I have committed a patch created by Peter Reilly back in 2007. > > The bugzilla PR is 43362 [1] > > If the community is happy with this change we will be able to close a > number of bug re

manual on the web site

2013-05-06 Thread Antoine Levy Lambert
Hi, the manual on the web site is currently the manual of Ant 1.8.2, in principle the manual of Ant 1.9.0 should be displayed. I believe the manual is correct in subversion under http://svn.apache.org/repos/asf/ant/site/ant/production/ and http://svn.apache.org/repos/asf/ant/site/ant/sources/

Re: JUnit4 requirement (was Re: svn commit: r1460264)

2013-05-06 Thread Antoine Levy Lambert
Hi, I have noticed a bug report CASSANDRA-5388 concerning Ant 1.9.0 and JUnit library dependencies. Maybe this bug report can help to clarify the exact dependencies of Ant concerning JUnit. The current "install.html" in svn says that Ant is dependent upon junit.jar without specifying minimal