Iam trying to generate an XText grammar from a simple ECORE. Im following this turorial http://koehnlein.blogspot.com/2010/03/xtext-for-your-ecore-models.html However when I try to run the generated workflow I actually get this error:

1    [main] INFO  lipse.emf.mwe.utils.StandaloneSetup  - Registering platform uri '/home  /andrea/workspace'
85   [main] ERROR mf.mwe2.launch.runtime.Mwe2Launcher  - Problems instantiating module    org.xtext.example.mydsl.MyDsl: java.lang.reflect.InvocationTargetException
java.lang.RuntimeException: Problems instantiating module org.xtext.example.mydsl.MyDsl: java.lang.reflect.InvocationTargetException
  at org.eclipse.emf.mwe2.launch.runtime.Mwe2Runner.run(Mwe2Runner.java:90)
at org.eclipse.emf.mwe2.launch.runtime.Mwe2Runner.run(Mwe2Runner.java:73)
...
..

any idea?

link|improve this question

77% accept rate
Please provide the complete stack trace. – Sebastian Zarnekow Apr 2 at 9:30
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.