Re: Gradle build updates

2017-12-23 Thread mg
(PPS: Just to be clear: I did not use the Gradle build from IntelliJ but used the IntelliJ build system) Ursprüngliche Nachricht Von: mg Datum: 23.12.17 15:32 (GMT+01:00) An: dev@groovy.apache.org Cc: Jochen Theodorou Betreff: Re:

Re: Gradle build updates

2017-12-23 Thread mg
PS: Latest improvements on the Gradle build sound great, of course, not to take anything away from that :-) Ursprüngliche Nachricht Von: mg Datum: 23.12.17 14:43 (GMT+01:00) An: dev@groovy.apache.org Cc: Jochen Theodorou Betreff: Re:

Re: Gradle build updates

2017-12-23 Thread mg
Hi Jochen, when I worked with Paul on @AutoFinal I quickly switched to using IntelliJ for all things build & test, due to the much easier to use fine control of e.g. what test to execute ("rerun failed tests" :-) ) - and minimal rebuild, of course. I had assumed everyone does that, to not go

Re: Gradle build updates

2017-12-23 Thread Jochen Theodorou
On 23.12.2017 13:39, Cédric Champeau wrote: If you only want the tests in the main project, run :test ah, of course... that was, what slipped my mind! Does not save as much time as I would like, but that is of course because we have a huge amount of tests in the main module bye Jochen

Re: Gradle build updates

2017-12-23 Thread Jochen Theodorou
On 23.12.2017 13:14, Cédric Champeau wrote: Just run :subprojectname:test You did not read my mail completely. I do not want to run the tests in a subproject. I want to run the test that are *not* in any subproject... so to say :main:test. But of course that does not work. And I really do

Re: G-String embedded Closure calling bug?

2017-12-23 Thread Jochen Theodorou
On 22.12.2017 16:55, Daniel.Sun wrote: Hi Jochen, As far as I remember, John Wilson is one of main contributors of Groovy, he is active in about 2007 and rejected some proposals of mine ;-) he did a lot of work for Groovy 1.0 for example and way before too (with a gap of quite some

Re: Gradle build updates

2017-12-23 Thread Cédric Champeau
Just run :subprojectname:test Le 23 déc. 2017 1:13 PM, "Jochen Theodorou" a écrit : > hi all, > > is there an easy way to execute only the tests of the main module and not > of any sub-module? I am asking because for development it was for me first > stage to get the tests

Re: Gradle build updates

2017-12-23 Thread Jochen Theodorou
hi all, is there an easy way to execute only the tests of the main module and not of any sub-module? I am asking because for development it was for me first stage to get the tests of the main module running and then the sub modules. Now that all tests of all modules are executed in parallel