Re: Build failing

2017-06-21 Thread Paul King
Forgot to mention, this is in the jacoco coverage reporting" Execution failed for task ':jacocoAllReport'. org.apache.tools.ant.BuildException: Error while creating report On Wed, Jun 21, 2017 at 5:57 PM, Paul King wrote: > Actually the quality build is still failing on

Re: Build failing

2017-06-21 Thread Paul King
Actually the quality build is still failing on the CI server (but not locally for me): *Caused by: java.lang.IllegalStateException: Can't add different class with same name: org/codehaus/groovy/runtime/DefaultGroovyMethods* That's quite possibly also Gradle 4 related. I'll take a deeper look

Re: Build failing

2017-06-18 Thread Paul King
I agree that the build could do with lots of TLC but so far all of the fixes seem to be due to the somewhat intrusive breaking change in Gradle 4 where different language class files (e.g. Groovy and Java) are placed in different output directories. Although each required change was only small, I

Re: Build failing

2017-06-18 Thread Mario Garcia
+1 to what Russel said. Maybe given one example the rest can follow your steps. And course +1 to change whatever is necessary from your point of view. El 17 jun. 2017 1:18 p. m., "Russel Winder" escribió: > On Sat, 2017-06-17 at 09:44 +0200, Cédric Champeau wrote: > >

Re: Build failing

2017-06-17 Thread Russel Winder
On Sat, 2017-06-17 at 09:44 +0200, Cédric Champeau wrote: > Yes, there are apparently quite a few glitches after the upgrade. OK, it's not just me then. Which is good. Sort of. > Dear community, please give me the strength to rewrite this whole > build. > Need to make it cleaner, it accumulated

Re: Build failing

2017-06-17 Thread Marcin Erdmann
I'm now trying to give you the strength to do so with the power of my mind because I don't know any other way! ;) Good luck, you'll need it. On Sat, 17 Jun 2017 at 08:44, Cédric Champeau wrote: > Yes, there are apparently quite a few glitches after the upgrade. > >

Re: Build failing

2017-06-17 Thread Balachandran Sivakumar
Hi Cedric, On 17 Jun 2017 1:14 pm, Cédric Champeau wrote: > Dear community, please give me the strength to rewrite this whole build. Need to make it cleaner, it accumulated Is there some way any of us can help in this effort ? Thanks

Re: Build failing

2017-06-17 Thread Cédric Champeau
Yes, there are apparently quite a few glitches after the upgrade. Dear community, please give me the strength to rewrite this whole build. Need to make it cleaner, it accumulated too many years of hacking, inherited from the Ant era. Time to do some cleanup! 2017-06-17 8:01 GMT+02:00 Russel

Build failing

2017-06-17 Thread Russel Winder
I guess it is already known that the build fails with Gradle 4.0? > Task :docGDK Err: Error: Could not find or load main class org.codehaus.groovy.tools.DocGenerator FAILURE: Build failed with an exception. * Where: Script '/home/users/russel/Repositories/Git/Forks/Groovy/gradle/docs.gradle'