Project

General

Profile

MigratinEditorDevEnvToLuna » History » Version 9

Cherian Mathew, 05/21/2015 02:16 PM

1 1 Cherian Mathew
This page describes the steps required to move the taxonomic editor development environment to Eclipse Luna.
2
3
4 3 Cherian Mathew
5
## Step 1 : Get the Luna compatible branch
6 1 Cherian Mathew
7
Currently this is the 'move-to-luna' branch, but will merge to the master once the decision is made
8 4 Cherian Mathew
9
10
11
## Step 2 : Update the target platform
12
13
* Open the **rcp.target** file in the _eu.etaxonomy.taxeditor_ project
14
15
* 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
16 5 Cherian Mathew
17
![](editor-luna-rcp-target.png)
18 7 Cherian Mathew
~~~
19
<code class="html">
20
<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>
21
~~~
22 8 Cherian Mathew
23 9 Cherian Mathew
24
## Step 3 : Setup the workspace to use the rcp target
25 8 Cherian Mathew
26
* Open the Preferences panel (Window -> Preferences) and select Plug-in Development -> Target Platform.
27
28
* 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.
29
30
* Delete the _eu.etaxonomy.taxeditor.application.product_ configuration from the Run/Debug configurations.
31
32
* Right click on the _eu.etaxonomy.taxeditor.application_ project and choose Run as -> Eclipse Application to create new launch configurations for Run / Debug.
33
34