> a release with many bug fixes and improvements, including the initial > support for Java 1.9, the possibility to run JUnit tests in multiple > threads (when they are forked) and the refactoring of Ant's own test > suite which is now based on JUnit 4. > > I propose to adopt the following as Ant 1.9.4 > > SVN tag: http://svn.apache.org/repos/asf/ant/core/tags/ANT_194/ > revision 1591180 > Tarballs: https://dist.apache.org/repos/dist/dev/ant/ > revision 5204 > Maven Artifacts: > https://repository.apache.org/content/repositories/orgapacheant- > 1004/org/apache/ant/ > > Vote will be open until Monday, May 5 due to upcoming May 1st holiday
https://dist.apache.org/repos/dist/dev/ant/binaries/apache-ant-1.9.4-bin.zip We changed from JUnit 3 to JUnit4 for our own tests. In the library.properties we are now defining the version junit.version=4.11 But we are supporting JUnit3 further I think, so having ant-junit.jar and ant-junit4.jar remains useful. Some tests with Java5 on the Ant codebase: * ant distribution: ok * ant dist: ok * ant msi: ok (just missing wix ;) * ant test: ok (just the known errors on my machine) Some tests with Java5 on other projects: ok Had a look at the content: seems to be ok. NOTICE-file has "2014" as copyright year. Running RAT: seems to be ok So a +1 from me. But running that version on a more complex build would be helpful (EasyAnt, Ivy?) Jan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org