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 "OAW Developing"

(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...)
 
(Redirecting to Oaw)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
+
#REDIRECT [[oaw]]
== 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
+

Latest revision as of 06:37, 9 December 2008

Redirect to:

Back to the top