Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gemoc-dev] maeven and 'hidden' dependencies

Hi there,

I'm fighting with maven to get correct JDT dependencies.

there is a conflict when building the concurrent gemoc stuff which seems to be due to inconsistent versions of the JDT components (https://github.com/eclipse/xtext-xtend/issues/493)

Actually I have this error (taken from here: https://ci.inria.fr/gemoc/job/gemoc-studio-eclipsefork/job/concurrency-coordination/87/console)

  • [ERROR] Failed to execute... compile failed: An API incompatibility was encountered while executing org.eclipse.xtend:xtend-maven-plugin:2.14.0:compile: java.lang.NoSuchMethodError: org.eclipse.jdt.internal.compiler.batch.FileSystem.getClasspath(Ljava/lang/String;Ljava/lang/String;ZLorg/eclipse/jdt/internal/compiler/env/AccessRuleSet;Ljava/lang/String;Ljava/util/Map;)Lorg/eclipse/jdt/internal/compiler/batch/FileSystem$Classpath;

in the build log I have the following hint...

I tried to check where "org.eclipse.jdt.core/3.16.0" comes from but I did not find it :-/

If you have any idea, do not hesitate :)

j


-- 
Julien Deantoni
Associate Professor
I3S Lab - UMR 7271 -KAIROS
INRIA Sophia Antipolis Méditerranée
2004 rte des Lucioles (Lagrange L-041)
BP93, F-06902 Sophia Antipolis Cedex, France
tel: +334 92 38 77 66
http://www.i3s.unice.fr/~deantoni/

Don’t take life too seriously! Nobody gets out alive anyway.(Dawn Gluskin)

Back to the top