| Summary: | Support generating code with model directory unset | ||
|---|---|---|---|
| Product: | [Modeling] EMF | Reporter: | Kenn Hussey <Kenn.Hussey> |
| Component: | Tools | Assignee: | Ed Merks <Ed.Merks> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | stepper |
| Version: | 2.7.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
|
Description
Kenn Hussey
Debugging this, it's trying to use the model directory information to set up project references. I'm not sure they're really needed with PDE's dependencies. Basically you want this to work just so you can avoid accidentally generating the model with the wrong settings, right? (In reply to comment #1) > Debugging this, it's trying to use the model directory information to set up > project references. I'm not sure they're really needed with PDE's > dependencies. > > Basically you want this to work just so you can avoid accidentally generating > the model with the wrong settings, right? Yes, I just want to be able to configure each generator model so that I can do 'Generate All' on each one and end up regenerating (only) the appropriate code for each one. There also seems to be a dependency between the tests and model code which I'm not sure is necessary either... in my case I would want tests for the IDE runtime target only (and at some point in the future, possibly tests for the GWT target). The enhancement is committed to master: http://git.eclipse.org/c/emf/org.eclipse.emf.git/commit/?id=d8bb913b542fe1ad9830ae327987b92c06f3201f The changes are available in the latest release. |