New Project Wizard without use XtextNewProjectWizard ? [message #903014] |
Tue, 21 August 2012 12:07  |
Eclipse User |
|
|
|
Hi,
I could note that Xtext has a fragment that creates the new project wizard for your DSL and it uses a XtextNewProjectWizard class.
My problems:
1) I have more than one DSL that could be created inside the project that will be created by the wizard. so I must create the wizard in a common UI project.
2) XtextNewProjectWizard uses guice injection that I don't have in the common UI project.
I think I have two alternatives:
1) include guice support in common UI project and use XtextNewProjectWizard;
2) create a newProjectWizard using JDT's JavaProjectWizard.
I'm inclined to use option 2. So my question is: what must be set in a java project to it be xtext compatible for all my dsls? it needs only xtext nature and builder ?
thanks for any hint.
Cristiano
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.26254 seconds