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

Extending or Contributing to Buckminster

Revision as of 03:19, 25 March 2009 by Henrik.lindberg.puppet.com (Talk | contribs) (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. =...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
  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.

Back to the top