You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@groovy.apache.org by Russel Winder <ru...@winder.org.uk> on 2016/12/18 14:42:16 UTC

This was a surprise…

(And Guillaume this is on Debian Sid using OpenJDK8 from the packaging,
but this is irrelevant to the problem… :-)

BTW are all build recorded by Gradle Inc?



|> ./gradlew clean
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy UP-TO-DATE
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes UP-TO-DATE
:buildSrc:jar UP-TO-DATE
:buildSrc:assemble UP-TO-DATE
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build UP-TO-DATE
Bintray user: null

FAILURE: Build failed with an exception.

* Where:
Script '/home/users/russel/Repositories/Git/Forks/Groovy/gradle/bintray.gradle' line: 41

* What went wrong:
A problem occurred evaluating script.
> Could not get unknown property 'bintrayContext' for root project 'groovy' of type org.gradle.api.Project.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 1.183 secs

Publishing build information...
https://gradle.com/s/nunzvbnveitoc






-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net
41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder

Re: This was a surprise…

Posted by Russel Winder <ru...@winder.org.uk>.
On Sun, 2016-12-18 at 07:51 -0800, John Wagenleitner wrote:
> […]
> This should be fixed now.

It is, thanks.

-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net
41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder

Re: This was a surprise…

Posted by John Wagenleitner <jo...@gmail.com>.
On Sun, Dec 18, 2016 at 6:42 AM, Russel Winder <ru...@winder.org.uk> wrote:

> (And Guillaume this is on Debian Sid using OpenJDK8 from the packaging,
> but this is irrelevant to the problem… :-)
>
> BTW are all build recorded by Gradle Inc?
>
>
>
> |> ./gradlew clean
> :buildSrc:compileJava UP-TO-DATE
> :buildSrc:compileGroovy UP-TO-DATE
> :buildSrc:processResources UP-TO-DATE
> :buildSrc:classes UP-TO-DATE
> :buildSrc:jar UP-TO-DATE
> :buildSrc:assemble UP-TO-DATE
> :buildSrc:compileTestJava UP-TO-DATE
> :buildSrc:compileTestGroovy UP-TO-DATE
> :buildSrc:processTestResources UP-TO-DATE
> :buildSrc:testClasses UP-TO-DATE
> :buildSrc:test UP-TO-DATE
> :buildSrc:check UP-TO-DATE
> :buildSrc:build UP-TO-DATE
> Bintray user: null
>
> FAILURE: Build failed with an exception.
>
> * Where:
> Script '/home/users/russel/Repositories/Git/Forks/Groovy/gradle/bintray.gradle'
> line: 41
>
> * What went wrong:
> A problem occurred evaluating script.
> > Could not get unknown property 'bintrayContext' for root project
> 'groovy' of type org.gradle.api.Project.
>
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or
> --debug option to get more log output.
>
> BUILD FAILED
>
> Total time: 1.183 secs
>
> Publishing build information...
> https://gradle.com/s/nunzvbnveitoc
>
>

This should be fixed now.

Re: This was a surprise…

Posted by Paul King <pa...@asert.com.au>.
Thanks John.

Yes, I should have a build-release process for testing later in the
week. The reference to oss.jfrog.org will probably disappear in due
course and point to our own repo.

Cheers, Paul.

On Mon, Dec 19, 2016 at 8:39 AM, Cédric Champeau
<ce...@gmail.com> wrote:
> This looks to be related to the recent changes by Paul for the new release
> process. Probably an overlook.
>
> Gradle records all Groovy builds, yes. Typically here you could have shared
> the URL only (and maybe clicked on it since it now shows my face instead of
> yours ;)) and it would tell what tasks you executed, on which environment,
> the full stack trace, ... ;)
>
> 2016-12-18 15:42 GMT+01:00 Russel Winder <ru...@winder.org.uk>:
>>
>> (And Guillaume this is on Debian Sid using OpenJDK8 from the packaging,
>> but this is irrelevant to the problem… :-)
>>
>> BTW are all build recorded by Gradle Inc?
>>
>>
>>
>> |> ./gradlew clean
>> :buildSrc:compileJava UP-TO-DATE
>> :buildSrc:compileGroovy UP-TO-DATE
>> :buildSrc:processResources UP-TO-DATE
>> :buildSrc:classes UP-TO-DATE
>> :buildSrc:jar UP-TO-DATE
>> :buildSrc:assemble UP-TO-DATE
>> :buildSrc:compileTestJava UP-TO-DATE
>> :buildSrc:compileTestGroovy UP-TO-DATE
>> :buildSrc:processTestResources UP-TO-DATE
>> :buildSrc:testClasses UP-TO-DATE
>> :buildSrc:test UP-TO-DATE
>> :buildSrc:check UP-TO-DATE
>> :buildSrc:build UP-TO-DATE
>> Bintray user: null
>>
>> FAILURE: Build failed with an exception.
>>
>> * Where:
>> Script
>> '/home/users/russel/Repositories/Git/Forks/Groovy/gradle/bintray.gradle'
>> line: 41
>>
>> * What went wrong:
>> A problem occurred evaluating script.
>> > Could not get unknown property 'bintrayContext' for root project
>> > 'groovy' of type org.gradle.api.Project.
>>
>> * Try:
>> Run with --stacktrace option to get the stack trace. Run with --info or
>> --debug option to get more log output.
>>
>> BUILD FAILED
>>
>> Total time: 1.183 secs
>>
>> Publishing build information...
>> https://gradle.com/s/nunzvbnveitoc
>>
>>
>>
>>
>>
>>
>> --
>> Russel.
>>
>> =============================================================================
>> Dr Russel Winder      t: +44 20 7585 2200   voip:
>> sip:russel.winder@ekiga.net
>> 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk
>> London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder
>
>

