Thanks for the reply, I am new to xtext and when I added above block I got below Runtime Exception :
0 [main] INFO lipse.emf.mwe.utils.StandaloneSetup - Registering platform uri 'C:\xtext-eclipse-3.7'
1218 [main] ERROR mf.mwe2.launch.runtime.Mwe2Launcher - Problems running workflow org.xtext.example.mydsl.GenerateMyDsl: no 'slot' has been configured.
java.lang.RuntimeException: Problems running workflow org.xtext.example.mydsl.GenerateMyDsl: no 'slot' has been configured.
Thanks Boris....
Below is the MWE code I am using:
Hi Boris,
Thanks for the reply, I am new to xtext and when I added above block I got below Runtime Exception :
0 [main] INFO lipse.emf.mwe.utils.StandaloneSetup - Registering platform uri 'C:\xtext-eclipse-3.7'
1218 [main] ERROR mf.mwe2.launch.runtime.Mwe2Launcher - Problems running workflow org.xtext.example.mydsl.GenerateMyDsl: no 'slot' has been configured.
java.lang.RuntimeException: Problems running workflow org.xtext.example.mydsl.GenerateMyDsl: no 'slot' has been configured.
Appreciate your help
Cheers
I am using Xtext version 2.0.1. If I try to upgrade the version, I am getting compatibility error.
Hi, OutputConfigurationProviderClass is not being generated in Eclipse version 3.7 . Any idea to get this class in this version.
Thanks