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 "Building the STEM RCP application"

(To build your own executable for STEM:)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
To build your own executable for STEM:
+
[[Image:STEM TOP BAR.gif]]
  
1. Go to the package:  '''org.eclipse.stem.ui'''
+
'''[http://wiki.eclipse.org/Tutorials_for_Developers Back]'''
  
2. Open the file '''stem.product'''
+
==To build your own executable for STEM==
  
3. In the editor, Overview tab, click on '''Eclipse Product Export Wizard'''
+
# Go to the package:  '''org.eclipse.stem.ui'''
 +
# Open the file '''stem.product'''
 +
# In the editor, Overview tab, click on '''Eclipse Product Export Wizard'''
 +
# The dialog will appear:
  
4. The dialog will appear:
 
 
* Product configuration should be: '''/org.eclipse.stem.ui/stem.product'''
 
* Product configuration should be: '''/org.eclipse.stem.ui/stem.product'''
* set the ''root directory'' as '''stem''' (you need to create this directory)
+
* Set the ''root directory'' as '''stem''' (you need to create this directory)
* set the ''destination'' as '''Archive file'''
+
* Set the ''destination'' as '''Archive file'''
 
* Specify a directory for Export into: ''e.g., c:\stemBuild''  
 
* Specify a directory for Export into: ''e.g., c:\stemBuild''  
* use a name that reflects the date of the build (e.g., '''stem-win32-07242008''' for July 24, 2008).   
+
* Use a name that reflects the date of the build (e.g., '''stem-win32-07242008''' for July 24, 2008).   
 
* Select ''Synchronize before exporting'' and make sure that you've run update.xml if there have been any changes in internal data.
 
* Select ''Synchronize before exporting'' and make sure that you've run update.xml if there have been any changes in internal data.
* ''click Finish''
+
* ''Click Finish''

Latest revision as of 10:24, 12 November 2009

STEM TOP BAR.gif

Back

To build your own executable for STEM

  1. Go to the package: org.eclipse.stem.ui
  2. Open the file stem.product
  3. In the editor, Overview tab, click on Eclipse Product Export Wizard
  4. The dialog will appear:
  • Product configuration should be: /org.eclipse.stem.ui/stem.product
  • Set the root directory as stem (you need to create this directory)
  • Set the destination as Archive file
  • Specify a directory for Export into: e.g., c:\stemBuild
  • Use a name that reflects the date of the build (e.g., stem-win32-07242008 for July 24, 2008).
  • Select Synchronize before exporting and make sure that you've run update.xml if there have been any changes in internal data.
  • Click Finish

Back to the top