Community
Participate
Working Groups
Created attachment 175335 [details] Screenshot I have a Xtext generated MWE2 workflow which does the typical StandaloneSetup. The StandaloneSetup bean is marked with the following error: Description Resource Path Location Type A value of type 'org.eclipse.emf.mwe.utils.StandaloneSetup' can not be assigned to the feature addBean GenerateEntityDSL.mwe2 /net.languageworkbenches.xtext/src/net/languageworkbenches/xtext line: 13 /net.languageworkbenches.xtext/src/net/languageworkbenches/xtext/GenerateEntityDSL.mwe2 Xtext Check (fast)
To get a reproducing project: svn checkout http://svn.codespot.com/a/eclipselabs.org/lwc11-xtext/branches/bug321046/ lwc11-xtext-read-only
I imported the projects and no error marker appears. Can you confirm that there is no error annotation in the java editor when you navigate to the StandaloneSetup? Anything in the error log? Does a clean build help?
I have experienced this issue again. The error marker is on the bean statement in the MWE2 editor and clean builds don't help. I'm using the itemis Xtext 1.0.0 distro.
Karsten, can you confirm that there is no error annotation in the java editor when you navigate to the StandaloneSetup? Anything in the error log?
I could reproduce this problem only on jre6 on mac. By using jre5 the problem is gone. Had this problem in a workshop reproduceable for any xtext-project.