Re: Help needed: gradle + testng

2017-11-29 Thread Emmanuel Bourg
Le 29/11/2017 à 19:08, Markus Koschany a écrit : > It doesn't build for me with pure gradle either. The latest version > works when I skip the tests but I don't know how comparable that is > because the upstream version comes with tons of prebuilt jar files and > happily downloads even more from

Re: Help needed: gradle + testng

2017-11-29 Thread Markus Koschany
Am 28.11.2017 um 00:07 schrieb Emmanuel Bourg: > On 11/26/2017 09:23 PM, Markus Koschany wrote: > >> Yesterday I have uploaded Gradle 3.4.1 to experimental. I have rebuilt >> almost all reverse-dependencies of gradle/gradle-debian-helper by now >> and so far it looks quite good with two notable

Re: Help needed: gradle + testng

2017-11-27 Thread Emmanuel Bourg
On 11/26/2017 09:23 PM, Markus Koschany wrote: > Yesterday I have uploaded Gradle 3.4.1 to experimental. I have rebuilt > almost all reverse-dependencies of gradle/gradle-debian-helper by now > and so far it looks quite good with two notable regressions: mockito and bnd Well done! Thanks a lot

Re: Help needed: gradle + testng

2017-11-26 Thread Markus Koschany
Hello, Yesterday I have uploaded Gradle 3.4.1 to experimental. I have rebuilt almost all reverse-dependencies of gradle/gradle-debian-helper by now and so far it looks quite good with two notable regressions: mockito and bnd bnd: Error : Unexpected ProjectBuilder init, error

Re: Help needed: gradle + testng

2017-11-21 Thread Markus Koschany
Am 20.11.2017 um 23:34 schrieb Emmanuel Bourg: > Markus, could you try again with groovy/2.4.8-3 please? I removed the > module-info.class files that could have caused the issue you > encountered. If it doesn't work I'll upload ASM 6.0 to experimental. > > Emmanuel Hi, thanks for working on

Re: Help needed: gradle + testng

2017-11-20 Thread Emmanuel Bourg
Markus, could you try again with groovy/2.4.8-3 please? I removed the module-info.class files that could have caused the issue you encountered. If it doesn't work I'll upload ASM 6.0 to experimental. Emmanuel

Re: Help needed: gradle + testng

2017-11-20 Thread Emmanuel Bourg
Le 19/11/2017 à 16:45, Markus Koschany a écrit : > Hi, > > I have refreshed all patches for version 3.4.1 but I'm currently stuck > with a strange problem. The error message is: > > Could not expand ZIP >

Re: Help needed: gradle + testng

2017-11-19 Thread Markus Koschany
Hi, I have refreshed all patches for version 3.4.1 but I'm currently stuck with a strange problem. The error message is: Could not expand ZIP '/home/apo/src/java/gradle/debian/.gradlehome/caches/3.2.1/generated-gradle-jars/gradle-api-3.2.1.jar'. I have verified that the file exists and the

Re: Help needed: gradle + testng

2017-10-31 Thread Olivier Sallou
On 10/31/2017 05:47 PM, Markus Koschany wrote: > I'm subscribed to debian-java. No need to CC me. sorry, was a reply all instead of reply... > > Am 31.10.2017 um 17:44 schrieb Olivier Sallou: >> the version I downloaded/tested with is gradle 4.3. >> Do you want I try with a an older version ?

Re: Help needed: gradle + testng

2017-10-31 Thread Markus Koschany
I'm subscribed to debian-java. No need to CC me. Am 31.10.2017 um 17:44 schrieb Olivier Sallou: > the version I downloaded/tested with is gradle 4.3. > Do you want I try with a an older version ? (3.4.1, 3.5, ??) Updating Gradle can be a very painful experience. I assume updating to 4.3 will be

Re: Help needed: gradle + testng

2017-10-31 Thread Markus Koschany
Am 31.10.2017 um 17:36 schrieb Olivier Sallou: [...] >  if I download gradle, and recompile/test using the new gradle, it works > fine (but keeping everything offline and copying > /usr/share/java|maven-repo related stuff manually to .m2 directory) > > so either this is a debian gradle issue,

Re: Help needed: gradle + testng

2017-10-31 Thread Olivier Sallou
On 10/31/2017 05:15 PM, Olivier Sallou wrote: > > On 10/31/2017 04:53 PM, Markus Koschany wrote: >> Am 31.10.2017 um 15:40 schrieb olivier sallou: >> [...] >> >>> any idea of what is wrong? >> Maybe it's a race condition. Have you tried building with --no-parallel > I tried debhelper directly,

Re: Help needed: gradle + testng

2017-10-31 Thread Olivier Sallou
On 10/31/2017 04:53 PM, Markus Koschany wrote: > Am 31.10.2017 um 15:40 schrieb olivier sallou: > [...] > >> any idea of what is wrong? > Maybe it's a race condition. Have you tried building with --no-parallel I tried debhelper directly, removing some arguements, to test manually, but the

Re: Help needed: gradle + testng

2017-10-31 Thread Markus Koschany
Am 31.10.2017 um 15:40 schrieb olivier sallou: [...] > any idea of what is wrong? Maybe it's a race condition. Have you tried building with --no-parallel in case you use compat level 10? It might also be a bug in Gradle itself according to some information on the web. Regards, Markus

Re: Help needed: gradle + testng

2017-10-31 Thread Olivier Sallou
On 10/31/2017 04:43 PM, Emmanuel Bourg wrote: > Le 31/10/2017 à 15:40, olivier sallou a écrit : > >> any idea of what is wrong? > I've seen this error too with another package and I had to disable the > tests. No idea what is causing this. well, this is what I plan to do in a first step. It

Re: Help needed: gradle + testng

2017-10-31 Thread Emmanuel Bourg
Le 31/10/2017 à 15:40, olivier sallou a écrit : > any idea of what is wrong? I've seen this error too with another package and I had to disable the tests. No idea what is causing this. Emmanuel Bourg