Re: [VOTE] Release Apache Groovy 2.4.12

2017-06-23 Thread Keith Suderman
+1

Built the sources.zip

> On Jun 21, 2017, at 6:15 AM, Paul King  wrote:
> 
> 
> Dear community,
> 
> I am happy to start the VOTE thread for a Groovy 2.4.12 release!
> 
> This release includes 16 bug fixes/improvements as outlined in the changelog:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123=12340472
>  
> 
> 
> Tag: 
> https://git1-us-west.apache.org/repos/asf?p=groovy.git;a=tag;h=refs/tags/GROOVY_2_4_12
>  
> 
> Tag commit id: 731d4daa78b9cd32bea724d2d651aa1164eef6cc
> 
> The artifacts to be voted on are located as follows (r20140).
> Source release: https://dist.apache.org/repos/dist/dev/groovy/2.4.12/sources 
> 
> Convenience binaries: 
> https://dist.apache.org/repos/dist/dev/groovy/2.4.12/distribution 
> 
> 
> Release artifacts are signed with a key from the following file:
> https://dist.apache.org/repos/dist/dev/groovy/KEYS 
> 
> 
> Please vote on releasing this package as Apache Groovy 2.4.12.
> 
> The vote is open for the next 72 hours and passes if a majority of at least 
> three +1 PMC votes are cast.
> 
> [ ] +1 Release Apache Groovy 2.4.12
> [ ]  0 I don't have a strong opinion about this, but I assume it's ok
> [ ] -1 Do not release Apache Groovy 2.4.12 because...
> 
> Here is my vote:
> 
> +1 (binding)
> 

--
Keith Suderman
Research Associate
Department of Computer Science
Vassar College, Poughkeepsie NY
suder...@cs.vassar.edu






Re: [VOTE] Release Apache Groovy 2.4.12

2017-06-22 Thread John Wagenleitner
+1 (binding)

On Wed, Jun 21, 2017 at 3:15 AM, Paul King  wrote:

>
> Dear community,
>
> I am happy to start the VOTE thread for a Groovy 2.4.12 release!
>
> This release includes 16 bug fixes/improvements as outlined in the
> changelog:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> projectId=12318123=12340472
>
> Tag: https://git1-us-west.apache.org/repos/asf?p=groovy.git;a=
> tag;h=refs/tags/GROOVY_2_4_12
> Tag commit id: 731d4daa78b9cd32bea724d2d651aa1164eef6cc
>
> The artifacts to be voted on are located as follows (r20140).
> Source release: https://dist.apache.org/repos/
> dist/dev/groovy/2.4.12/sources
> Convenience binaries: https://dist.apache.org/repos/
> dist/dev/groovy/2.4.12/distribution
>
> Release artifacts are signed with a key from the following file:
> https://dist.apache.org/repos/dist/dev/groovy/KEYS
>
> Please vote on releasing this package as Apache Groovy 2.4.12.
>
> The vote is open for the next 72 hours and passes if a majority of at
> least three +1 PMC votes are cast.
>
> [ ] +1 Release Apache Groovy 2.4.12
> [ ]  0 I don't have a strong opinion about this, but I assume it's ok
> [ ] -1 Do not release Apache Groovy 2.4.12 because...
>
> Here is my vote:
>
> +1 (binding)
>
>


Re: [VOTE] Release Apache Groovy 2.4.12

2017-06-22 Thread Balachandran Sivakumar

Hi Paul,

On 2017-06-22 12:16, Paul King wrote:

Are you using:

gradle wrapper
gradlew dist

As per README.adoc? The 'gradle wrapper' step should work bootstrapped
with 3.5 but otherwise each Groovy distribution declares what Gradle
version it is designed to build with as per the wrapper setup.



  When I do gradle wrapper && ./gradlew dist as per README.adoc, it 
bootstraps with gradle 2.3 (because we have gradleVersion set to 2.3 ?). 
So, I explicitly tried using 3.5.


I did the following

sdk d gradle 3.5
gradle dist



When trying as per README.adoc, it builds fine. Thanks




Cheers, Paul.

On Thu, Jun 22, 2017 at 3:59 PM, Balachandran Sivakumar
 wrote:


Hi,

The artifacts to be voted on are located as follows (r20140).
Source release:
https://dist.apache.org/repos/dist/dev/groovy/2.4.12/sources [1]


 When I try to build this from the source zip, I get the following
build failure with Gradle 3.5

:groovydocAll FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':groovydocAll'.


java.lang.ExceptionInInitializerError (no error message)


Build Scan: https://scans.gradle.com/s/xobecl5cdgzhg [2]

Also, on Gradle 4.0, the build fails due to build-scan plugin
incompatibility

FAILURE: Build failed with an exception.

