NoSuchMethodError: org.eclipse.m2m.atl.core.emf.EMFInjector.inject() [message #107249] |
Thu, 25 June 2009 19:38 |
Dominic Renaud Messages: 16 Registered: July 2009 |
Junior Member |
|
|
Hi,
I'm trying to use an ATL-based language conversion tool
(http://code.google.com/p/eclipseuml2owl/), and when I try to run a
conversion, I get the error:
Exception in thread "main" java.lang.NoSuchMethodError:
org.eclipse.m2m.atl.core.emf.EMFInjector.inject(Lorg/eclipse /m2m/atl/core/emf/EMFModel;Lorg/eclipse/emf/ecore/resource/R esource;)V
Followed by the stack trace(which only contains references to the program
I'm running and the code calling the inject() method).
I've triple-checked that the buildpath includes
org.eclipse.m2m.atl.core.emf, and even checked inside to make sure the
method exists, and it does. Is there something I'm missing or that I need
to fix here?
Note: Both Eclipse 3.4 and 3.5 running with ATL 3.0.0 are doing this, and
neither my code nor the imported code shows errors.
|
|
|
Powered by
FUDForum. Page generated in 0.03736 seconds