Working through the five minute Xtext tutorial (http://www.eclipse.org/Xtext/documentation/2_1_0/010-xtext-in-5-minutes.php)
I get to “Generating The Language Infrastructure” (which has really only required a few clicks and I find that the generated code contains errors… in particular the class AbstractMyDslRuntimeModule throws the errors
- org.xtext.example.mydsl.serializer cannot be resolved to a type
- Class cannot be resolved to a type
Any ideas?
So I’m trialing a lot of language development environments and they appear to interfere with each other – downloading a separate eclipse and using that only for xtext has solved this problem.