+1
- Downloaded the .tar.gz from https://dist.apache.org/repos/dist/dev/ant/
- Extracted locally
- Checked the NOTICE and WHATSNEW files. Looks fine.
- Checked some random manuals. Looks fine.
- Checked the javac task manual. Looks fine.
- Tested the following build script to verify that it fails with a
previous version of 1.10.x and now passes in 1.10.5:
<project>
<target name="test-get">
<get
src="http://downloads.sourceforge.net/easymock/easymock-3.2.zip"
dest="${basedir}/downloaded/"/>
</target>
</project>
- Tested the following build script to verify that the new "sourcefile"
feature of Java task works:
<project>
<target name="source-java">
<java fork="true" sourcefile="A.java"/>
</target>
</project>
A.java:
public class A {
public static void main(final String[] args) throws Exception {
System.out.println("Hello Ant 1.10.5!");
}
}
Worked fine.
-Jaikiran
On 10/07/18 3:25 PM, Stefan Bodewig wrote:
Hi all
I've created a new release candidate for 1.10.5 with a few bug fixes and
and the "single source executable" feature for Java11.
git tag: ANT_1.10.5_RC1
on commit: c0848d2c6
tarballs: https://dist.apache.org/repos/dist/dev/ant/
revision: 28015
Maven artifacts:
https://repository.apache.org/content/repositories/orgapacheant-1035/org/apache/ant/
This Vote will be open at least for 72 hours and close no earlier than
2018-07-13 10:00UTC.
Cheers
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org