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"

(Checkout the Releng Project)
(Checkout the Releng Project)
Line 89: Line 89:
 
[[Image:Cdo_export_targetdef4.png]]
 
[[Image:Cdo_export_targetdef4.png]]
  
== Checkout the Releng Project ==
+
== Bootstrap the Releng Project ==
  
 
Now you need to checkout the releng project (Buckminster releng component). Download this Team Project Set file:
 
Now you need to checkout the releng project (Buckminster releng component). Download this Team Project Set file:

Revision as of 15:16, 22 January 2011

Introduction

This tutorial describes how to install the CDO workspace using Buckminster. This new version checks out the workspace projects from SVN. The deprecated CVS version can be found here.

Prepare the IDE

Download and install Eclipse 3.7 from http://download.eclipse.org/eclipse/downloads

Then open a fresh development workspace.

Cdo source1.png


Add the following plug-ins from the Indigo p2 repository (http://download.eclipse.org/releases/indigo)

Install the following features:

  • EMF - Eclipse Modeling Framework SDK
  • Buckminster - Core
  • Buckminster - Subversive Support
  • Buckminster - PDE Support
  • Subversive SVN Team Provider (after a restart you'll be prompted to install a connector from Polarion)
  • Graphical Modeling Framework SDK (needed for CDO Dawn)


Cdo source2.png

Cdo install3.png

Cdo source4.png

Cdo source5.png

Hint: You may alternatively install from the buckminster update site. Subclipse support is available there. Add http://download.eclipse.org/tools/buckminster/updates-3.7 to your update sites and select the required features.

Now you have prepared your IDE with the required tools.

Create the Target Platform

For the target platfrom first create an empty project called "_target".

Cdo install4.png


Now create an empty target definition that Buckminster later can fill with the needed plug-ins (Windows->Preferences->Plugin Development->Target Platform)


Cdo install5.png


Insert the name for the target platform.

Cdo install6.png


Click 'Add'.

Cdo install7.png


Add the directory location ${workspace_loc}/_target.

Cdo install8.png


Activate the platform.

Cdo install9.png

Create the API Baseline

Now an API baseline will be created. Non-committers may skip this section.

Create a new workspace project called "_baseline"

Cdo export targetdef0.png

Now add the API baseline: Open the Preferences (Window->Preferences) and open the "API Baselines" page.

Cdo export targetdef3.png

Click "Add Baseline...". Give it the name CDO 3.0 GA Baseline and choose the path to your _baseline project as destination. Then the API baseline is created and set active for your workspace.

Cdo export targetdef4.png

Bootstrap the Releng Project

Now you need to checkout the releng project (Buckminster releng component). Download this Team Project Set file:

bootstrap.psf

Committers use:

bootstrap-committers.psf

Select File|Import... and choose the Team Project Set import wizard. Select the downloaded bootstrap.psf

Cdo install10.png

Cdo install11.png

Cdo install12.png


Note, if you want to work on CDO 3.0 switch the branch with Team|Switch to "R3_0_maintenance" branch (not tag!)

Materialize the Sources and the Target Platform

To materialize the sources right-click the local.mspec, select Buckminster|Import...

Cdo install15.png

While the following dialog is running go and fetch a coffee, or two, or three...


Cdo install16.png

Finally hit the 'Finish' button

Cdo install14.png

Updating the Workspace

You can update your development workspace with re-importing the local.mpec as described above. Then the whole workspace and the target platform are updated.

Note, that re-importing doesn't update your source from CVS repository.

Back to the top