Multiple xtext DSL projects in one workspace [message #1842198] |
Fri, 11 June 2021 09:43  |
Eclipse User |
|
|
|
In the Java world, we can add multiple Java maven projects in one Eclipse workspace, and define the dependencies between them in the pom.xml file.
Is it possible to do this similarly for xtext DSL project too?
I got this idea is because our xtext DSL projects getting bigger and bigger. What we are doing now is under the root folder created many sub folders and put our DSLs in corresponding sub folders. The DSL models in different sub folders have dependencies between them. Now the build time takes too long. We are thinking about to divide the single DSL project into multiple sub projects. I know it is possible to add multiple projects in one workspace, when they are independent to each other. Is it possible to add multiple projects in one workspace, which are dependent to each other?
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.11477 seconds