Brak opisu

Oliver Bohl 4044c031da StatechartTools.setup 10 lat temu
examples 3c6eb975b0 Added .gitignore files 10 lat temu
features 3c6eb975b0 Added .gitignore files 10 lat temu
manual-tests 3c6eb975b0 Added .gitignore files 10 lat temu
plugins a716f0c92f Make Java generator feature definitions visible for derived generators. 10 lat temu
releng 3c6eb975b0 Added .gitignore files 10 lat temu
test-plugins 8aab64597e removed bin folder from build.properties 10 lat temu
README.md b6b2e890b7 Update README.md 10 lat temu
StatechartTools.setup 4044c031da StatechartTools.setup 10 lat temu

README.md

#Yakindu Statechart Tools

(http://www.statecharts.org)

The free to use, open source toolkit YAKINDU Statechart Tools (SCT) provides an integrated modeling environment for the specification and development of reactive, event-driven systems based on the concept of statecharts.

How to setup your developer workspace

  • Download Eclipse Luna from https://www.eclipse.org/downloads/
  • Install the current Xtext release
  • Select the Git perspective and clone the following Git Repositories:
  • On both repositories, select 'Import projects' on the 'working directory' subfolder
  • Set the target platform to org.yakindu.base.target/luna.target
    • Open the target file and click on the link for setting the target platform (takes some minutes the first time)
  • Build relevant Xtext grammars
    • Rightclick on org.yakindu.base.expressions/Expressions.xtext => Run As.. => Generate Xtext Artifacts
    • Rightclick on org.yakindu.sct.stext/SText.xtext => Run As.. => Generate Xtext Artifacts
    • Rightclick org.yakindu.sct.generator.genmodel/SGen.xtext => Run As.. => Generate Xtext Artifacts

After these steps all projects should compile without errors. To launch a runtime instance which has these projects as installed plugins, just right-click on a project => Run As => Eclipse Application