Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 365322

Summary: Allow user to run the QVTo transformation against the fresh gmfgen model created by bridge
Product: [Modeling] GMF-Tooling Reporter: Michael Golubev <borlander>
Component: Generation / TemplatesAssignee: Guillaume Hillairet <g.hillairet>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: borlander
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on:    
Bug Blocks: 365321    

Description Michael Golubev CLA 2011-12-01 10:05:45 EST
Users should be able to define a qvto transformation that stores manual changes required to the gmfgen model. This may serve as a replacement for reconciler (see #365231). 

The transformation should have the same name as the mapping model but with extension .qvto and be stored in the same folder as mapping model. The transformation could have for signatures:
 - transformation GmfGen(inout gmfGenModel: GMFGEN);
 - transformation GmfGen(in gmfMapModel: GMFMAP, in traceModel: TRACE, inout gmfGenModel: GMFGEN);
where TRACE is the qvto trace model obtained from previous execution of Map2Gen.qvto.
Comment 1 Michael Golubev CLA 2011-12-01 10:07:22 EST
Oops, sorry, meant #365321 instead of #365231