Closed istvanrath closed 11 years ago
This goal will be achieved in two steps:
The current implementation in the maven-compiler branch features an almost working Eclipse IApplication to be called from Maven by executing the Xtext project builder on a selected project.
However, it does not work because during dependency injection some ResourceProviderServices are to be added to the builder. Either these dependencies are to be managed better, or alternatively it seems possible to to directly call the builder participant, thus skipping the upper layers. To decide that, further experimentation is needed.
The idea is to perform (automated) compiler testing by integrating our generator as a maven compiler, compiling a concrete incquery project and executing the result in a (stripped-down) Eclipse environment.