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

OSEE/Workspace Setup

< OSEE
Revision as of 18:52, 19 August 2009 by Unnamed Poltroon (Talk) (Here's how to set up your workspace to Develop OSEE)

This guide describes how to set up an Eclipse workspace to develop OSEE.

Downloading and Configuring Eclipse

  1. Install Java 1.6 JRE
  2. Download and install Eclipse Classic
  3. Start Eclipse
  4. Open the software installation dialog (Help > Install New Software...)
  5. Select the latest milestone builds of the following features for installation:
    1. Data Tools Platform Connectivity
    2. Data Tools Platform Enablement for ODA Runtime
    3. Eclipse BIRT Chart Runtime Feature
    4. GEF
    5. GEF SDK
    6. Zest Visualization Toolkit
    7. Zest Visualization Toolkit SDK
    8. Subversive
  6. Restart Eclipse
  7. Download and import the OSEE Team Project Set file into your workspace. See SVN Repository Access for more details.

Configure a Development Runtime

Using an SVN client such as Subversive, check out into your Eclipse workspace all the projects from https://dev.eclipse.org/svnroot/technology/org.eclipse.osee/trunk/. When configuring this SVN repository leave the user name and password blank in order to get anonymous, read-only access.

  1. Follow the PostgreSQL installation instructions.
  2. Use the configuration /org.eclipse.osee.support.config/launchConfig/OSEE Demo Application Server [localhost].launch to run an OSEE application server
  3. Use the configuration /org.eclipse.osee.ats.config.demo/MasterTestSuite_DemoDbInit.launch to initialize an OSEE database
  4. Use the configuration /org.eclipse.osee.ats.config.demo/MasterTestSuite_DemoDbPopulate.launch to populate the database for demonstration purposes
  5. Use the configuration /org.eclipse.osee.support.config/launchConfig/OSEE Demo product [localhost].launch to run a local OSEE client

Back to the top