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 "Sphinx/Adopter environment setup"

(New page: This page is for developers of tools based on Sphinx. It aims at providing a guide to setup Sphinx for this purpose. Getting Sphinx is explained here. ==Defining a targ...)
 
(update the explanations)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This page is for developers of tools based on Sphinx. It aims at providing a guide to setup Sphinx for this purpose.
+
This page is for developers of tools based on Sphinx. It aims at providing a guide to setup Sphinx for this purpose, and in particular to define the needed target platforms.
Getting Sphinx is explained [[Sphinx/getting|here]].
+
  
 
==Defining a target platform==
 
==Defining a target platform==
Line 7: Line 6:
 
# Open it in the appropriate editor;
 
# Open it in the appropriate editor;
 
# Click on ''Add...'' button to add Sphinx;
 
# Click on ''Add...'' button to add Sphinx;
# Select ''Directory'' and click ''Next >'';
+
# Select ''Software Site'' and click ''Next >'';
# Provide the location where Sphinx has been copied and click ''Finish''.
+
# Provide the location of the Sphinx update site (cf. [http://eclipse.org/sphinx/download.php download]), select the required features and click ''Finish''.
 
+
'''Remark''' Ensure that all the features that are contained in the directory are not jar'ed.
+
  
 
==Setting the target platform==
 
==Setting the target platform==
Once the target definition file is modified:
+
# Open the target definition file with the ''target editor'';
# wait for the completion of the ''Resolving Target Definition'' operation. This may take a while, in particular at the first time, because all directly and indirectly required target platform plug-ins and features are being downloaded or updated as necessary during that operation. If errors occur, try to close and reopen the target definition file so as to re-trigger the target platform resolution;
+
# Wait for the completion of the ''Resolving Target Definition'' operation. This may take a while, in particular at the first time, because all directly and indirectly required target platform plug-ins and features are being downloaded or updated as necessary during that operation. If errors occur, try to close and reopen the target definition file so as to re-trigger the target platform resolution;
 
# Click on link ''Set as Target Platform'' (in the upper right corner of the target editor).
 
# Click on link ''Set as Target Platform'' (in the upper right corner of the target editor).

Latest revision as of 04:57, 1 June 2012

This page is for developers of tools based on Sphinx. It aims at providing a guide to setup Sphinx for this purpose, and in particular to define the needed target platforms.

Defining a target platform

The recommended way to configure the environment where an Eclipse modeling tool or application will run consists in defining a target platform.

  1. Create a new target platform definition file;
  2. Open it in the appropriate editor;
  3. Click on Add... button to add Sphinx;
  4. Select Software Site and click Next >;
  5. Provide the location of the Sphinx update site (cf. download), select the required features and click Finish.

Setting the target platform

  1. Open the target definition file with the target editor;
  2. Wait for the completion of the Resolving Target Definition operation. This may take a while, in particular at the first time, because all directly and indirectly required target platform plug-ins and features are being downloaded or updated as necessary during that operation. If errors occur, try to close and reopen the target definition file so as to re-trigger the target platform resolution;
  3. Click on link Set as Target Platform (in the upper right corner of the target editor).

Back to the top