* Where:
Build file '/tmp/groovy-src/groovy-2.4.12/build.gradle' line: 48

* What went wrong:
A problem occurred evaluating root project 'groovy'.


Failed to apply plugin [id 'com.gradle.build-scan']

> This version of Gradle requires version 1.7.4 of the build scan
plugin or later.
 Please see
https://gradle.com/scans/help/gradle-incompatible-plugin-version [3]
for more information.

Am I missing something or doing something wrong ? Thanks

--
Thank you,
Balachandran Sivakumar



Links:
--
[1] https://dist.apache.org/repos/dist/dev/groovy/2.4.12/sources
[2] https://scans.gradle.com/s/xobecl5cdgzhg
[3] https://gradle.com/scans/help/gradle-incompatible-plugin-version


--
Thank you,
Balachandran Sivakumar


Re: [VOTE] Release Apache Groovy 2.4.12

2017-06-22 Thread Paul King
I guess we should upgrade the version of the plugin anyway so that
bootstrapping via Gradle 4 works. Using --no-scan doesn't even help in that
case unless someone else knows a workaround.

Cheers, Paul.

On Thu, Jun 22, 2017 at 4:46 PM, Paul King  wrote:

>
> Are you using:
>
> gradle wrapper
> gradlew dist
>
> As per README.adoc? The 'gradle wrapper' step should work bootstrapped
> with 3.5 but otherwise each Groovy distribution declares what Gradle
> version it is designed to build with as per the wrapper setup.
>
> Cheers, Paul.
>
>
> On Thu, Jun 22, 2017 at 3:59 PM, Balachandran Sivakumar <
> balachand...@balachandran.org> wrote:
>
>> Hi,
>>
>>
>> The artifacts to be voted on are located as follows (r20140).
 Source release:
 https://dist.apache.org/repos/dist/dev/groovy/2.4.12/sources

>>>
>> When I try to build this from the source zip, I get the following
>> build failure with Gradle 3.5
>>
>> :groovydocAll FAILED
>>
>> FAILURE: Build failed with an exception.
>>
>> * What went wrong:
>> Execution failed for task ':groovydocAll'.
>>
>>> java.lang.ExceptionInInitializerError (no error message)
>>>
>>
>>
>> Build Scan: https://scans.gradle.com/s/xobecl5cdgzhg
>>
>> Also, on Gradle 4.0, the build fails due to build-scan plugin
>> incompatibility
>>
>> FAILURE: Build failed with an exception.
>>
>> * Where:
>> Build file '/tmp/groovy-src/groovy-2.4.12/build.gradle' line: 48
>>
>> * What went wrong:
>> A problem occurred evaluating root project 'groovy'.
>>
>>> Failed to apply plugin [id 'com.gradle.build-scan']
>>>
>>> This version of Gradle requires version 1.7.4 of the build scan
>> plugin or later.
>>  Please see https://gradle.com/scans/help/
>> gradle-incompatible-plugin-version for more information.
>>
>>
>> Am I missing something or doing something wrong ? Thanks
>>
>>
>> --
>> Thank you,
>> Balachandran Sivakumar
>>
>
>


Re: [VOTE] Release Apache Groovy 2.4.12

2017-06-22 Thread Paul King
Are you using:

gradle wrapper
gradlew dist

As per README.adoc? The 'gradle wrapper' step should work bootstrapped with
3.5 but otherwise each Groovy distribution declares what Gradle version it
is designed to build with as per the wrapper setup.

Cheers, Paul.

On Thu, Jun 22, 2017 at 3:59 PM, Balachandran Sivakumar <
balachand...@balachandran.org> wrote:

> Hi,
>
>
> The artifacts to be voted on are located as follows (r20140).
>>> Source release:
>>> https://dist.apache.org/repos/dist/dev/groovy/2.4.12/sources
>>>
>>
> When I try to build this from the source zip, I get the following
> build failure with Gradle 3.5
>
> :groovydocAll FAILED
>
> FAILURE: Build failed with an exception.
>
> * What went wrong:
> Execution failed for task ':groovydocAll'.
>
>> java.lang.ExceptionInInitializerError (no error message)
>>
>
>
> Build Scan: https://scans.gradle.com/s/xobecl5cdgzhg
>
> Also, on Gradle 4.0, the build fails due to build-scan plugin
> incompatibility
>
> FAILURE: Build failed with an exception.
>
> * Where:
> Build file '/tmp/groovy-src/groovy-2.4.12/build.gradle' line: 48
>
> * What went wrong:
> A problem occurred evaluating root project 'groovy'.
>
>> Failed to apply plugin [id 'com.gradle.build-scan']
>>
>> This version of Gradle requires version 1.7.4 of the build scan
> plugin or later.
>  Please see https://gradle.com/scans/help/
> gradle-incompatible-plugin-version for more information.
>
>
> Am I missing something or doing something wrong ? Thanks
>
>
> --
> Thank you,
> Balachandran Sivakumar
>


Re: [VOTE] Release Apache Groovy 2.4.12

2017-06-21 Thread Balachandran Sivakumar

Hi,



The artifacts to be voted on are located as follows (r20140).
Source release:
https://dist.apache.org/repos/dist/dev/groovy/2.4.12/sources


When I try to build this from the source zip, I get the following 
build failure with Gradle 3.5


:groovydocAll FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':groovydocAll'.

java.lang.ExceptionInInitializerError (no error message)



Build Scan: https://scans.gradle.com/s/xobecl5cdgzhg

Also, on Gradle 4.0, the build fails due to build-scan plugin 
incompatibility


FAILURE: Build failed with an exception.

* Where:
Build file '/tmp/groovy-src/groovy-2.4.12/build.gradle' line: 48

* What went wrong:
A problem occurred evaluating root project 'groovy'.

Failed to apply plugin [id 'com.gradle.build-scan']
   > This version of Gradle requires version 1.7.4 of the build scan 
plugin or later.
 Please see 
https://gradle.com/scans/help/gradle-incompatible-plugin-version for 
more information.



Am I missing something or doing something wrong ? Thanks


--
Thank you,
Balachandran Sivakumar


Re: [VOTE] Release Apache Groovy 2.4.12

2017-06-21 Thread Guillaume Laforge
+1

On Wed, Jun 21, 2017 at 10:07 PM, Jochen Theodorou 
wrote:

> +1
>
>
> On 21.06.2017 12:15, Paul King wrote:
>
>>
>> Dear community,
>>
>> I am happy to start the VOTE thread for a Groovy 2.4.12 release!
>>
>> This release includes 16 bug fixes/improvements as outlined in the
>> changelog:
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?proje
>> ctId=12318123=12340472
>>
>> Tag:
>> https://git1-us-west.apache.org/repos/asf?p=groovy.git;a=tag
>> ;h=refs/tags/GROOVY_2_4_12
>> Tag commit id: 731d4daa78b9cd32bea724d2d651aa1164eef6cc
>>
>> The artifacts to be voted on are located as follows (r20140).
>> Source release: https://dist.apache.org/repos/
>> dist/dev/groovy/2.4.12/sources
>> Convenience binaries:
>> https://dist.apache.org/repos/dist/dev/groovy/2.4.12/distribution
>>
>> Release artifacts are signed with a key from the following file:
>> https://dist.apache.org/repos/dist/dev/groovy/KEYS
>>
>> Please vote on releasing this package as Apache Groovy 2.4.12.
>>
>> The vote is open for the next 72 hours and passes if a majority of at
>> least three +1 PMC votes are cast.
>>
>> [ ] +1 Release Apache Groovy 2.4.12
>> [ ]  0 I don't have a strong opinion about this, but I assume it's ok
>> [ ] -1 Do not release Apache Groovy 2.4.12 because...
>>
>> Here is my vote:
>>
>> +1 (binding)
>>
>>
>


-- 
Guillaume Laforge
Apache Groovy committer & PMC Vice-President
Developer Advocate @ Google Cloud Platform

Blog: http://glaforge.appspot.com/
Social: @glaforge  / Google+



Re: [VOTE] Release Apache Groovy 2.4.12

2017-06-21 Thread Jochen Theodorou

+1

On 21.06.2017 12:15, Paul King wrote:


Dear community,

I am happy to start the VOTE thread for a Groovy 2.4.12 release!

This release includes 16 bug fixes/improvements as outlined in the
changelog:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123=12340472

Tag:
https://git1-us-west.apache.org/repos/asf?p=groovy.git;a=tag;h=refs/tags/GROOVY_2_4_12
Tag commit id: 731d4daa78b9cd32bea724d2d651aa1164eef6cc

The artifacts to be voted on are located as follows (r20140).
Source release: https://dist.apache.org/repos/dist/dev/groovy/2.4.12/sources
Convenience binaries:
https://dist.apache.org/repos/dist/dev/groovy/2.4.12/distribution

Release artifacts are signed with a key from the following file:
https://dist.apache.org/repos/dist/dev/groovy/KEYS

Please vote on releasing this package as Apache Groovy 2.4.12.

The vote is open for the next 72 hours and passes if a majority of at
least three +1 PMC votes are cast.

[ ] +1 Release Apache Groovy 2.4.12
[ ]  0 I don't have a strong opinion about this, but I assume it's ok
[ ] -1 Do not release Apache Groovy 2.4.12 because...

Here is my vote:

+1 (binding)