Community
Participate
Working Groups
Hi, The MoDisco build https://build.eclipse.org/hudson/job/cbi-modisco-integration/175/? failed. This is caused by the following error: """ A cycle was detected when generating the classpath org.eclipse.gmt.modisco.java.discoverer.benchmark_0.8.0.v201006030317, org.eclipse.net4j.defs_3.0.0.v20100519-1649, org.eclipse.net4j.http_3.0.0.v20100520-0844, org.slf4j.jcl_1.5.11.v20100419-1106, org.slf4j.api_1.5.11.v20100519-1910, ch.qos.logback.classic_0.9.19.v20100519-1505, ch.qos.logback.core_0.9.19.v20100419-1216, org.slf4j.api_1.5.11.v20100519-1910. """ The integration build https://build.eclipse.org/hudson/job/cbi-modisco-integration/175/? tried to re-compile MoDisco 0.8.0 RC3. The nightly https://build.eclipse.org/hudson/job/cbi-modisco-nightly/697/? also failed with the same error message. Regards, Grégoire
Created attachment 170938 [details] patch that fixes the build by removing the unneeded dependency Actually, the dependency on org.eclipse.net4j.defs is not needed (it was only referenced by an unused field). This patch removes the dependency and the unused field. I verified (on a separate branch 0_8_0_HeliosSDK) that it fixed the build.
This bug blocks the build of MoDisco 0.8.0RC4 and the plug-in to be patched (org.eclipse.gmt.modisco.java.discoverer.benchmark) is not delivered into Helios. I think this patch can be applied on the branch 0.8.0, without any risk for Helios.
I applied the patch on branch 0_8_0 for RC4 (revision 2502).
The patch has been successfully applied.