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 "Running STEM from the Development Environment"

(New page: 800px need to document)
 
Line 1: Line 1:
 
[[Image:STEM TOP BAR.gif|800px]]
 
[[Image:STEM TOP BAR.gif|800px]]
  
need to document
+
1. Check out all projects under dev.eclipse.org/svnroot/technology/org.eclipse.stem/trunk
 +
You need EMF, BIRT, for things to compile. You will probably also want Subversion and Mylin installed. Make sure you are running Java 6 or higher.
 +
 
 +
2. Run update.xml in the org.eclipse.stem.internal.data plugin as an ant script
 +
 
 +
3. Start STEM by running stem.product in the org.eclipse.stem.ui plugin as an eclipse application

Revision as of 13:56, 18 November 2010

STEM TOP BAR.gif

1. Check out all projects under dev.eclipse.org/svnroot/technology/org.eclipse.stem/trunk You need EMF, BIRT, for things to compile. You will probably also want Subversion and Mylin installed. Make sure you are running Java 6 or higher.

2. Run update.xml in the org.eclipse.stem.internal.data plugin as an ant script

3. Start STEM by running stem.product in the org.eclipse.stem.ui plugin as an eclipse application

Back to the top