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

Difference between revisions of "OSEE/Workspace Setup"

(Here's how to set up your workspace for OSEE)
(Here's how to set up your workspace to Develop OSEE)
Line 16: Line 16:
 
# Restart Eclipse
 
# Restart Eclipse
 
# Download and import the OSEE Team Project Set file into your workspace. See [http://wiki.eclipse.org/OSEE/Repository_Details '''SVN Repository Access'''] for more details.
 
# Download and import the OSEE Team Project Set file into your workspace. See [http://wiki.eclipse.org/OSEE/Repository_Details '''SVN Repository Access'''] for more details.
 +
 +
== Configure a Development Runtime ==
 +
 +
Using an SVN client such as [http://www.eclipse.org/subversive 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.
 +
 +
# Follow the [http://www.eclipse.org/osee/documentation/installation/postgresql_install.php PostgreSQL installation instructions].
 +
#Use the configuration <tt>/org.eclipse.osee.support.config/launchConfig/OSEE Demo Application Server &#91;localhost&#93;.launch</tt> to run an OSEE application server
 +
<!--#Use the configuration <tt>/org.eclipse.osee.support.config/launchConfig/DB Config &#91;localhost&#93;.launch</tt> to run an OSEE database initialization-->
 +
#Use the configuration <tt>/org.eclipse.osee.ats.config.demo/MasterTestSuite_DemoDbInit.launch</tt> to initialize an OSEE database
 +
#Use the configuration <tt>/org.eclipse.osee.ats.config.demo/MasterTestSuite_DemoDbPopulate.launch</tt> to populate the database for demonstration purposes
 +
#Use the configuration <tt>/org.eclipse.osee.support.config/launchConfig/OSEE Demo product &#91;localhost&#93;.launch</tt> to run a local OSEE client

Revision as of 18:40, 19 August 2009

Here's how to set up your workspace to Develop OSEE

  1. Install Java 1.6 JRE
  2. Download and install Eclipse Classic
  3. Start Eclipse
  4. Open the 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