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 4: Line 4:
 
See http://wiki.eclipse.org/PTP/environment_setup_21  for background information (need to revise that info and put it here)
 
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, CDT 6.0.2, RSE 3.1
+
PTP 3.0 needs Eclipse 3.5.1, a recent build of [http://download.eclipse.org/tools/cdt/builds/6.0.2/index.html CDT 6.0.2], and RSE 3.1
  
 
To check out PTP projects:
 
To check out PTP projects:

Revision as of 10:43, 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

To check out PTP projects:

  • In CVS, check out org.eclipse.ptp/releng/ptp_project_sets
  • Then in that project in your workspace, rightMouse on anonymous/ptp-HEAD-all-anonymous.psf and select "Import project set"
  • It should check out everythng you need.

Back to the top