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

Buckminster Galileo Builder

Revision as of 18:55, 14 April 2009 by Thomas.tada.se (Talk | contribs) (New page: ==How to get started== # Start an Eclipse 3.5 installation, I20090407-1430 or newer. If you don't have one available, it can be downloaded from here http://download.eclipse.org/eclipse/dow...)

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

How to get started

  1. Start an Eclipse 3.5 installation, I20090407-1430 or newer. If you don't have one available, it can be downloaded from here http://download.eclipse.org/eclipse/downloads/
  2. Use the P2 update manager and add the update site http://download.eclipse.org/tools/buckminster/tools-3.5/
  3. Install the Galileo Builder feature found under the Buckminster Tools category

Running the build

From the command line

Just type:
eclipse -nosplash -application org.eclipse.buckminster.galileo.build.app <options>

From within the IDE

Create a Launch Configuration of type Eclipse Application, check Run an application, select org.eclipse.buckminster.galileo.build.app, go to the Arguments tab and enter the options, then click Run (or Debug).

Command line options

Option Value Description
Only verify all meta-data. Do not create a mirror
Reuse the results of the previous run, i.e. update metadata and, if applicable, the mirror
Enable sending of emails to proper addresses
ERROR, WARNING, INFO, or DEBUG Control the verbosity of the trace output. Default level is INFO

Back to the top