You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Stefan Bodewig <bo...@apache.org> on 2018/07/10 09:55:43 UTC

[VOTE] Release Ant 1.10.5 based on RC1

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-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: [VOTE] Release Ant 1.10.5 based on RC1

Posted by Maarten Coene <ma...@yahoo.com.INVALID>.
We did some minimal testing with this version in our build process.No issues were found.
+1
Maarten

      Van: Stefan Bodewig <bo...@apache.org>
 Aan: dev@ant.apache.org 
 Verzonden: dinsdag 10 juli 11:55 2018
 Onderwerp: [VOTE] Release Ant 1.10.5 based on RC1
   
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-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org



   

Re: [VOTE] Release Ant 1.10.5 based on RC1

Posted by Nicolas Lalevée <ni...@hibnet.org>.
+1


> Le 10 juil. 2018 à 11:55, Stefan Bodewig <bo...@apache.org> a écrit :
> 
> 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-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: [VOTE] Release Ant 1.10.5 based on RC1

Posted by Jaikiran Pai <ja...@gmail.com>.
+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-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: [VOTE] Release Ant 1.10.5 based on RC1

Posted by Paul King <pa...@asert.com.au>.
+1 (non-binding)

I ran the Groovy test suite against the candidate jars and everything
passed.
There are over 100 tests related to AntBuilder and the groovy, groovyc,
groovydoc ant tasks.

Cheers, Paul.


On Tue, Jul 10, 2018 at 7:55 PM Stefan Bodewig <bo...@apache.org> 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-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
>

[RESULT] Release Ant 1.10.5 based on RC1

Posted by Stefan Bodewig <bo...@apache.org>.
Hi all

with +1s by

Jaikiran Pai
Maarten Coene
Paul King (not binding but much appreciated)
Nicolas Lalevée
Stefan Bodewig (implicit)

and no other votes the vote has passed. I'll start the usual publish,
wait for mirrors, announce cycle now.

Thanks to everybody who voted

       Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org