Re: This was a surprise…

2016-12-19 Thread jim northrop
hence why UK gov.want to hire 3,500 cyber-warriors ?  ;-}

On 19 December 2016 at 07:38, Russel Winder  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.win...@ekiga.net
> 41 Buckmaster Roadm: +44 7770 465 077   xmpp: rus...@winder.org.uk
> London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder


Re: This was a surprise…

2016-12-18 Thread Russel Winder
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.win...@ekiga.net
41 Buckmaster Roadm: +44 7770 465 077   xmpp: rus...@winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder

signature.asc
Description: This is a digitally signed message part


Re: This was a surprise…

2016-12-18 Thread Russel Winder
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.win...@ekiga.net
41 Buckmaster Roadm: +44 7770 465 077   xmpp: rus...@winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder

signature.asc
Description: This is a digitally signed message part


Re: This was a surprise…

2016-12-18 Thread Paul King
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
 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 :
>>
>> (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.win...@ekiga.net
>> 41 Buckmaster Roadm: +44 7770 465 077   xmpp: rus...@winder.org.uk
>> London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder
>
>


Re: This was a surprise…

2016-12-18 Thread Cédric Champeau
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 :

> (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.win...@ekiga.net
> 41 Buckmaster Roadm: +44 7770 465 077   xmpp: rus...@winder.org.uk
> London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder


Re: This was a surprise…

2016-12-18 Thread John Wagenleitner
On Sun, Dec 18, 2016 at 6:42 AM, Russel Winder  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.


This was a surprise…

2016-12-18 Thread Russel Winder
(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.win...@ekiga.net
41 Buckmaster Roadm: +44 7770 465 077   xmpp: rus...@winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder

signature.asc
Description: This is a digitally signed message part