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 "Extending or Contributing to Buckminster"

(New page: If you are going to be working with Buckminster itself, writing your own extensions, or provide patches, you should first install Buckminster as described in Installing Buckminster. =...)
 
(Installation for Buckminster contributors)
Line 9: Line 9:
 
#Select the latest release.
 
#Select the latest release.
 
#Navigate to the '''''RCP SDK''''' section where you will find a download link for the ''"RCP delta pack"'' zip.
 
#Navigate to the '''''RCP SDK''''' section where you will find a download link for the ''"RCP delta pack"'' zip.
#Download and unpack into your Eclipse installation directory.
+
#Download and unpack into your Eclipse installation directory. (unzip it in the eclipse install-directory that holds "plugins" and "features")
 
#Restart Eclipse and execute one of the following component queries - (Select "File" > "Open a Component Query", and paste in out of these URL's depending on which version you want:
 
#Restart Eclipse and execute one of the following component queries - (Select "File" > "Open a Component Query", and paste in out of these URL's depending on which version you want:
** For '''head development''' [http://www.eclipse.org/buckminster/samples/queries/buckminster-dev.cquery http://www.eclipse.org/buckminster/samples/queries/buckminster-dev.cquery]  
+
:* For '''head development''' [http://www.eclipse.org/buckminster/samples/queries/buckminster-dev.cquery http://www.eclipse.org/buckminster/samples/queries/buckminster-dev.cquery]  
** For '''eclipse 3.4.x''' [http://www.eclipse.org/buckminster/samples/queries/buckminster.cquery http://www.eclipse.org/buckminster/samples/queries/buckminster.cquery]  
+
:* For '''eclipse 3.4.x''' [http://www.eclipse.org/buckminster/samples/queries/buckminster.cquery http://www.eclipse.org/buckminster/samples/queries/buckminster.cquery]  
 
# Press "Resolve & Materialize" in the CQUERY editor that appears
 
# Press "Resolve & Materialize" in the CQUERY editor that appears
 
# Buckminster will now fetch and build Buckminster from source.
 
# Buckminster will now fetch and build Buckminster from source.

Revision as of 03:21, 25 March 2009

If you are going to be working with Buckminster itself, writing your own extensions, or provide patches, you should first install Buckminster as described in Installing Buckminster.

Installation for Buckminster contributors

In addition to a regular install of Eclipse, and Buckminster, you will also need to install the RCP Delta Pack. Once the delta pack is in place, you can use Buckminster to get all of the source for Buckminster itself.


When resolving this query you MUST ensure that your Eclipse installation is 3.4 and contains the RCP delta pack.

  1. Go to http://download.eclipse.org/eclipse/downloads/.
  2. Select the latest release.
  3. Navigate to the RCP SDK section where you will find a download link for the "RCP delta pack" zip.
  4. Download and unpack into your Eclipse installation directory. (unzip it in the eclipse install-directory that holds "plugins" and "features")
  5. Restart Eclipse and execute one of the following component queries - (Select "File" > "Open a Component Query", and paste in out of these URL's depending on which version you want:
  1. Press "Resolve & Materialize" in the CQUERY editor that appears
  2. Buckminster will now fetch and build Buckminster from source.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.