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 "OSEE/Workspace Setup"

(Downloading and Configuring Eclipse)
Line 3: Line 3:
 
=Downloading and Configuring Eclipse=
 
=Downloading and Configuring Eclipse=
  
See the [[Developers_Guide#Building_OSEE_using_PDE_Build|PDE Build Guide]] for information on how to download and configure Eclipse. The '''SVN PDE Build Extension''' plugin can be skipped.
+
See the [[OSEE/Developers_Guide#Building_OSEE_using_PDE_Build|PDE Build Guide]] for information on how to download and configure Eclipse. The '''SVN PDE Build Extension''' plugin can be skipped.
  
 
==SVN Checkout==
 
==SVN Checkout==

Revision as of 14:30, 11 September 2009

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

Downloading and Configuring Eclipse

See the PDE Build Guide for information on how to download and configure Eclipse. The SVN PDE Build Extension plugin can be skipped.

SVN Checkout

Download and import the OSEE Team Project Set file into your workspace.

In Eclipse, open the SVN Repository perspective and check out https://dev.eclipse.org/svnroot/technology/org.eclipse.osee/trunk/. The username and password can be left blank for anonymous read-only access.

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