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

Building the STEM RCP application

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