Skip to content
Snippets Groups Projects
Commit 7794f66b authored by Ådne Karstad's avatar Ådne Karstad
Browse files

feat(readme): Add how to run transformation

parent db054cf9
Branches master
No related tags found
No related merge requests found
# Project 2: M2T
## Running the transformation
To run the model to text transformation locate the **studyplan2TextGenerator.mtl** file inside _tdt4250.spp.html/main_ folder, right click inside the file and click Run As > Run Configurations...
![pictureOfRunConfigurations](assets/runConfig.png)
When you are inside the configurations window make sure that the properties are similar to the ones you see below:
![configurations](assets/configs.png)
The result of the transformation will appear inside the **target** folder. If a source file is missing, copy the one called example.xmi from the _tdt4250.spp.model_ project from inside the model folder.
## Project structure
_tdt4250.spp.html_ is where the transformation code is generated, of interest the project consists of _main_, _source_, _target_ folders. The _main_ folder consists of the transformation logic, including the acceleo code which describes how the model will be transformed into text. Or in other words, it describes how the result of the transformation will look like. The _source_ folder contains an example.xmi file which is the source model for the transformation. The _target_ folder contains the result of the transformation, and is thus an html file.
......
assets/configs.png

63.9 KiB

assets/runConfig.png

50.9 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment