Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Running STEM from the Development Environment

Revision as of 12:30, 14 January 2011 by Unnamed Poltroon (Talk)

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

In case of difficulty: If ant build fails for any reason please do the following:

i) The STEM project is quite large. Please confirm that your SVN checkout successfully checked our every project.
ii) Confirm that you have all required eclipse plugins (EMF, BIRT)
iii) Try project>clean>clean all and then run ant build again (update.xml in the org.eclipse.stem.internal.data)
iv) If you still have problems please contact the developers (email, bugzilla, etc).

Back to the top