Re: [VOTE] Release Groovy 2.4.8

2016-12-30 Thread Pascal Schumacher
Hello Paul, thanks a lot for volunteering as a release manager. :) Sadly the javadoc of StringGroovyMethods#uncapitalize contains an error so, the unit tests fail with: MainJavadocAssertionTest > StringGroovyMethodsJavadocAssertionTest.testAssertionFromStringGroovyMethodsLine213 FAILED As

Re: [VOTE] Release Groovy 2.4.8 [CANCELLED]

2016-12-30 Thread Paul King
Darn. Thanks for spotting that. Yes I fixed that on master previously but didn't notice that I forgot to merge the fix when backporting and CI was failing for a different reason so I ignored what I thought was a false positive. It's only test code, not prod code that is affected but I think it's w

Re: [VOTE] Release Groovy 2.4.8

2016-12-30 Thread Russel Winder
It seems the Gradle 3.2.1 that gets downloaded is unable to build Groovy on Debian Sid: |> ./gradlew clean Downloading https://services.gradle.org/distributions/gradle-3.2.1-bin.zip ...

Re: [VOTE] Release Groovy 2.4.8

2016-12-30 Thread Cédric Champeau
It works fine locally. Is your local dir writable? No full disk? Could you try to delete ~/.gradle/caches/3.2.1 ? 2016-12-30 12:34 GMT+01:00 Russel Winder : > It seems the Gradle 3.2.1 that gets downloaded is unable to build > Groovy on Debian Sid: > > > |> ./gradlew clean > Downloading https://

Re: [VOTE] Release Groovy 2.4.8

2016-12-30 Thread Russel Winder
On Fri, 2016-12-30 at 12:37 +0100, Cédric Champeau wrote: > It works fine locally. Is your local dir writable? No full disk? > Could you > try to delete ~/.gradle/caches/3.2.1 ? Good to hear it works somewhere. :-) Tried removing that cache directory, no change. :-( -- Russel. ===

Re: [VOTE] Release Groovy 2.4.8

2016-12-30 Thread Russel Winder
On Fri, 2016-12-30 at 12:37 +0100, Cédric Champeau wrote: > It works fine locally. Is your local dir writable? No full disk? > Could you > try to delete ~/.gradle/caches/3.2.1 ? What is really worrying is that I get the problem using the SDKMAN! gradle installation as well as the gradlew command w

Re: [VOTE] Release Groovy 2.4.8

2016-12-30 Thread Russel Winder
Cédric, Current best hypothesis is that Gradle is working for me as long as there is no buildSrc directory. On Fri, 2016-12-30 at 12:37 +0100, Cédric Champeau wrote: > It works fine locally. Is your local dir writable? No full disk? > Could you > try to delete ~/.gradle/caches/3.2.1 ? > > > 201

Re: [VOTE] Release Groovy 2.4.8

2016-12-30 Thread Jochen Theodorou
On 30.12.2016 07:25, Paul King wrote: Dear community, I am happy to start the VOTE thread for a Groovy 2.4.8 release! This release includes 82 bug fixes/improvements as outlined in the changelog: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123&version=12335950 Tag: h

Re: [VOTE] Release Groovy 2.4.8

2016-12-30 Thread Bahman Movaqar
On 12/30/2016 07:25 AM, Paul King wrote: > Dear community, > > I am happy to start the VOTE thread for a Groovy 2.4.8 release! > > This release includes 82 bug fixes/improvements as outlined in the changelog: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123&version=1233

Re: [VOTE] Release Groovy 2.4.8

2016-12-30 Thread Paul King
Can you give some more info? I can't replicate. Cheers, Paul. On Sat, Dec 31, 2016 at 4:46 AM, Jochen Theodorou wrote: > On 30.12.2016 07:25, Paul King wrote: >> >> Dear community, >> >> I am happy to start the VOTE thread for a Groovy 2.4.8 release! >> >> This release includes 82 bug fixes/impr

Re: [VOTE] Release Groovy 2.4.8

2016-12-30 Thread Jochen Theodorou
On 30.12.2016 22:13, Paul King wrote: Can you give some more info? I can't replicate. I copied the 3.2.1 wrapper over and then tried to start... this is what I got. Just tried again using another 3.2.1 wrapper and this time I got FAILURE: Build failed with an exception. * Where: Script '/t

Re: [VOTE] Release Groovy 2.4.8

2016-12-30 Thread Paul King
The README gives bootstrap instructions for building from source. In particular, you should not copy gradlew from another groovy install. Instead you can just run any gradle and that will effectively do a "gradle wrapper" which will get the correct gradle version. Let me know if that works. Cheers