-
Notifications
You must be signed in to change notification settings - Fork 2
Step by Step Installation
Thomas Kühn edited this page Oct 16, 2017
·
11 revisions
HOME > USERS > STEP BY STEP INSTALLATION
Here, each step of the installation process is presented.
- Download, install, and start "Eclipse Modeling Tools" (version Oxygen) [here].
- Make sure you have Java 1.7 (or higher) installed and set as default for the whole Eclipse Workbench (Very Important)
- Select "File" -> "Import" to open the import wizard, select "Projects from Git" and hit "Next>".
- Enter https://github.com/leondart/FRaMED.git into the URI field and hit "Next>"
- Only select the master branch and continue with "Next>"
- Continue with "Next>" until you can "Finish" the project import.
- Import CROM project https://github.com/Eden-06/CROM.git in the same way.
- Open the *.genmodel and "Reload..." the model via the context menu (using the model/crom_l1_composed.ecore file)
- Afterwards, generate all classes via the context menu of the src-gen/crom_l1_composed.genmodel
- Open the Update Manage "Help" -> "Eclipse Marketplace"
- Install the "Epsilon" Tool (Version 1.2)
- Close the org.framed.ui.test and org.framed.testsuite project (to remove errors)
- If you need FRaMED's code generation
- Then Install "Xtext" and "Xtend" via the marketplace
- Otherwise close the org.crom.toformal project
- If you get an "Missing API base line error", use the solution provided on StackOverflow
- Afterwards run FRaMED by right-clicking on the org.framed.orm.model.editor project and select "Run As" -> "Eclipse Application" in the context menu.
- Continue with First Steps