Generate mutiple file for my dsl from Command Line [message #1414612] |
Sun, 31 August 2014 18:31  |
Eclipse User |
|
|
|
Hi All,
I have created a DSL using xText and currently i am using the command line to generate the myDSLFile.myDsl
What i want to do now is to have the ability to generate mutiple files together. Assume with me that i have in my directly myDslFile_1.myDsl and myDslFile_2.myDsl and each file of these should be generating a code inside a file lets say myDslFile_1.js and myDslFile_2.js that i already developed the generator to do so. My questions: How i can generate both files together in one command?
Currently i use this format:
java -jar KeyStone-Compiler.jar file:/C:/MyWorkSpace/KeyStoneProject/Output/myDslFile_1.myDsl
and then another command for the seocnd fiel:
java -jar KeyStone-Compiler.jar file:/C:/MyWorkSpace/KeyStoneProject/Output/myDslFile_2.myDsl
Thanks
|
|
|
|
Powered by
FUDForum. Page generated in 0.03685 seconds