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"

(Add feature)
(Completed instructions on how to set up.)
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.feature project, click on feature.xml and then in the Overview tab, click on the Export Wizard.
+
# In the org.triquetrum.kepler.ddp.feature project, click on Update Site Project
## In the Export window, click on Archive file and then click on browse
+
## The project name is org.kepler.triquetrum.ddp.site
### 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
+
## Leave Use default location checked
### Enter a name like updateSite
+
## Click Finish
### Click on Save
+
# In Update Site Map,  
## In the Export window, click on Finish
+
## Click on Add Feature and add org.kepler.triquetrum.ddp.feature, located at the bottom  
## 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 Add Feature and add org.kepler.triquetrum.ddp.feature, located at the bottom (''Why do I have to add this each time?'')
+
 
### Click on Synchronize and then build.  
 
### 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
 
## Click on Add, then Local
 
## Click on Add, then Local
### 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.
+
### 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.
 
### Enter any name, such ask KeplerTriquetrum
 
### Enter any name, such ask KeplerTriquetrum
 
### Click on OK
 
### Click on OK
 
## In the Install dialog
 
## In the Install dialog
 
### Expand uncategorized, select the feature, then click through the dialogs, restarting Triquetrum
 
### Expand uncategorized, select the feature, then click through the dialogs, restarting Triquetrum

Revision as of 18:57, 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 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
  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