README.txt 974 B

123456789101112131415161718
  1. Installation Instructions:
  2. - Download Eclipse NEON (64 bits) installer.
  3. - Run it, and select "Eclipse DSL Tools" environment.
  4. or if you allready have Eclipse NEON then just install the xText plugins
  5. - repo http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/
  6. - plugins `Xtend IDE` and `Xtend Complete SDK`
  7. Generationa and Compilation
  8. - Import all projects in this folder.
  9. - Right click in be.uantwerpen.ansymo.semanticadaptation/src/be/uantwerpen/ansymo/semanticadaptation/SemanticAdaptation.xtext and select "run as -> generate xtext artifacts"
  10. - Check that the console log is similar to the one in File "first_generation_sucessful_log.txt".
  11. Other tasks:
  12. Run the tests: right-click be.uantwerpen.ansymo.semanticadaptation.tests/src/be/uantwerpen/ansymo/semanticadaptation/tests/SemanticAdaptationParsingTest.xtend -> run as -> J-Unit test
  13. Run the plugin: right-click /be.uantwerpen.ansymo.semanticadaptation -> run as -> eclipse application