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 "PTP/environment setup 30"

< PTP
(Setup for development of PTP 3.0)
(Setup for development of PTP 3.0)
Line 18: Line 18:
  
  
To check out PTP projects:
+
== To check out PTP projects: ==
  
 
* In CVS, check out org.eclipse.ptp/releng/ptp_project_sets
 
* In CVS, check out org.eclipse.ptp/releng/ptp_project_sets
Line 30: Line 30:
 
* In the ptp_project_sets project in your workspace, rightMouse on anonymous/ptp-HEAD-all-anonymous.psf and select "Import project set"
 
* In the ptp_project_sets project in your workspace, rightMouse on anonymous/ptp-HEAD-all-anonymous.psf and select "Import project set"
 
* It should check out everything you need.
 
* It should check out everything you need.
 +
 +
 +
== Launching a runtime workbench running the code you checked out into your workspace ==
 +
# Run > Debug Configurations ...
 +
# Double-click on 'Eclipse Application'  - or click and click on the 'new' icon
 +
# Defaults are probably ok to run with all the plugin projects in your workspace; hit 'Debug' in lower right corner
 +
# Eclipse comes up. Switch to C/C++ perspective if needed
 +
# For details on creating an MPI or OpenMP project, see Help > Help Contents ...

Revision as of 11:28, 23 November 2009

Setup for development of PTP 3.0

This needs more info, but for now, this is a start:

See http://wiki.eclipse.org/PTP/environment_setup_21 for background information (need to revise that info and put it here)

PTP 3.0 needs Eclipse 3.5.1, a recent build of CDT 6.0.2, and RSE 3.1

For offline installation of pre-reqs, download the following archived update sites:

  1. RSE 3.1.1 update site archive
  2. CDT 6.0.2

Install RSE 3.1.1 End-User Runtime, and CDT 6.0.2, in your eclipse installation

  • Help > Install New Software.. .and add both the above downloaded archives
  • To see just the local archives and install all at once, select, under "Work with:", "--Only Local Sites--"
  • For RSE: Under TM and RSE 3.1.1, install the "Remote System Explorer End-Use Runtime"
  • For CDT: Install all "CDT Main Features" and under "CDT Optional Features" install everything *except* "Eclipse CDT Testing Feature"
  • Next, Next, accept license terms, Finish


To check out PTP projects:

  • In CVS, check out org.eclipse.ptp/releng/ptp_project_sets
    • Window > Open Perspective > Other..., CVS Repository Exploring
    • Rightmouse in CVS Repositories view, New > Repository Location
      • Host: dev.eclipse.org, Repository path: /cvsroot/tools, User: anonymous
        • If you have a committer id on dev.eclipse.org, use that, enter the password, and change the Connection type to extssh
    • Expand that repository and expand HEAD. Scroll down to org.eclipse.ptp and expand it
    • Under releng, check out ptp_project_sets
  • Return to the Plug-in development Perspective
  • In the ptp_project_sets project in your workspace, rightMouse on anonymous/ptp-HEAD-all-anonymous.psf and select "Import project set"
  • It should check out everything you need.


Launching a runtime workbench running the code you checked out into your workspace

  1. Run > Debug Configurations ...
  2. Double-click on 'Eclipse Application' - or click and click on the 'new' icon
  3. Defaults are probably ok to run with all the plugin projects in your workspace; hit 'Debug' in lower right corner
  4. Eclipse comes up. Switch to C/C++ perspective if needed
  5. For details on creating an MPI or OpenMP project, see Help > Help Contents ...

Back to the top