Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

Install YAKINDU Statechart Tools (SCT) 2.0 from Source Code

Download the BASE module:

svn checkout http://svn.codespot.com/a/eclipselabs.org/yakindu/BASE/trunk/

Download the SCT2 project:

svn checkout http://svn.codespot.com/a/eclipselabs.org/yakindu/SCT2/trunk/

 

Get YAKINDU extended Editor Source Code

  1. change your git branch to wah/mt

    git checkout wah/mt

  2. get the code

    git pull

Add the Source Code to your Eclipse Project

  1. select from the menu bar File -> Import
  2. choose General -> Existing Projects into Workspace and click Next
  3. choose select root directory and click associated Browse
  4. under Projects select the projects: 

    de.cau.cs.kieler.yakindu.sccharts.model.scchartstext
    de.cau.cs.kieler.yakindu.sccharts.model.scchartstext.tests
    de.cau.cs.kieler.yakindu.sccharts.model.scchartstext.ui
    de.cau.cs.kieler.yakindu.sccharts.ui.editor
    de.cau.cs.kieler.yakindu.sccharts.ui.integration.scchartstext
    de.cau.cs.kieler.yakindu.synccharts.model.text
    de.cau.cs.kieler.yakindu.synccharts.model.text.tests
    de.cau.cs.kieler.yakindu.synccharts.model.text.ui
    de.cau.cs.kieler.yakindu.synccharts.ui.editor
    de.cau.cs.kieler.yakindu.synccharts.ui.integration.text
    de.itemis.gmf.runtime.commons-feature
    de.itemis.xtext.utils.gmf-feature
    de.itemis.xtext.utils.jface-feature
    org.yakindu.base-feature
    org.yakindu.base.releng
    org.yakindu.base.repository
    org.yakindu.base.target
    org.yakindu.sct.doc.userde.itemis.gmf.runtime.commons
    de.itemis.gmf.runtime.treelayout
    de.itemis.xtext.utils.gmf
    de.itemis.xtext.utils.jface
    org.yakindu.base.types
    org.yakindu.base.types.edit
    org.yakindu.base.types.scope
    org.yakindu.sct.commons
    org.yakindu.sct.model.sgraph
    org.yakindu.sct.model.sgraph.edit
    org.yakindu.sct.model.sgraph.ui
    org.yakindu.sct.model.stext
    org.yakindu.sct.model.stext.edit
    org.yakindu.sct.model.stext.resource
    org.yakindu.sct.model.stext.ui
    org.yakindu.sct.ui
    org.yakindu.sct.ui.editor
    org.yakindu.sct.ui.integration.stext

    Note that there are two org.yakindu.sct.ui.editor projects. We need the one located in KIELER repository and not the one from YAKINDU project.

  5. click Finish to start the import

Eclipse Run Configuration

  1. Select Run / Run Configurations from the menu.
  2. Double click on "Eclipse Application".
  3. Give the name. (Example: "YAKINDU Runtime")
  4. Select the "Arguments" Tab
  5. Add -XX:MaxPermSize=196m to VM arguments


    Important notice
    To run yakindu properly you need an eclipse container application
    To run yakindu in KIELER add kieler.core and kieler.core.ui
  • No labels