I have created a grammar using xtext, and generated the DSL. Now, I want to transform the DSL elements (program that is conforming to the grammar) to XML elements. So, I am wondering if there is a framework that allows to do that using Java for example. I could open the files having the extension of the DSL using the
Tag: xtext
Maven builds multi module project succesfully, Eclipse shows errors
Note: this question is similar to this one, but the answers there did not work for me. I have an odd problem: using Maven in the command line, my build is succesful, but imported in Eclipse it still shows errors. In particular, I’m trying to build the open-source rosetta-dsl project, which is a multi module Maven project containing Xtext and