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

OAW Developing

Revision as of 11:43, 1 August 2007 by B.kolb.kolbware.de (Talk | contribs) (New page: == oAW in runtime workspace == Due to the bug in Eclipse that you cannot reference projects from your workspace in the runtime workspace it is not really easy to debug oAW. The following...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

oAW in runtime workspace

Due to the bug in Eclipse that you cannot reference projects from your workspace in the runtime workspace it is not really easy to debug oAW. The following lines explain how to use the rt-ws anyway.

  • Start Eclipse and checkout all needed projects
  • Start a new runtime workspace containing the stuff you want to debug
  • create your sample project(s) in the rt-ws
  • Download the latest build from http://oaw.pluginbuilder.org/latest and unzip it somewhere
  • Open the Import-Wizard in the rt-ws and type plugins and fragments
  • deselect the first checkbox and set the download location as plugin location
  • decide whether you would like to select the plugins to import manually or import the bundles required from your rt-ws bundles
  • import them as BINARY projects
  • continue and finish the wizard
  • you're done

Copyright © Eclipse Foundation, Inc. All Rights Reserved.