The resource collector provides a complete list of buildable files for the build. It is included in the generated.xml build script for an Enterprise Extensions Dependency Build.

Attributes

The type supports Build Extensions Debugging Attributes and Build Extensions General Attributes, as well as, its own type specific attributes. Click on a link for more information on the common attributes.

The following table describes the type specific attributes for the type:

Task Specific Attributes
Attribute Description Required
buildableList Specifies the path to the buildableFiles.xml data for the build. Yes
id A reference ID for the resource collector. This value is used later in the build to access the resource collection that is built by calling this service. Yes

Notes

Examples

Collect all buildable files for a build:

<antz:buildableset
    buildableList="${team.enterprise.scm.fetchDestination}/buildableFiles.xml"
    id="buildableFileSet"/>