Re: [VOTE] Release Ant 1.10.5 based on RC1

2018-07-11 Thread Paul King
+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  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
>
>


[GitHub] ant issue #63: Replace JAI with ImageIO

2018-07-11 Thread twogee
Github user twogee commented on the issue:

https://github.com/apache/ant/pull/63
  
I could almost reuse the class diagram in the documentation if it wasn't 
referring to PlanarImage... so I have to draw a new one unless the original UML 
is available somewhere (a long shot, I know...)


---

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



[GitHub] ant pull request #64: Add support for SAN extension in GenerateKey task

2018-07-11 Thread jnsnkrllive
GitHub user jnsnkrllive opened a pull request:

https://github.com/apache/ant/pull/64

Add support for SAN extension in GenerateKey task

Beginning with Java 7, keytool supports the SubjectAlternativeName 
extension on X.509 certificates.
[Java 7 Keytool 
Documentation](https://docs.oracle.com/javase/7/docs/technotes/tools/windows/keytool.html)

This enhancement will be useful to users who use Ant to issue certificates 
for their project. Especially, for example, if the project is a web application 
that is expected to be accessed through modern browsers who are beginning to 
drop support for Common Name.
[Chrome 58 Deprecations - Remove support for commonName matching in 
certificates](https://developers.google.com/web/updates/2017/03/chrome-58-deprecations#remove_support_for_commonname_matching_in_certificates)

Targeting 1.9.x branch now, this can be merged into master too.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jnsnkrllive/ant 1.9.x

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ant/pull/64.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #64


commit e291c451995d1f89a2d22e0b4f71058ef453e1bc
Author: Karl Jansen 
Date:   2018-07-11T21:19:29Z

Add support for SAN extension in GenerateKey task




---

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



[GitHub] ant issue #64: Add support for SAN extension in GenerateKey task

2018-07-11 Thread asfgit
Github user asfgit commented on the issue:

https://github.com/apache/ant/pull/64
  
Can one of the admins verify this patch?


---

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



[GitHub] ant issue #64: Add support for SAN extension in GenerateKey task

2018-07-11 Thread asfgit
Github user asfgit commented on the issue:

https://github.com/apache/ant/pull/64
  
Can one of the admins verify this patch?


---

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



[GitHub] ant pull request #63: Replace JAI with ImageIO

2018-07-11 Thread twogee
Github user twogee commented on a diff in the pull request:

https://github.com/apache/ant/pull/63#discussion_r201826479
  
--- Diff: build.xml ---
@@ -277,13 +277,20 @@
 
   
 
+  
+
+  
+  
+
+  
+
   
 
   
 
   
 
-  
+  
--- End diff --

Thanks, Stefan, on to the documentation...


---

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



[GitHub] ant issue #63: Replace JAI with ImageIO

2018-07-11 Thread asfgit
Github user asfgit commented on the issue:

https://github.com/apache/ant/pull/63
  

Refer to this link for build results (access rights to CI server needed): 
https://builds.apache.org/job/Ant%20Github-PR-Linux/63/



---

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



[GitHub] ant issue #63: Replace JAI with ImageIO

2018-07-11 Thread asfgit
Github user asfgit commented on the issue:

https://github.com/apache/ant/pull/63
  

Refer to this link for build results (access rights to CI server needed): 
https://builds.apache.org/job/Ant%20Github-PR-Windows/69/



---

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



Re: [VOTE] Release Ant 1.10.5 based on RC1

2018-07-11 Thread Maarten Coene
We did some minimal testing with this version in our build process.No issues 
were found.
+1
Maarten

  Van: Stefan Bodewig 
 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-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



   

Re: [VOTE] Release Ant 1.9.13 based on RC1

2018-07-11 Thread Maarten Coene
Tried this version in our build process.No issues were found.
+1
Maarten

  Van: Stefan Bodewig 
 Aan: dev@ant.apache.org 
 Verzonden: dinsdag 10 juli 11:56 2018
 Onderwerp: [VOTE] Release Ant 1.9.13 based on RC1
   
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



   

Re: [VOTE] Release Ant 1.10.5 based on RC1

2018-07-11 Thread Jaikiran Pai

+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:



    
        src="http://downloads.sourceforge.net/easymock/easymock-3.2.zip"; 
dest="${basedir}/downloaded/"/>

    



- Tested the following build script to verify that the new "sourcefile" 
feature of Java task works:



    
        
    



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