Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Sample headless configuration (Buckminster)"

(Using the update mechanisms)
(Installing required features)
Line 49: Line 49:
 
The Buckminster tests are stored in a CVS repository, the [[Buckminster Resource Map|RMAP]] it uses will reference a Maven repository, and
 
The Buckminster tests are stored in a CVS repository, the [[Buckminster Resource Map|RMAP]] it uses will reference a Maven repository, and
 
the assembly builder will use Ant so we need to endow our buckminster with providers for those:
 
the assembly builder will use Ant so we need to endow our buckminster with providers for those:
<pre>
+
buckminster -data /temp/bar resolve http://www.eclipse.org/buckminster/samples/queries/build_a.cquery
buckminster install http://download.eclipse.org/technology/buckminster/updates/headless-site.xml org.eclipse.buckminster.cvs.headless.feature
+
Using workspace at file:/C:/Temp/bar/...
 
+
[start buckminster.test.build_a#buckminster.prebind]
buckminster install http://download.eclipse.org/technology/buckminster/updates/headless-site.xml org.eclipse.buckminster.maven.feature
+
[ant] Buildfile: C:\Temp\bar\buckminster.test.build_a\assembly_buckminster.ant
</pre>
+
 
+
At this point we have a functional setup but there are a couple of other features that deserves a mention:
+
* <tt>org.eclipse.buckminster.headless.pde.feature</tt>
+
*:This feature will enable the Eclipse platform Java and PDE functionality. You will need it when you work with plugin and feature projects.
+
* <tt>org.eclipse.buckminster.svn.headless.feature</tt>
+
*:Provides the Subversion repository provider. This feature is dependent on the [http://subclipse.tigris.org subclipse] core feature.
+
* <tt>org.eclipse.buckminster.p4.headless.feature</tt>
+
*:Provides the Perforce repository provider.
+
 
+
 
+
Let's try loading a workspace with some very simple test components:
+
<pre>
+
buckminster -data /temp/bar getcfg http://www.eclipse.org/buckminster/samples/queries/build_a.cquery
+
Using workspace at file:/C:/temp/bar/...
+
Could not load library: localfile_1_0_0.dll.  This library provides platform-specific optimizations for certain file system operations.  This library is not present on all platforms, so this may not be an error.  The resources plug-in will safely fall back to using java.io.File functionality.
+
=== START: Assembly (Ant Builder) - buckminster.test.build_a ===
+
[ant] Buildfile: C:\temp\bar\buckminster.test.build_a\assembly_buckminster.ant
+
 
[ant]
 
[ant]
 
[ant] assembly:
 
[ant] assembly:
 
[ant] Entrypoint: ASSEMBLY
 
[ant] Entrypoint: ASSEMBLY
[ant] Created dir: C:\temp\bar\buckminster.test.build_a\assembled
+
[ant] Created dir: C:\Temp\bar\buckminster.test.build_a\assembled
=== END: Assembly (Ant Builder) - buckminster.test.build_a ===
+
[end buckminster.test.build_a#buckminster.prebind]
Query complete.
+
</pre>
+
{{BlueBox|'''Note: harmless warning'''<br>
+
The warning from eclipse about the localfile dll can be safely disregarded. In fact, the warning itself says so. We don't want to include the dll in the distribution since that automatically adds a platform dependency. The current distribution of Buckminster is platform independent.
+
}}
+
 
+
Now build it:
+
<pre>
+
buckminster -data /temp/bar build --clean
+
=== START: Normal (Ant Builder) - buckminster.test.build_a ===
+
[ant] Buildfile: C:\temp\bar\buckminster.test.build_a\normal_buckminster.ant
+
[ant]
+
[ant] clean:
+
[ant] Entrypoint: CLEAN
+
[ant] Deleting directory C:\temp\bar\buckminster.test.build_a\derived
+
=== END: Normal (Ant Builder) - buckminster.test.build_a ===
+
=== START: Normal (Ant Builder) - buckminster.test.build_b ===
+
[ant] Buildfile: C:\temp\bar\buckminster.test.build_b\buckminster.ant
+
[ant]
+
[ant] clean:
+
[ant] Entrypoint: CLEAN
+
[ant] Deleting directory C:\temp\bar\buckminster.test.build_b\derived
+
=== END: Normal (Ant Builder) - buckminster.test.build_b ===
+
=== START: Normal (Ant Builder) - buckminster.test.build_c ===
+
[ant] Buildfile: C:\temp\bar\buckminster.test.build_c\buckminster.ant
+
[ant]
+
[ant] clean:
+
[ant] Entrypoint: CLEAN
+
[ant] Deleting directory C:\temp\bar\buckminster.test.build_c\derived
+
=== END: Normal (Ant Builder) - buckminster.test.build_c ===
+
=== START: Normal (Ant Builder) - buckminster.test.build_d ===
+
[ant] Buildfile: C:\temp\bar\buckminster.test.build_d\buckminster.ant
+
[ant]
+
[ant] clean:
+
[ant] Entrypoint: CLEAN
+
[ant] Deleting directory C:\temp\bar\buckminster.test.build_d\derived
+
=== END: Normal (Ant Builder) - buckminster.test.build_d ===
+
 
=== START: Normal (Ant Builder) - buckminster.test.build_a ===
 
=== START: Normal (Ant Builder) - buckminster.test.build_a ===
[ant] Buildfile: C:\temp\bar\buckminster.test.build_a\normal_buckminster.ant
+
[ant] Buildfile: C:\Temp\bar\buckminster.test.build_a\normal_buckminster.ant
 
[ant]
 
[ant]
 
[ant] full:
 
[ant] full:
Line 124: Line 69:
 
[ant] Property for kind is: 'FULL'
 
[ant] Property for kind is: 'FULL'
 
[ant]
 
[ant]
[ant] Copying 1 file to C:\temp\bar\buckminster.test.build_a\derived
+
[ant] Copying 1 file to C:\Temp\bar\buckminster.test.build_a\derived
 
=== END: Normal (Ant Builder) - buckminster.test.build_a ===
 
=== END: Normal (Ant Builder) - buckminster.test.build_a ===
 
=== START: Normal (Ant Builder) - buckminster.test.build_b ===
 
=== START: Normal (Ant Builder) - buckminster.test.build_b ===
[ant] Buildfile: C:\temp\bar\buckminster.test.build_b\buckminster.ant
+
[ant] Buildfile: C:\Temp\bar\buckminster.test.build_b\buckminster.ant
 
[ant]
 
[ant]
 
[ant] full:
 
[ant] full:
Line 137: Line 82:
 
[ant] Property for kind is: 'FULL'
 
[ant] Property for kind is: 'FULL'
 
[ant]
 
[ant]
[ant] Copying 1 file to C:\temp\bar\buckminster.test.build_b\derived
+
[ant] Copying 1 file to C:\Temp\bar\buckminster.test.build_b\derived
 
=== END: Normal (Ant Builder) - buckminster.test.build_b ===
 
=== END: Normal (Ant Builder) - buckminster.test.build_b ===
 
=== START: Normal (Ant Builder) - buckminster.test.build_c ===
 
=== START: Normal (Ant Builder) - buckminster.test.build_c ===
[ant] Buildfile: C:\temp\bar\buckminster.test.build_c\buckminster.ant
+
[ant] Buildfile: C:\Temp\bar\buckminster.test.build_c\buckminster.ant
 
[ant]
 
[ant]
 
[ant] full:
 
[ant] full:
Line 150: Line 95:
 
[ant] Property for kind is: 'FULL'
 
[ant] Property for kind is: 'FULL'
 
[ant]
 
[ant]
[ant] Copying 1 file to C:\temp\bar\buckminster.test.build_c\derived
+
[ant] Copying 1 file to C:\Temp\bar\buckminster.test.build_c\derived
 
=== END: Normal (Ant Builder) - buckminster.test.build_c ===
 
=== END: Normal (Ant Builder) - buckminster.test.build_c ===
 
=== START: Normal (Ant Builder) - buckminster.test.build_d ===
 
=== START: Normal (Ant Builder) - buckminster.test.build_d ===
[ant] Buildfile: C:\temp\bar\buckminster.test.build_d\buckminster.ant
+
[ant] Buildfile: C:\Temp\bar\buckminster.test.build_d\buckminster.ant
 
[ant]
 
[ant]
 
[ant] full:
 
[ant] full:
Line 163: Line 108:
 
[ant] Property for kind is: 'FULL'
 
[ant] Property for kind is: 'FULL'
 
[ant]
 
[ant]
[ant] Copying 1 file to C:\temp\bar\buckminster.test.build_d\derived
+
[ant] Copying 1 file to C:\Temp\bar\buckminster.test.build_d\derived
 
=== END: Normal (Ant Builder) - buckminster.test.build_d ===
 
=== END: Normal (Ant Builder) - buckminster.test.build_d ===
 +
Query complete.
 
</pre>
 
</pre>
 +
 
[[Category:Buckminster]]
 
[[Category:Buckminster]]
 
[[Category:Buckminster Headless]]
 
[[Category:Buckminster Headless]]
 
[[Category:Buckminster Examples]]
 
[[Category:Buckminster Examples]]

Revision as of 12:36, 28 April 2007

< To: Buckminster Project

Who should read this Example?

This example is a detailed description of how to install Buckminster features in a minimal Buckminster Headless. In order to benefit from this example, you must first have looked at what the headless stuff is all about. To see all the headless related articles go.

Goal of Example

The ultimate goal for this description is to install the rest of Buckminster in a headless configuration, specifically in order to install Buckminster commands beyond the basic ones. But, to do this, a number of dependencies must be fulfilled first.

The dependencies are on other features (and their plugins). These features can be downloaded from update sites (or actually, from other 'things' that are usable as 'sites'). All dependencies shown here are fulfilled by the buckminster update site.

Using the update mechanisms

There are three commands available: listsite, install and uninstall. Actually, there is also a command (currently hidden) that may be of use during configuration: dumpinfo. This command is generally for support reasons and will dump various information including features and plugins installed.

Using listsite is very simple - just provide it with a path or URL and it will list any features it finds there. Sample:

buckminster listsite http://download.eclipse.org/technology/buckminster/updates/headless-site.xml

Features:
  org.eclipse.buckminster.core.headless.feature_0.1.0.v20070427 (Buckminster - Core Headless (Incubation))
  org.eclipse.buckminster.cvs.headless.feature_0.1.0.v20070413 (Buckminster - CVS support for headless operation (Incubation))
  org.eclipse.buckminster.maven.feature_0.1.0.v20070427 (org.eclipse.buckminster.maven.feature_0.1.0.v20070427)
    only the reference was found. Unable to locate the actual feature
  org.eclipse.buckminster.p4.headless.feature_0.1.0.v20070413 (Buckminster - Perforce support for headless operation (Incubation))
  org.eclipse.buckminster.pde.headless.feature_0.1.0.v20070427-r32x (Buckminster - PDE support for headless operation (Incubation))
  org.eclipse.buckminster.svn.headless.feature_0.1.0.v20070413 (Buckminster - Subversion support for headless operation (Incubation))

Note that it works just as well for the product itself:

buckminster.exe listsite C:\buckminster
Features:
    org.eclipse.buckminster.product_0.1.0.v20070413-r32x (Buckminster Product (Incubation))

In fact, if listsite is given without arguments, it will list the local site, i.e. the product itself:

buckminster listsite
Features:
    org.eclipse.buckminster.product_0.1.0.v20070413-r32x (Buckminster Product (Incubation))

Commands for install/uninstall are very similar: for install, point to a site and a feature you wish to install (and an optional version of it if there are multiple, default is to take the latest). For uninstall, just give the feature name and optional version.

Installing required features

First off, we need to install the Buckminster core feature:

buckminster install http://download.eclipse.org/technology/buckminster/updates/headless-site.xml org.eclipse.buckminster.core.headless.feature

The Buckminster tests are stored in a CVS repository, the RMAP it uses will reference a Maven repository, and the assembly builder will use Ant so we need to endow our buckminster with providers for those: buckminster -data /temp/bar resolve http://www.eclipse.org/buckminster/samples/queries/build_a.cquery Using workspace at file:/C:/Temp/bar/... [start buckminster.test.build_a#buckminster.prebind] [ant] Buildfile: C:\Temp\bar\buckminster.test.build_a\assembly_buckminster.ant [ant] [ant] assembly: [ant] Entrypoint: ASSEMBLY [ant] Created dir: C:\Temp\bar\buckminster.test.build_a\assembled [end buckminster.test.build_a#buckminster.prebind]

START: Normal (Ant Builder) - buckminster.test.build_a

[ant] Buildfile: C:\Temp\bar\buckminster.test.build_a\normal_buckminster.ant [ant] [ant] full: [ant] Entrypoint: FULL [ant] [ant] build: [ant] [ant] Property for component is: 'buckminster.test.build_a' [ant] Property for kind is: 'FULL' [ant] [ant] Copying 1 file to C:\Temp\bar\buckminster.test.build_a\derived

END: Normal (Ant Builder) - buckminster.test.build_a

START: Normal (Ant Builder) - buckminster.test.build_b

[ant] Buildfile: C:\Temp\bar\buckminster.test.build_b\buckminster.ant [ant] [ant] full: [ant] Entrypoint: FULL [ant] [ant] build: [ant] [ant] Property for component is: 'buckminster.test.build_b' [ant] Property for kind is: 'FULL' [ant] [ant] Copying 1 file to C:\Temp\bar\buckminster.test.build_b\derived

END: Normal (Ant Builder) - buckminster.test.build_b

START: Normal (Ant Builder) - buckminster.test.build_c

[ant] Buildfile: C:\Temp\bar\buckminster.test.build_c\buckminster.ant [ant] [ant] full: [ant] Entrypoint: FULL [ant] [ant] build: [ant] [ant] Property for component is: 'buckminster.test.build_c' [ant] Property for kind is: 'FULL' [ant] [ant] Copying 1 file to C:\Temp\bar\buckminster.test.build_c\derived

END: Normal (Ant Builder) - buckminster.test.build_c

START: Normal (Ant Builder) - buckminster.test.build_d

[ant] Buildfile: C:\Temp\bar\buckminster.test.build_d\buckminster.ant [ant] [ant] full: [ant] Entrypoint: FULL [ant] [ant] build: [ant] [ant] Property for component is: 'buckminster.test.build_d' [ant] Property for kind is: 'FULL' [ant] [ant] Copying 1 file to C:\Temp\bar\buckminster.test.build_d\derived

END: Normal (Ant Builder) - buckminster.test.build_d

Query complete. </pre>

Back to the top