Project

General

Profile

Actions

MigratinEditorDevEnvToLuna » History » Revision 8

« Previous | Revision 8/23 (diff) | Next »
Cherian Mathew, 05/21/2015 02:16 PM


This page describes the steps required to move the taxonomic editor development environment to Eclipse Luna.

Step 1 : Get the Luna compatible branch

Currently this is the 'move-to-luna' branch, but will merge to the master once the decision is made

Step 2 : Update the target platform

  • Open the rcp.target file in the eu.etaxonomy.taxeditor project

  • Select the three software sites and hit update. This will compute the dependencies of the various plugins and retrieve them to give a result which looks like

<code class="html">
<font color="red">Warning : Due to a bug related to this functionality in Eclipse the update may not happen immediately, giving errors like 'Unable to locate ..'. In this case restart Eclipse and redo the above two steps.</font>

== Step 3 : Setup the workspace to use the rcp target.

  • Open the Preferences panel (Window -> Preferences) and select Plug-in Development -> Target Platform.

  • Select the Eclipse Indigo Target*. If you see 'Unable to locate ..' errors in the *Locations view then hit Reload to fix these. Hit Apply to use the chosen rcp target for the development environment.

  • Delete the eu.etaxonomy.taxeditor.application.product configuration from the Run/Debug configurations.

  • Right click on the eu.etaxonomy.taxeditor.application project and choose Run as -> Eclipse Application to create new launch configurations for Run / Debug.

Updated by Cherian Mathew almost 9 years ago · 8 revisions