Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » NoSuchMethodError: org.eclipse.m2m.atl.core.emf.EMFInjector.inject()
NoSuchMethodError: org.eclipse.m2m.atl.core.emf.EMFInjector.inject() [message #107249] Thu, 25 June 2009 19:38
Dominic Renaud is currently offline Dominic RenaudFriend
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.
Previous Topic:Invoking java code modules within an ATL transformation
Next Topic:[ATL] AtlEMFModelHandler.save() NPE
Goto Forum:
  


Current Time: Sat Sep 21 03:28:27 GMT 2024

Powered by FUDForum. Page generated in 0.03622 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top