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

Difference between revisions of "Running STEM from the Development Environment"

(Redirecting to STEM Eclipse Setup)
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Image:STEM TOP BAR.gif|800px]]
+
#REDIRECT [[STEM Eclipse Setup]]
 
+
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
+
 
+
When you check out stem from SVN you need to select ALL the individual folders UNDER trunk, right click, and be sure they check out as Java projects.
+
From your screens shot it looks like they checked out as folders (under trunk in your workspace). It they are not Java projects they won't build. If checked out correctly you will
+
see a 'J' by each folder in the icons of the project explored. The two screen shots below show and example of a ''correct'' and an ''incorrect'' checkout.
+
 
+
Once you have them all checked with no red x's then you can run Ant. If you have any red x's you are misssing dependent plugins or some checkout failed.
+
 
+
 
+
'''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).
+

Latest revision as of 17:58, 9 November 2012

Redirect to:

Back to the top