Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Editing ETrice/Development/GettingStartedWithEtrice"

(New page: = Preconditions = Get the sources (work with GIT repository ) and build them (target platform ). = Getting Start...)
 
Line 7: Line 7:
 
#start runtime workbench (org.eclipse.etrice.core.room.ui\eTrice-rt.launch)
 
#start runtime workbench (org.eclipse.etrice.core.room.ui\eTrice-rt.launch)
 
#import the packages
 
#import the packages
** org.eclipse.etrice.runtime.java
+
## org.eclipse.etrice.runtime.java
** org.eclipse.etrice.modellib
+
## org.eclipse.etrice.modellib
** org.eclipse.etrice.doc.tutorials
+
## org.eclipse.etrice.doc.tutorials
#
+
#open org.eclipse.etrice.doc.tutorials\src\org.eclipse.etrice.doc.tutorials.scratch.model\model\PingPong.room
 +
 
 +
Now you can edit the ROOM model

Revision as of 11:11, 27 April 2011

Preconditions

Get the sources (work with GIT repository ) and build them (target platform ).

Getting Started

  1. start runtime workbench (org.eclipse.etrice.core.room.ui\eTrice-rt.launch)
  2. import the packages
    1. org.eclipse.etrice.runtime.java
    2. org.eclipse.etrice.modellib
    3. org.eclipse.etrice.doc.tutorials
  3. open org.eclipse.etrice.doc.tutorials\src\org.eclipse.etrice.doc.tutorials.scratch.model\model\PingPong.room

Now you can edit the ROOM model

Copyright © Eclipse Foundation, Inc. All Rights Reserved.