Casper Thule 2df77c72a2 Added fmiModelDescription attributes, CoSimulation element and attributes and LogCategories to generated model description hace 7 años
..
be.uantwerpen.ansymo.semanticadaptation d4a39699c6 attempting to merge master and au/cli hace 7 años
be.uantwerpen.ansymo.semanticadaptation.cg.canonical d4a39699c6 attempting to merge master and au/cli hace 7 años
be.uantwerpen.ansymo.semanticadaptation.cg.canonical.tests d4a39699c6 attempting to merge master and au/cli hace 7 años
be.uantwerpen.ansymo.semanticadaptation.cg.chain d4a39699c6 attempting to merge master and au/cli hace 7 años
be.uantwerpen.ansymo.semanticadaptation.cg.cpp 2df77c72a2 Added fmiModelDescription attributes, CoSimulation element and attributes and LogCategories to generated model description hace 7 años
be.uantwerpen.ansymo.semanticadaptation.cg.cpp.tests 3f45f8d5f3 Created get set state test hace 7 años
be.uantwerpen.ansymo.semanticadaptation.ide 2674e393b0 updated poms for testing and added jenkins file hace 8 años
be.uantwerpen.ansymo.semanticadaptation.log d4a39699c6 attempting to merge master and au/cli hace 7 años
be.uantwerpen.ansymo.semanticadaptation.testframework ec8f183df9 Removed unnecessary project related to FMU generation. It is now being carried out by the cpp project hace 7 años
be.uantwerpen.ansymo.semanticadaptation.tests d4a39699c6 attempting to merge master and au/cli hace 7 años
be.uantwerpen.ansymo.semanticadaptation.ui d4a39699c6 attempting to merge master and au/cli hace 7 años
be.uantwerpen.ansymo.semanticadaptation.ui.tests 133f9dd805 fixed a number of deprecated imports which made the code fail with xtext 2.11 hace 8 años
features d4a39699c6 attempting to merge master and au/cli hace 7 años
platform d4a39699c6 attempting to merge master and au/cli hace 7 años
product d4a39699c6 attempting to merge master and au/cli hace 7 años
repository d4a39699c6 attempting to merge master and au/cli hace 7 años
.gitignore 63c08d2faf Added files that disappeared during merge hace 8 años
README.txt 9c921f60ff Fixed some warnings and build that was not working due to missing dir called jars. hace 8 años
first_generation_sucessful_log.txt 8863472688 readme file with Bart's instructions hace 8 años
pom.xml d4a39699c6 attempting to merge master and au/cli hace 7 años

README.txt

# Checkout

```bash
git clone
git submodule update --init --recursive
```

# Development environment:

Install instructions:
- Download Eclipse NEON (64 bits) installer.
- Run it, and select "Eclipse DSL Tools" environment.
or if you already have Eclipse DSL Tools, then just install the xText plugins as follows:
http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/
select plugins `Xtend IDE` and `Xtend Complete SDK`, and install

# Compilation

## Using Eclipse
Generation and Compilation
- Import all projects in this folder.
- Right click in be.uantwerpen.ansymo.semanticadaptation/src/be/uantwerpen/ansymo/semanticadaptation/SemanticAdaptation.xtext and select "run as -> generate xtext artifacts"
- Check that the console log is similar to the one in File "first_generation_sucessful_log.txt".

## Using Maven
- In CONSOLE run "mvn package" in DSL_SemanticAdaptation
- In eclipse choose import -> Maven -> Existing Maven Projects and choose the LEAF nodes
- Might be necessary to right click on a project -> Maven -> Update project

```bash
# Perform a clean build
mvn clean package
```

### Other tasks:
Run the plugin:
After building everything, right-click /be.uantwerpen.ansymo.semanticadaptation -> run as -> eclipse application