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 "Triquetrum/Kepler Triquetrum Repository"

(Right click)
(Made it more clear that this is not working.)
Line 1: Line 1:
Below are the steps necessary to use the prototype Kepler/Triquetrum interface.
+
Below are the steps necessary to build the [[Triquetrum/Kepler Kepler actors for use in Triquetrum]].
  
 
This is a work in progress and intended only for experienced developers.
 
This is a work in progress and intended only for experienced developers.
 +
 +
Note that this is not yet working, see [[Triquetrum/Kepler#Status | Triquetrum Kepler Status]].
  
 
# [[Triquetrum/Building_From_Sources | Build Triquetrum from source]]
 
# [[Triquetrum/Building_From_Sources | Build Triquetrum from source]]

Revision as of 10:21, 8 June 2016

Below are the steps necessary to build the Triquetrum/Kepler Kepler actors for use in Triquetrum.

This is a work in progress and intended only for experienced developers.

Note that this is not yet working, see Triquetrum Kepler Status.

  1. Build Triquetrum from source
  2. Install Kepler in the workspace
  3. Import the Kepler/Triquetrum projects
    1. Copy the Git repo URL: https://github.com/cxbrooks/keplerTriquetrum
    2. In the Git Repositories pane, right click and select Paste Repository Path or URI
    3. Create the Repo
  4. In the Git Repositories pane, right click on the keplerTriquetrum repository and select Import Projects, then hit Next and Finish.
  5. In the org.triquetrum.kepler.ddp.feature project, click on Update Site Project
    1. The project name is org.kepler.triquetrum.ddp.site
    2. Leave Use default location checked
    3. Click Finish
  6. In Update Site Map,
    1. Click on Add Feature and add org.kepler.triquetrum.ddp.feature, located at the bottom
      1. Click on Synchronize and then build.
  7. It is best to Download a standalone Triquetrum build and add the update location to it. It is very complex to add an update location to Triquetrum instance that was started from the Eclipse RCP instance. Instead, use a downloaded version of Triquetrum. Note that under El Capitan, to start the downloaded Eclipse binary, it will be necessary to right click and select Open
  8. In the newly started Triquetrum, select Help -> Install New Software
    1. Click on Add, then Local
      1. In the Add Browser dialog, browse to the location on the file system of the org.triquetrum.kepler.ddp.site directory, which is typically ~/Documents/Workspace/org.triquetrum.kepler.ddp.site and click OK.
      2. Enter any name, such ask KeplerTriquetrum
      3. Click on OK
    2. In the Install dialog
      1. Expand uncategorized, select the feature, then click through the dialogs, restarting Triquetrum

Back to the top