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"

(How to import the actors)
(How to export)
Line 10: Line 10:
 
## Create the Repo
 
## Create the Repo
 
# In the Git Repositories pane, right click on the keplerTriquetrum repository and select Import Projects, then hit Next and Finish.
 
# In the Git Repositories pane, right click on the keplerTriquetrum repository and select Import Projects, then hit Next and Finish.
# In the org.triquetrum.kepler.ddp.site project, click on Synchronize and then build. ''FIXME: might be missing a step to build the feature in org.triquetrum.kepler.ddp.feature.''
+
# In the org.triquetrum.kepler.ddp.feature project, click on feature.xml and then in the Overview tab, click on the Export Wizard.
 +
## In the Export window, click on Archive file and then click on browse
 +
### Browse to the location of the org.triquetrum.kepler.ddp.site project in the git repository, which is typically ~/git/org.triquetrum.kepler.ddp.site
 +
### Enter a name like updateSite
 +
### Click on Save
 +
## In the Export window, click on Finish
 +
## If there are problems during export, then click on ignore
 +
# In the org.triquetrum.kepler.ddp.site project, click on site.xml
 +
## In Update Site Map, click on Synchronize and then build.  
 
# It is best to [https://hudson.eclipse.org/triquetrum/job/triquetrum/lastSuccessfulBuild/artifact/org.eclipse.triquetrum.repository/target/products/ 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
 
# It is best to [https://hudson.eclipse.org/triquetrum/job/triquetrum/lastSuccessfulBuild/artifact/org.eclipse.triquetrum.repository/target/products/ 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
 
# In the newly started Triquetrum, select Help -> Install New Software
 
# In the newly started Triquetrum, select Help -> Install New Software

Revision as of 18:42, 7 June 2016

Below are the steps necessary to use the prototype Kepler/Triquetrum interface.

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

  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 feature.xml and then in the Overview tab, click on the Export Wizard.
    1. In the Export window, click on Archive file and then click on browse
      1. Browse to the location of the org.triquetrum.kepler.ddp.site project in the git repository, which is typically ~/git/org.triquetrum.kepler.ddp.site
      2. Enter a name like updateSite
      3. Click on Save
    2. In the Export window, click on Finish
    3. If there are problems during export, then click on ignore
  6. In the org.triquetrum.kepler.ddp.site project, click on site.xml
    1. In Update Site Map, 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
  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 ~/git/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