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/Target Platform Definition"

m (Cleaned up style.)
m (Removed backslash from copy and paste.)
Line 11: Line 11:
 
See [[Triquetrum/Building From Sources | Building From Sources]] for details.
 
See [[Triquetrum/Building From Sources | Building From Sources]] for details.
  
Note that org.eclipse.triquetrum.target.platform/org.eclipse.triquetrum.target.platform.\
+
Note that org.eclipse.triquetrum.target.platform/org.eclipse.triquetrum.target.platform.tpd includes org.eclipse.triquetrum.python.rpc.platform.tpd, so if you are updating the version of Eclipse that is used to build Triquetrum, then you will need to update both .tpd files.  See [https://github.com/eclipse/triquetrum/issues/104 Bug #104: Update Triquetrum to Neon].
tpd includes org.eclipse.triquetrum.python.rpc.platform.tpd, so if you are updating the version of Eclipse that is used to build Triquetrum, then you will need to update both .tpd files.  See [https://github.com/eclipse/triquetrum/issues/104 Bug #104: Update Triquetrum to Neon].
+

Revision as of 19:38, 20 February 2017

The Triquetrum Eclipse configuration uses Target Platform Definition (.tpd) files to create the .target files

See https://github.com/mbarbero/fr.obeo.releng.targetplatform for details.

How to update the Triquetrum target

  1. As per https://github.com/mbarbero/fr.obeo.releng.targetplatform:

    "Add the following p2 repository (update-site) in your update manager (in Eclipse, Help Menu > Install New Software..., Add... button on the top right corner):

    http://mbarbero.github.io/fr.obeo.releng.targetplatform/p2/ or http://mbarbero.github.io/fr.obeo.releng.targetplatform/p2/latest/ for the latest version only.

    Then, select the Target Platform Definition DSL and Generator feature and click on Finish."

  2. Right click on org.eclipse.triquetrum.target.platform/org.eclipse.triquetrum.target.platform.tpd and select "Create Target Definition File". This will create org.eclipse.triquetrum.target.platform.target
  3. Right click again on the .tpd file and select "Set Target Platform" (Or open the .target file that was just created and set the target platform there)
  4. Then go to the org.eclipse.triquetrum.repository/Triquetrum.product file and select Run.

See Building From Sources for details.

Note that org.eclipse.triquetrum.target.platform/org.eclipse.triquetrum.target.platform.tpd includes org.eclipse.triquetrum.python.rpc.platform.tpd, so if you are updating the version of Eclipse that is used to build Triquetrum, then you will need to update both .tpd files. See Bug #104: Update Triquetrum to Neon.

Back to the top