README.txt 1.3 KB

123456789101112131415161718192021222324252627
  1. Installation Instructions:
  2. - Download Eclipse NEON (64 bits) installer.
  3. - Run it, and select "Eclipse DSL Tools" environment.
  4. or if you already 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. BEFORE MAVEN
  8. Generation and Compilation
  9. - Import all projects in this folder.
  10. - Right click in be.uantwerpen.ansymo.semanticadaptation/src/be/uantwerpen/ansymo/semanticadaptation/SemanticAdaptation.xtext and select "run as -> generate xtext artifacts"
  11. - Check that the console log is similar to the one in File "first_generation_sucessful_log.txt".
  12. AFTER MAVEN
  13. - In CONSOLE run "mvn package" in DSL_SemanticAdaptation
  14. - In eclipse choose import -> Maven -> Existing Maven Projects and choose the LEAF nodes
  15. - Might be necessary to right click on a project -> Maven -> Update project
  16. Building maven:
  17. mvn package
  18. Cleaning maven:
  19. mvn clean
  20. Other tasks:
  21. Run the tests: right-click be.uantwerpen.ansymo.semanticadaptation.tests/src/be/uantwerpen/ansymo/semanticadaptation/tests/SemanticAdaptationParsingTest.xtend -> run as -> J-Unit test
  22. Run the plugin: After building everything, right-click /be.uantwerpen.ansymo.semanticadaptation -> run as -> eclipse application