Re: [RESULT][VOTE] Release Apache Groovy 3.0.0-alpha-1

2017-11-28 Thread Burt Beckwith
Sorry for the confusion - I suppose the key sentence in voting.html is "Releases may not be vetoed" :) Burt On 11/28/2017 10:17 PM, Daniel Sun wrote: https://www.apache.org/foundation/voting.html#ReleaseVotes https://www.apache.org/foundation/glossary.html#MajorityApproval

Re: [RESULT][VOTE] Release Apache Groovy 3.0.0-alpha-1

2017-11-28 Thread Daniel Sun
https://www.apache.org/foundation/voting.html#ReleaseVotes https://www.apache.org/foundation/glossary.html#MajorityApproval https://www.apache.org/foundation/glossary.html#Veto Have I misunderstood the statements? -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html

Re: [RESULT][VOTE] Release Apache Groovy 3.0.0-alpha-1

2017-11-28 Thread Burt Beckwith
Isn't a -1 vote a veto? Burt On 11/28/2017 07:18 PM, Daniel Sun wrote: Thanks everyone! The vote has passed with 3 +1 binding votes, one additional +1 vote and one -1 vote. I'll get started with next steps later. Cheers, Daniel.Sun -- Sent from:

Re: [VOTE] Release Apache Groovy 3.0.0-alpha-1

2017-11-28 Thread Daniel Sun
Hi Leonard, No luck for me... I run `gradlew --stop` and `gradlew clean dist --no-daemon`, still failed with the same error... Even if I disabled the daemon via adding `org.gradle.daemon=false` in gradle.properties, failed again... Cheers, Daniel.Sun -- Sent from:

[RESULT][VOTE] Release Apache Groovy 3.0.0-alpha-1

2017-11-28 Thread Daniel Sun
Thanks everyone! The vote has passed with 3 +1 binding votes, one additional +1 vote and one -1 vote. I'll get started with next steps later. Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html

Re: [VOTE] Release Apache Groovy 3.0.0-alpha-1

2017-11-28 Thread Leonard Brünings
Hi Daniel, we have the same issue in spock, when a file produced by the build is used by gradle later on the daemon keeps it locked. Make sure that no daemon is already running, `gradlew --stop` then `gradlew clean dist --no-daemon` should work Cheers -Leonard P.S. As Paul suggested I'd

Re: [VOTE] Release Apache Groovy 3.0.0-alpha-1

2017-11-27 Thread Daniel.Sun
I tried `gradlew dist --no-daemon`, still failed... --- FAILURE: Build failed with an exception. * What went wrong: java.io.IOException: Unable to delete file: D:\_APPS\git_apps\groovy\target\bootstrap\groovy-3.0.0-SNAPSHOT-bootstrap.jar > Unable to delete file: >

Re: [VOTE] Release Apache Groovy 3.0.0-alpha-1

2017-11-27 Thread Daniel Sun
OK. I'll disable the daemon and try again on Win10. Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html

Re: [VOTE] Release Apache Groovy 3.0.0-alpha-1

2017-11-27 Thread Paul King
+1 (binding) Validated checksums and signatures for binary and src zips. Ran gradle wrapper, gradlew dist and gradlew test on the src distro. Tried various tests of the convenience binaries in the binary zip. Cheers, Paul. On Sat, Nov 25, 2017 at 11:03 PM, Daniel.Sun wrote:

Re: [VOTE] Release Apache Groovy 3.0.0-alpha-1

2017-11-27 Thread Paul King
Win 10. I possibly also have the daemon disabled by default - it only seems to cause many problems on Windows. I haven't checked with and without to see if there is a difference. Cheers, Paul. On Tue, Nov 28, 2017 at 12:54 PM, Daniel Sun wrote: > Hi Paul, > >

Re: [VOTE] Release Apache Groovy 3.0.0-alpha-1

2017-11-27 Thread Daniel Sun
Hi Paul, What's your Windows version? Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html

Re: [VOTE] Release Apache Groovy 3.0.0-alpha-1

2017-11-27 Thread Paul King
Actually, "gradle dist" (without the "clean") seemed to work fine on Windows. Given that our src distro should start as "clean", I think just removing clean from the instructions might be a better solution than requiring a specific platform. Still a bug in Gradle lurking there perhaps but we can

Re: [VOTE] Release Apache Groovy 3.0.0-alpha-1

2017-11-27 Thread Jochen Theodorou
+1 (binding) Am 25.11.2017 um 14:03 schrieb Daniel.Sun: Dear community, I am happy to start the VOTE thread for a Groovy 3.0.0-alpha-1 release! This release includes 9 bug fixes/improvements as outlined in the changelog:

Re: [VOTE] Release Apache Groovy 3.0.0-alpha-1

2017-11-25 Thread Daniel.Sun
Gotcha :-) Thanks for your reminding. Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html

Re: [VOTE] Release Apache Groovy 3.0.0-alpha-1

2017-11-25 Thread Paul King
On Sat, Nov 25, 2017 at 11:13 PM, Daniel.Sun wrote: > BTW, building from source code have to be done on Linux(Fails on Windows > 10). > For future reference, if building from source doesn't work on a particular platform then we really ought to mention that in the README.adoc

Re: [VOTE] Release Apache Groovy 3.0.0-alpha-1

2017-11-25 Thread Paul King
2.5 is not in alpha. It is close to final beta with RCs coming soon. 2.6 is 2.5 plus Parrot parser for JDK7+ (Parrot parser not enabled by default) 3.0 is 2.5 plus Parrot parser for JDK8+ (Parrot parser enabled by default) Cheers, Paul. On Sat, Nov 25, 2017 at 11:07 PM, Cédric Champeau

Re: [VOTE] Release Apache Groovy 3.0.0-alpha-1

2017-11-25 Thread Daniel.Sun
Execution failed for task ':clean' after gradle upgraded from 3.5.1 to 4.3.1 https://github.com/gradle/gradle/issues/3437 -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html

Re: [VOTE] Release Apache Groovy 3.0.0-alpha-1

2017-11-25 Thread Daniel.Sun
BTW, building from source code have to be done on Linux(Fails on Windows 10). Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html

Re: [VOTE] Release Apache Groovy 3.0.0-alpha-1

2017-11-25 Thread Cédric Champeau
-1 because I think it's too confusing for users to have 2.5-alpha, 2.6-alpha and 3.0-alpha to test concurrently. I, for one, am lost and cannot keep track of what is in each release. 2017-11-25 14:03 GMT+01:00 Daniel.Sun : > Dear community, > > I am happy to start the VOTE

[VOTE] Release Apache Groovy 3.0.0-alpha-1

2017-11-25 Thread Daniel.Sun
Dear community, I am happy to start the VOTE thread for a Groovy 3.0.0-alpha-1 release! This release includes 9 bug fixes/improvements as outlined in the changelog: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123=12331946 Tag: