Dear all,
I try to reuse MDT OCL sources from
https://github.com/eclipse/ocl.git
I try to resolve all dependencies and errors.
I managed to solve many dependencies and errors.
However, some ones are still not solved like for example
Description Resource Path Location Type
Name clash: The method getPivotOf(MetaModelManager, Class<T>, EObject) of type CompleteOCLCS2Pivot.Factory has the same erasure as getPivotOf(MetaModelManager, Class, EObject) of type MetaModelManager.Factory but does not override it CompleteOCLCS2Pivot.java /org.eclipse.ocl.examples.xtext.completeocl/src/org/eclipse/ocl/examples/xtext/completeocl/cs2pivot line 59 Java Problem
,
Description Resource Path Location Type
Package 'org.eclipse.imp.editor' does not exist in this plug-in MANIFEST.MF /org.eclipse.ocl.examples.editor.ui/META-INF line 24 Plug-in Problem
and many of
Description Resource Path Location Type
The annotation @NonNull is disallowed for this location AbstractBaseCSVisitor.java /org.eclipse.ocl.examples.xtext.base/emf-gen/org/eclipse/ocl/examples/xtext/base/util line 38 Java Problem
I use the master branch and I don't know if it is the good one to use.
Can you please tell me what is the required configurations of Eclipse, java, and EMF
and the required branch to use.
Please Help me
Thanks