BuildTypes.xml

19 Feb 2004 02:11

 
 

Purpose

The BuildTypes.xml file is located on the web server in the root where there Build Robot ASP files are located.  This file contains a high-level "catalog" of the packaged build files.  For example, you can have two categories:  Nightly and QA builds.

Sample

The following XML document produces the output that appears at the bottom of the page.

<Build-Types-Doc>
  <Title>Build Types</Title>
  <BuildType>
      <Name>Debug Development</Name>
      <Path>nightly</Path>
      <Description>Debug Builds</Description>
   </BuildType>
   <BuildType>
      <Name>QA</Name>
      <Path>qa</Path>
      <Description>Builds For QA Test</Description>
   </BuildType>
</Build-Types-Doc>

Build Types

Name Description
Debug Development Debug Builds
QA Builds For QA Test