Re: This was a surprise…

Posted by jim northrop <ja...@googlemail.com>.
hence why UK gov.want to hire 3,500 cyber-warriors ?  ;-}

On 19 December 2016 at 07:38, Russel Winder <ru...@winder.org.uk> wrote:

> On Sun, 2016-12-18 at 23:39 +0100, Cédric Champeau wrote:
> > This looks to be related to the recent changes by Paul for the new
> > release
> > process. Probably an overlook.
>
> I suspect you meant oversight rather than overlook there.
>
> > Gradle records all Groovy builds, yes. Typically here you could have
> > shared
> > the URL only (and maybe clicked on it since it now shows my face
> > instead of
> > yours ;)) and it would tell what tasks you executed, on which
> > environment,
> > the full stack trace, ... ;)
>
> Big Brother is watching you.
>
> :-)
>
> Highly topical just now in the UK as, given the Investigatory Powers
> Act 2016, the UK is now officially a police state. :-(
>
> --
> Russel.
> ============================================================
> =================
> Dr Russel Winder      t: +44 20 7585 2200   voip:
> sip:russel.winder@ekiga.net
> 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk
> London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder

Re: This was a surprise…

Posted by Russel Winder <ru...@winder.org.uk>.
On Sun, 2016-12-18 at 23:39 +0100, Cédric Champeau wrote:
> This looks to be related to the recent changes by Paul for the new
> release
> process. Probably an overlook.

I suspect you meant oversight rather than overlook there. 

> Gradle records all Groovy builds, yes. Typically here you could have
> shared
> the URL only (and maybe clicked on it since it now shows my face
> instead of
> yours ;)) and it would tell what tasks you executed, on which
> environment,
> the full stack trace, ... ;)

Big Brother is watching you.

:-)

Highly topical just now in the UK as, given the Investigatory Powers
Act 2016, the UK is now officially a police state. :-(

-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net
41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder

Re: This was a surprise…

Posted by Cédric Champeau <ce...@gmail.com>.
This looks to be related to the recent changes by Paul for the new release
process. Probably an overlook.

Gradle records all Groovy builds, yes. Typically here you could have shared
the URL only (and maybe clicked on it since it now shows my face instead of
yours ;)) and it would tell what tasks you executed, on which environment,
the full stack trace, ... ;)

2016-12-18 15:42 GMT+01:00 Russel Winder <ru...@winder.org.uk>:

> (And Guillaume this is on Debian Sid using OpenJDK8 from the packaging,
> but this is irrelevant to the problem… :-)
>
> BTW are all build recorded by Gradle Inc?
>
>
>
> |> ./gradlew clean
> :buildSrc:compileJava UP-TO-DATE
> :buildSrc:compileGroovy UP-TO-DATE
> :buildSrc:processResources UP-TO-DATE
> :buildSrc:classes UP-TO-DATE
> :buildSrc:jar UP-TO-DATE
> :buildSrc:assemble UP-TO-DATE
> :buildSrc:compileTestJava UP-TO-DATE
> :buildSrc:compileTestGroovy UP-TO-DATE
> :buildSrc:processTestResources UP-TO-DATE
> :buildSrc:testClasses UP-TO-DATE
> :buildSrc:test UP-TO-DATE
> :buildSrc:check UP-TO-DATE
> :buildSrc:build UP-TO-DATE
> Bintray user: null
>
> FAILURE: Build failed with an exception.
>
> * Where:
> Script '/home/users/russel/Repositories/Git/Forks/Groovy/gradle/bintray.gradle'
> line: 41
>
> * What went wrong:
> A problem occurred evaluating script.
> > Could not get unknown property 'bintrayContext' for root project
> 'groovy' of type org.gradle.api.Project.
>
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or
> --debug option to get more log output.
>
> BUILD FAILED
>
> Total time: 1.183 secs
>
> Publishing build information...
> https://gradle.com/s/nunzvbnveitoc
>
>
>
>
>
>
> --
> Russel.
> ============================================================
> =================
> Dr Russel Winder      t: +44 20 7585 2200   voip:
> sip:russel.winder@ekiga.net
> 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk
> London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder