Kenneth Lausdahl 0a081b7e41 fixed issue with mwe2 when running from different directories преди 8 години
..
be.uantwerpen.ansymo.semanticadaptation 0a081b7e41 fixed issue with mwe2 when running from different directories преди 8 години
be.uantwerpen.ansymo.semanticadaptation.ide 2674e393b0 updated poms for testing and added jenkins file преди 8 години
be.uantwerpen.ansymo.semanticadaptation.tests 2674e393b0 updated poms for testing and added jenkins file преди 8 години
be.uantwerpen.ansymo.semanticadaptation.ui 67aaf64eba removed generated resources преди 8 години
be.uantwerpen.ansymo.semanticadaptation.ui.tests 133f9dd805 fixed a number of deprecated imports which made the code fail with xtext 2.11 преди 8 години
README.txt 6c08ac7e97 updated readme преди 8 години
first_generation_sucessful_log.txt 8863472688 readme file with Bart's instructions преди 8 години
pom.xml 0a081b7e41 fixed issue with mwe2 when running from different directories преди 8 години

README.txt

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

Generationa 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".


Other tasks:
Run the tests: right-click be.uantwerpen.ansymo.semanticadaptation.tests/src/be/uantwerpen/ansymo/semanticadaptation/tests/SemanticAdaptationParsingTest.xtend -> run as -> J-Unit test

Run the plugin: right-click /be.uantwerpen.ansymo.semanticadaptation -> run as -> eclipse application