Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2t-dev] [backend] CVS code

Hi all,

I tried today to set up an environment and check up on the backend code. I then retrieved plug-ins :
- org.eclipse.xtend.middleend.*
- org.eclipse.xtend.backend.*
as well as the dependencies
- org.eclipse.xpand
- org.eclipse.xtend
- org.eclipse.xtend.typesystem.emf

The problem is ... there are compilation problems on many files of the backend and I cannot solve them event by downloading the whole set of plugins from /cvsroot/modeling/org.eclipse.m2t/org.eclipse.xpand/plugins.

These problems are mainly (classes are given as exemple since more than one show the same error) :
1) on org.eclipse.xtend.backend.xtendlib.XtendCollectionOperations :
unresolved import org.eclipse.xtend.backend.functions.java.AbstractExecutionContextAware ; this seems to have been moved to org.eclipse.xtend.middleend.javaannotations
2) on org.eclipse.xtend.backend.xtendlib.XtendLibContributor :
unresolved import org.eclipse.xtend.backend.functions.java.JavaFunctionClassContributor ; this one also seems to have been moved to org.eclipse.xtend.middleend.javaannotations ... yet if it has then it also changed and no longer presents the same constructors and will then provoke more compilation errors (unresolvable for a new comer such as I). 3) org.eclipse.xtend.backend.types.emf.EmfTypesystem does not implement all methods from interface org.eclipse.xtend.backend.common.BackendTypesystem

...
and some more compilation errors from all the classes of package org.eclipse.xtend.backend.types.emf.internal.

So the question is : is there any way for me to get a version of the backend that I won't have to patch before I can try and see how it can be used?

Thanks,
Laurent
begin:vcard
fn:Laurent Goubet
n:Goubet;Laurent
org:<a href="http://www.obeo.fr/";>Obeo</a>
email;internet:laurent.goubet@xxxxxxx
url:http://www.obeo.fr
version:2.1
end:vcard


Back to the top