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 "CDO Source Installation (short version)"

Line 6: Line 6:
 
* Start your Eclipse IDE with <tt>C:\develop\bin\eclipse\eclipse.exe -data C:\develop\ws\cdo</tt>
 
* Start your Eclipse IDE with <tt>C:\develop\bin\eclipse\eclipse.exe -data C:\develop\ws\cdo</tt>
 
* Configure a JDK 1.5 of your choice on the ''Installed JREs'' preference page
 
* Configure a JDK 1.5 of your choice on the ''Installed JREs'' preference page
 +
* Set the ''Compiler compliance level'' to 1.5 on the ''Java Compiler'' preference page
 
* Import the [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.emf/org.eclipse.emf.cdo/develop/setup/psf/pserver/.bootstrap.psf?root=Modeling_Project&view=co bootstrap Team PSF] for anonymous users
 
* Import the [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.emf/org.eclipse.emf.cdo/develop/setup/psf/pserver/.bootstrap.psf?root=Modeling_Project&view=co bootstrap Team PSF] for anonymous users
 
* Start the ''Setup Workspace'' Ant launch config
 
* Start the ''Setup Workspace'' Ant launch config

Revision as of 07:28, 2 July 2008

(Includes Net4j Source installation)
See the detailed version if you are less experienced.


Steps to Execute

  • Start your Eclipse IDE with C:\develop\bin\eclipse\eclipse.exe -data C:\develop\ws\cdo
  • Configure a JDK 1.5 of your choice on the Installed JREs preference page
  • Set the Compiler compliance level to 1.5 on the Java Compiler preference page
  • Import the bootstrap Team PSF for anonymous users
  • Start the Setup Workspace Ant launch config
  • Set your target platform to C:\develop\ws\cdo\metadata\.target
  • Set your API baseline to C:\develop\ws\cdo\.metadata\.baseline
  • Checkout the sources with /develop.setup/psf/pserver/All.psf


You're finished! Now you should have a complete CDO workspace:
CheckoutResult.png



Wikis: CDO | Net4j | EMF | Eclipse

Copyright © Eclipse Foundation, Inc. All Rights Reserved.