Headless generator for a DSL with dependencies to another DSL [message #1196442] |
Tue, 19 November 2013 07:19  |
Eclipse User |
|
|
|
Hi all,
I have a DSL (A) that has dependencies to elements in another DSL (B)
Everything works withing Eclipse between a model of A and a model of B
But the problem raises when I deploy the xtend generator of the DSL A in a plain java environment. When I try to run the exported jar in the command line, I get errors
telling me that it could not resolve reference to element of the model B
Actually I put both models (model A and model B) in the same folder
I follow the Sebastian's post on How to Deploy Xtext to a Headless Plain-Java Environment?
It works for the xtend generator of the DSL B without dependencies. But not for DSL A with references to elements of B
Any help or hint to how to cope with that will be very appreciated
Thanks
Paul
|
|
|
|
Powered by
FUDForum. Page generated in 0.06722 seconds