Bug 204085 - Support XMI serialization of AST models created by the parser
Summary: Support XMI serialization of AST models created by the parser
Status: RESOLVED FIXED
Alias: None
Product: QVTo
Classification: Modeling
Component: Engine (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M1   Edit
Assignee: Radomil Dvorak CLA
QA Contact:
URL:
Whiteboard: Usability
Keywords: plan
Depends on:
Blocks:
 
Reported: 2007-09-20 05:07 EDT by Radomil Dvorak CLA
Modified: 2010-05-28 15:19 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Radomil Dvorak CLA 2007-09-20 05:07:12 EDT
There should be an option to enable saving of XMI for QVT modules during the
build process.
Comment 1 Radomil Dvorak CLA 2009-05-28 13:00:45 EDT
Delay to the next release.
The core support is actualy ready but we need more work to be done on the tooling side.
Comment 2 Radomil Dvorak CLA 2009-07-29 09:09:43 EDT
Committed support for XMI serialization by the QVTOBuilder.

The saved XMI is directly executable, the transformation unit tests compile qvto source files into XMI files and load its AST model contents
for testcase transformations execution.

At the moment, this feature can be activated by boolean "internal.save.xmi" argument of the QVTO builder.