I have an Xtext project and a couple of sample DSL files. I can open these files with "Sample Ecore Model Editor" and validate that it conforms to the metamodel generated by Xtext. However, I cannot create an "EMF Project" or an "EMF Generator Model" due to the fact that the DSL file is not recognized as Ecore.
My question is, how can I export an ecore from my example.dsl
file?
P.S. I believe this is possible due to this fact