Project Plan For Model To Text (M2T), version 0.7.0
Introduction
This document lays out the feature and API set for the 1.0.0 release of the M2T MTL project.
The MTL component is an open source component under the Eclipse Modeling / Model-To-Text (M2T) project.
Its primary goal is to provide an implementation of the MOF Model-To-Text OMG standard.
Release Deliverables
The release deliverables have the same form as is found in most Eclipse projects, namely:
- M2T MTL SDK (includes runtime and tooling components, with sources, examples, and documentation) (downloadable and update site).
- M2T MTL runtime binary distribution (downloadable and update site).
- M2T MTL examples (downloadable and update site)
- M2T MTL tests (downloadable and update site)
Release Milestones
The implementation will be compliant with the core feature compliance level of the MOF Model-To-Text OMG language to start with (Galileo), then with the advanced feature compliance.
A first stable version (0.7) will be available in 2008 and MTL 1.0 will synchronize its release milestones with the Galileo release schedule.
| 0.7RC1 | 9/17/2008 | optional html |
| 0.7RC2 | 10/6/2008 | optional html |
| 0.7 | 10/13/2008 | optional html |
| 1.0M4 | 12/29/2008 | optional html |
| 1.0M5 | 2/6/2008 | optional html |
| 1.0M6 | 3/18/2008 | optional html |
| 1.0M7 | 5/5/2008 | optional html |
| 1.0RC1 | 5/19/2008 | optional html |
| 1.0RC2 | 5/26/2008 | optional html |
| 1.0RC3 | 6/2/2008 | optional html |
| 1.0RC4 | 6/9/2008 | optional html |
| 1.0RC5 | 6/16/2008 | optional html |
| 1.0 | 6/26/2009 |
Target Environments
The MTL project depends upon on the Platform and other projects, which are mostly "pure" Java.
MTL will be available on Eclipse Ganymede and Galileo.
EMF is used by the MTL execution engine for accessing the models.
The MDT-OCL component is reused to edit, parse, and interpret OCL as a sub-language of MTL.
MTL will target the same Java version as EMF, which currently requires Java 5.
Eclipse Platform SDK 3.5 will be tested and validated on a number of reference platforms.
MTL will be tested and validated against a subset of those listed for the platform.
Internationalization
None of the MTL deliverables are internationalized
Compatibility with Previous Releases
This is the first eclipse release of MTL.
The MTL 1.0 version will be compatible with the 0.7 version.
Themes and Priorities
Core feature compliance
- Standalone Component.
- Core feature compliance level of the MOF Model-To-Text language.
- Template and Query support.
- Text explicit mode : first MTL syntax support.
- How to package a module?
- MTL Runtime library.
Eclipse IDE components
- Eclipse Builder with error detection and error marking.
- Template editor with code completion and syntax highlighting.
- Export a generator as a plugin wizard.
- Debugger.
- Documentation.
- Traceability information : MTL Reflective editor to show the synchronization between the code and the model.
Integration with other Eclipse Tools
- Workflow facilities for MTL.
- Compatibility with QVTo.
Advanced feature compliance
- Advanced feature compliance level of the MOF Model-To-Text language.
- Macro support.
- Code explicit mode : second MTL syntax support.

