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 "Sample headless configuration (Buckminster)"

 
(Following these instructions verbatim will lead to a corrupt installation (as stated here http://www.eclipse.org/forums/index.php/mv/msg/205126/656684/#msg_656684))
 
(19 intermediate revisions by 6 users not shown)
Line 13: Line 13:
 
Using <tt>listsite</tt> is very simple - just provide it with a path or URL and it will list any features it finds there. Sample:
 
Using <tt>listsite</tt> is very simple - just provide it with a path or URL and it will list any features it finds there. Sample:
 
<pre>
 
<pre>
buckminster listsite http://download.eclipse.org/technology/buckminster/updates
+
buckminster listsite http://download.eclipse.org/tools/buckminster/headless-3.6/
  
Searching
 
Searching http://download.eclipse.org/technology/buckminster/updates...
 
|**********************************************************************|
 
 
Features:
 
Features:
   org.eclipse.buckminster.ant.feature_1.0.0.v20060601 (Buckminster - Ant support)
+
   org.eclipse.buckminster.core.headless.feature (%featureName)
   org.eclipse.buckminster.ant.ui.feature_1.0.0.v20060601 (Buckminster - Ant support (UI))
+
   org.eclipse.buckminster.core.headless.source.feature (%featureName)
   org.eclipse.buckminster.cvs.feature_1.0.0.v20060601 (Buckminster - CVS support)
+
   org.eclipse.buckminster.cvs.headless.feature (%featureName)
   org.eclipse.buckminster.feature_1.0.0.v20060601 (Buckminster)
+
   org.eclipse.buckminster.cvs.headless.source.feature (%featureName)
   org.eclipse.buckminster.headless.cvs.feature_1.0.0.v20060601 (Buckminster - Headless CVS support)
+
   org.eclipse.buckminster.emma.headless.feature (%featureName)
   org.eclipse.buckminster.headless.feature_1.0.0.v20060601 (Buckminster Headless)
+
   org.eclipse.buckminster.emma.headless.source.feature (%featureName)
   org.eclipse.buckminster.headless.jdt.feature_1.0.0.v20060601 (Buckminster - Headless JDT support)
+
   org.eclipse.buckminster.git.headless.feature (%featureName)
   org.eclipse.buckminster.headless.p4.feature_1.0.0.v20060601 (Buckminster - Headless p4 support)
+
   org.eclipse.buckminster.git.headless.source.feature (%featureName)
   org.eclipse.buckminster.headless.pde.feature_1.0.0.v20060601 (Buckminster - Headless PDE support)
+
   org.eclipse.buckminster.maven.headless.feature (%featureName)
   org.eclipse.buckminster.headless.svn.feature_1.0.0.v20060601 (Buckminster - Headless SVN support)
+
   org.eclipse.buckminster.maven.headless.source.feature (%featureName)
   org.eclipse.buckminster.jdt.feature_1.0.0.v20060601 (Buckminster - JDT support)
+
   org.eclipse.buckminster.pde.headless.feature (%featureName)
   org.eclipse.buckminster.maven.feature_1.0.0.v20060601 (Buckminster - Maven support)
+
   org.eclipse.buckminster.pde.headless.source.feature (%featureName)
   org.eclipse.buckminster.p4.feature_1.0.0.v20060601 (Buckminster - Perforce support)
+
   org.eclipse.buckminster.product (Buckminster Product)
   org.eclipse.buckminster.p4.ui.feature_1.0.0.v20060601 (Buckminster - Perforce support (UI))
+
  org.eclipse.buckminster.product.source (Source for Buckminster Product)
   org.eclipse.buckminster.pde.feature_1.0.0.v20060601 (Buckminster - PDE support)
+
   org.eclipse.buckminster.psf.feature (%featureName)
   org.eclipse.buckminster.svn.feature_1.0.0.v20060601 (Buckminster - Subversion support)
+
   org.eclipse.buckminster.psf.source.feature (%featureName)
   org.eclipse.buckminster.ui.feature_1.0.0.v20060601 (Buckminster (UI))
+
   org.eclipse.equinox.p2.director.feature (%featureName)
 +
   org.eclipse.equinox.p2.director.source.feature (%featureName)
 
</pre>
 
</pre>
  
Line 41: Line 39:
 
<pre>
 
<pre>
 
buckminster.exe listsite C:\buckminster
 
buckminster.exe listsite C:\buckminster
Searching file:/C:/buckminster/...
 
|**********************************************************************|
 
 
Features:
 
Features:
  org.eclipse.buckminster.headless.feature_1.0.0.v20060601 (Buckminster Headless)
+
    org.eclipse.buckminster.product_0.1.0.v20070413-r32x (Buckminster Product (Incubation))
  org.eclipse.buckminster.headless.platform.feature_1.0.0.v20060601 (Headless Platform)
+
  org.eclipse.buckminster.product_1.0.0.v20060601 (Buckminster Product)
+
 
</pre>
 
</pre>
 
In fact, if listsite is given without arguments, it will list the local site, i.e. the product itself:
 
In fact, if listsite is given without arguments, it will list the local site, i.e. the product itself:
 
<pre>
 
<pre>
 
buckminster listsite
 
buckminster listsite
Searching local site...
 
|**********************************************************************|
 
 
Features:
 
Features:
  org.eclipse.buckminster.headless.feature_1.0.0.v20060601 (Buckminster Headless)
+
    org.eclipse.buckminster.product_0.1.0.v20070413-r32x (Buckminster Product (Incubation))
  org.eclipse.buckminster.headless.platform.feature_1.0.0.v20060601 (Headless Platform)
+
  org.eclipse.buckminster.product_1.0.0.v20060601 (Buckminster Product)
+
 
</pre>
 
</pre>
  
Line 65: Line 55:
 
First off, we need to install the Buckminster core feature:
 
First off, we need to install the Buckminster core feature:
 
<pre>
 
<pre>
buckminster install http://download.eclipse.org/technology/buckminster/updates org.eclipse.buckminster.feature
+
buckminster install http://download.eclipse.org/tools/buckminster/headless-3.6/ org.eclipse.buckminster.core.headless.feature
 
+
Searching for org.eclipse.buckminster.feature_0.0.0 in http://download.eclipse.org/technology/buckminster/updates...
+
|**********************************************************************|
+
Installing org.eclipse.buckminster.feature_1.0.0.v20060601...
+
<outputs details of downloaded and installed plugin and feature files...>
+
|**********************************************************************|
+
 
</pre>
 
</pre>
  
Line 77: Line 61:
 
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>
 
<pre>
buckminster install http://download.eclipse.org/technology/buckminster/updates org.eclipse.buckminster.headless.cvs.feature
+
buckminster install http://download.eclipse.org/tools/buckminster/headless-3.6/ org.eclipse.buckminster.cvs.headless.feature
  
Searching for org.eclipse.buckminster.headless.cvs.feature_0.0.0 in http://download.eclipse.org/technology/buckminster/updates...
+
buckminster install http://download.eclipse.org/tools/buckminster/headless-3.6/ org.eclipse.buckminster.maven.headless.feature
|**********************************************************************|
+
Installing org.eclipse.buckminster.headless.cvs.feature_1.0.0.v20060601...
+
<outputs details of downloaded and installed plugin and feature files...>
+
|**********************************************************************|
+
 
+
buckminster install http://download.eclipse.org/technology/buckminster/updates org.eclipse.buckminster.maven.feature
+
 
+
Searching for org.eclipse.buckminster.maven.feature_0.0.0 in http://download.eclipse.org/technology/buckminster/updates...
+
|**********************************************************************|
+
Installing org.eclipse.buckminster.maven.feature_1.0.0.v20060601...
+
<outputs details of downloaded and installed plugin and feature files...>
+
|**********************************************************************|
+
 
+
buckminster install http://download.eclipse.org/technology/buckminster/updates org.eclipse.buckminster.ant.feature
+
 
+
Searching for org.eclipse.buckminster.ant.feature_0.0.0 in http://download.eclipse.org/technology/buckminster/updates...
+
|**********************************************************************|
+
Installing org.eclipse.buckminster.ant.feature_1.0.0.v20060601...
+
<outputs details of downloaded and installed plugin and feature files...>
+
|**********************************************************************|
+
 
</pre>
 
</pre>
  
 
At this point we have a functional setup but there are a couple of other features that deserves a mention:
 
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.jdt.feature</tt>
+
* <tt>org.eclipse.buckminster.pde.headless.feature</tt>
*:This feature will enable the Eclipse platform JDT functionality. It is needed when you work with Java projects.
+
*: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.headless.pde.feature</tt>
+
* <tt>org.eclipse.buckminster.subversive.headless.feature</tt>
*:This feature will enable the Eclipse platform PDE functionality. You will need it when you work with plugin and feature projects. This feature includes the <tt>org.eclipse.buckminster.headless.jdt.feature</tt>.
+
*:Provides the Subversion repository provider using the subversive interface. This feature includes third party plugins which can not be hosted on the eclipse site, so you must install from the http://download.cloudsmith.com/buckminster/external-3.6 updatesite (http://download.cloudsmith.com/buckminster/archivedsites/). You must install either org.eclipse.buckminster.subversive.headless.feature or org.eclipse.buckminster.subclipse.headless.feature to support buckminster's integration with subversion, but not both. This feature contains the subversive team provider and does not require a separate subversive installation!
* <tt>org.eclipse.buckminster.headless.svn.feature</tt>
+
* <tt>org.eclipse.buckminster.subclipse.headless.feature</tt>
*:Provides the Subversion repository provider.
+
*:Provides the Subversion repository provider using the subclipse interface. This feature includes third party plugins which can not be hosted on the eclipse site, so you must install from the http://download.cloudsmith.com/buckminster/external-3.6 updatesite (http://download.cloudsmith.com/buckminster/archivedsites/). You must install either org.eclipse.buckminster.subversive.headless.feature or org.eclipse.buckminster.subclipse.headless.feature to support buckminster's integration with subversion, but not both. This feature contains the subclipse team provider and does not require a separate subclipse installation!
* <tt>org.eclipse.buckminster.headless.p4.feature</tt>
+
* <tt>org.eclipse.buckminster.p4.headless.feature</tt>
 
*:Provides the Perforce repository provider.
 
*:Provides the Perforce repository provider.
  
  
 
Let's try loading a workspace with some very simple test components:
 
Let's try loading a workspace with some very simple test components:
<pre>
 
buckminster.exe -W \temp\bar getcfg http://www.eclipse.org/buckminster/samples/queries/build_a.cquery
 
Using workspace at file:/C:/temp/bar/...
 
Running query...
 
=== START: Assembly (Ant Builder) - buckminster.test.build_a ===.......|  50.0%
 
Buildfile: C:\temp\bar\buckminster.test.build_a\assembly_buckminster.ant
 
  
assembly:
 
Entrypoint: ASSEMBLY***************|...................................|  50.0%
 
Created dir: C:\temp\bar\buckminster.test.build_a\assembled
 
 
BUILD SUCCESSFUL
 
Total time: 0 seconds
 
=== END: Assembly (Ant Builder) - buckminster.test.build_a ===
 
Query complete.********************************************************| 100.0%
 
|**********************************************************************| 100.0%
 
</pre>
 
 
Now build it:
 
 
<pre>
 
<pre>
C:\...est\buckminster>buckminster.exe -W \temp\bar build --clean
+
buckminster -data /temp/bar resolve http://www.eclipse.org/buckminster/samples/queries/build_a.cquery
Building projects
+
Using workspace at file:/C:/Temp/bar/...
=== START: Normal (Ant Builder) - buckminster.test.build_d ===.........|  0.0%
+
[start buckminster.test.build_a#buckminster.prebind]
Buildfile: C:\temp\bar\buckminster.test.build_d\buckminster.ant
+
[ant] Buildfile: C:\Temp\bar\buckminster.test.build_a\assembly_buckminster.ant
 
+
[ant]
clean:
+
[ant] assembly:
Entrypoint: CLEAN
+
[ant] Entrypoint: ASSEMBLY
 
+
[ant] Created dir: C:\Temp\bar\buckminster.test.build_a\assembled
BUILD SUCCESSFUL
+
[end buckminster.test.build_a#buckminster.prebind]
Total time: 0 seconds
+
=== START: Normal (Ant Builder) - buckminster.test.build_a ===
=== END: Normal (Ant Builder) - buckminster.test.build_d ===
+
[ant] Buildfile: C:\Temp\bar\buckminster.test.build_a\normal_buckminster.ant
=== START: Normal (Ant Builder) - buckminster.test.build_c ===.........|  12.5%
+
[ant]
Buildfile: C:\temp\bar\buckminster.test.build_c\buckminster.ant
+
[ant] full:
 
+
[ant] Entrypoint: FULL
clean:
+
[ant]
Entrypoint: CLEAN
+
[ant] build:
 
+
[ant]
BUILD SUCCESSFUL
+
[ant] Property for component is: 'buckminster.test.build_a'
Total time: 0 seconds
+
[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 ===
 
=== END: Normal (Ant Builder) - buckminster.test.build_c ===
=== START: Normal (Ant Builder) - buckminster.test.build_b ===.........|  25.0%
+
=== START: Normal (Ant Builder) - buckminster.test.build_d ===
Buildfile: C:\temp\bar\buckminster.test.build_b\buckminster.ant
+
[ant] Buildfile: C:\Temp\bar\buckminster.test.build_d\buckminster.ant
 
+
[ant]
clean:
+
[ant] full:
Entrypoint: CLEAN
+
[ant] Entrypoint: FULL
 
+
[ant]
BUILD SUCCESSFUL
+
[ant] build:
Total time: 0 seconds
+
[ant]
=== END: Normal (Ant Builder) - buckminster.test.build_b ===
+
[ant] Property for component is: 'buckminster.test.build_d'
=== START: Normal (Ant Builder) - buckminster.test.build_a ===.........|  43.8%
+
[ant] Property for kind is: 'FULL'
Buildfile: C:\temp\bar\buckminster.test.build_a\normal_buckminster.ant
+
[ant]
 
+
[ant] Copying 1 file to C:\Temp\bar\buckminster.test.build_d\derived
clean:
+
Entrypoint: CLEAN
+
 
+
BUILD SUCCESSFUL
+
Total time: 0 seconds
+
=== END: Normal (Ant Builder) - buckminster.test.build_a ===
+
=== START: Normal (Ant Builder) - buckminster.test.build_d ===.........|  50.0%
+
Buildfile: C:\temp\bar\buckminster.test.build_d\buckminster.ant
+
 
+
full:
+
Entrypoint: FULL
+
 
+
build:
+
 
+
Property for component is: 'buckminster.test.build_d'
+
Property for kind is: 'FULL'
+
 
+
Copying 1 file to C:\temp\bar\buckminster.test.build_d\derived
+
 
+
BUILD SUCCESSFUL
+
Total time: 0 seconds
+
 
=== END: Normal (Ant Builder) - buckminster.test.build_d ===
 
=== END: Normal (Ant Builder) - buckminster.test.build_d ===
=== START: Normal (Ant Builder) - buckminster.test.build_c ===.........|  62.5%
+
Query complete.
Buildfile: C:\temp\bar\buckminster.test.build_c\buckminster.ant
+
</pre>
  
full:
 
Entrypoint: FULL
 
 
build:
 
 
Property for component is: 'buckminster.test.build_c'
 
Property for kind is: 'FULL'
 
 
Copying 1 file to C:\temp\bar\buckminster.test.build_c\derived
 
 
BUILD SUCCESSFUL
 
Total time: 0 seconds
 
=== END: Normal (Ant Builder) - buckminster.test.build_c ===
 
=== START: Normal (Ant Builder) - buckminster.test.build_b ===.........|  75.0%
 
Buildfile: C:\temp\bar\buckminster.test.build_b\buckminster.ant
 
 
full:
 
Entrypoint: FULL
 
 
build:
 
 
Property for component is: 'buckminster.test.build_b'
 
Property for kind is: 'FULL'
 
 
Copying 1 file to C:\temp\bar\buckminster.test.build_b\derived
 
 
BUILD SUCCESSFUL
 
Total time: 0 seconds
 
=== END: Normal (Ant Builder) - buckminster.test.build_b ===
 
=== START: Normal (Ant Builder) - buckminster.test.build_a ===.........|  87.5%
 
Buildfile: C:\temp\bar\buckminster.test.build_a\normal_buckminster.ant
 
 
full:
 
Entrypoint: FULL
 
 
build:
 
 
Property for component is: 'buckminster.test.build_a'
 
Property for kind is: 'FULL'
 
 
Copying 1 file to C:\temp\bar\buckminster.test.build_a\derived
 
 
BUILD SUCCESSFUL
 
Total time: 0 seconds
 
=== END: Normal (Ant Builder) - buckminster.test.build_a ===
 
|**********************************************************************| 100.0%
 
</pre>
 
 
[[Category:Buckminster]]
 
[[Category:Buckminster]]
 
[[Category:Buckminster Headless]]
 
[[Category:Buckminster Headless]]
[[Category:Buckminster Examples]]
+
[[Category:Buckminster Tutorials]]

Latest revision as of 08:47, 29 June 2011

< 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/tools/buckminster/headless-3.6/

Features:
  org.eclipse.buckminster.core.headless.feature (%featureName)
  org.eclipse.buckminster.core.headless.source.feature (%featureName)
  org.eclipse.buckminster.cvs.headless.feature (%featureName)
  org.eclipse.buckminster.cvs.headless.source.feature (%featureName)
  org.eclipse.buckminster.emma.headless.feature (%featureName)
  org.eclipse.buckminster.emma.headless.source.feature (%featureName)
  org.eclipse.buckminster.git.headless.feature (%featureName)
  org.eclipse.buckminster.git.headless.source.feature (%featureName)
  org.eclipse.buckminster.maven.headless.feature (%featureName)
  org.eclipse.buckminster.maven.headless.source.feature (%featureName)
  org.eclipse.buckminster.pde.headless.feature (%featureName)
  org.eclipse.buckminster.pde.headless.source.feature (%featureName)
  org.eclipse.buckminster.product (Buckminster Product)
  org.eclipse.buckminster.product.source (Source for Buckminster Product)
  org.eclipse.buckminster.psf.feature (%featureName)
  org.eclipse.buckminster.psf.source.feature (%featureName)
  org.eclipse.equinox.p2.director.feature (%featureName)
  org.eclipse.equinox.p2.director.source.feature (%featureName)

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/tools/buckminster/headless-3.6/ 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 install http://download.eclipse.org/tools/buckminster/headless-3.6/ org.eclipse.buckminster.cvs.headless.feature

buckminster install http://download.eclipse.org/tools/buckminster/headless-3.6/ org.eclipse.buckminster.maven.headless.feature

At this point we have a functional setup but there are a couple of other features that deserves a mention:

  • org.eclipse.buckminster.pde.headless.feature
    This feature will enable the Eclipse platform Java and PDE functionality. You will need it when you work with plugin and feature projects.
  • org.eclipse.buckminster.subversive.headless.feature
    Provides the Subversion repository provider using the subversive interface. This feature includes third party plugins which can not be hosted on the eclipse site, so you must install from the http://download.cloudsmith.com/buckminster/external-3.6 updatesite (http://download.cloudsmith.com/buckminster/archivedsites/). You must install either org.eclipse.buckminster.subversive.headless.feature or org.eclipse.buckminster.subclipse.headless.feature to support buckminster's integration with subversion, but not both. This feature contains the subversive team provider and does not require a separate subversive installation!
  • org.eclipse.buckminster.subclipse.headless.feature
    Provides the Subversion repository provider using the subclipse interface. This feature includes third party plugins which can not be hosted on the eclipse site, so you must install from the http://download.cloudsmith.com/buckminster/external-3.6 updatesite (http://download.cloudsmith.com/buckminster/archivedsites/). You must install either org.eclipse.buckminster.subversive.headless.feature or org.eclipse.buckminster.subclipse.headless.feature to support buckminster's integration with subversion, but not both. This feature contains the subclipse team provider and does not require a separate subclipse installation!
  • org.eclipse.buckminster.p4.headless.feature
    Provides the Perforce repository provider.


Let's try loading a workspace with some very simple test components:

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.

Back to the top