+1

- Downloaded .tar.gz from https://dist.apache.org/repos/dist/dev/ant/binaries/

- Extracted locally, checked WHATSNEW, NOTICE files.

- Browsed some random manual pages. Looks fine.

- Built some internal Ant based projects. All went fine.

- Tested that the following build script works with this new version (and fails with previous 1.9.x released version) to verify the https://bz.apache.org/bugzilla/show_bug.cgi?id=62164 issue:

<project>
    <target name="test-get">
        <get src="http://downloads.sourceforge.net/easymock/easymock-3.2.zip"; dest="${basedir}/downloaded/"/>
    </target>
</project>

-Jaikiran



On 10/07/18 3:26 PM, Stefan Bodewig wrote:
Hi all

I've created a new release candidate for 1.9.13 with a few bug fixes.

git tag: ANT_1.9.13_RC1
          on commit: e7a4d8683
tarballs: https://dist.apache.org/repos/dist/dev/ant/
          revision: 28014
Maven artifacts:
          
https://repository.apache.org/content/repositories/orgapacheant-1034/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

Reply via email to