Integration with Other Applications > Integrated Software Management > PTC Windchill Integration for Software Build Tools Developer's Guide > Using the Windchill Integration for Software Build Tools Commands > CreateSWBuild
  
CreateSWBuild
The CreateSWBuild command creates a software build object in the specified container. If the specified software build object exists, its version is iterated.
Command-Line Syntax
java —jar RBMWebServiceCore.jar —ServiceName CreateSWBuild —ContainerType —ContainerName —ObjectName [—Location]
Argument
Description
—ContainerType
One of LIBRARY, PRODUCT, or a PROJECT.
—ContainerName
Name of the container.
—ObjectName
Name of the object.
—Location
A location in the specified container.
Configuration File Template
<service>
<ServiceName>CreateSWBuild</ServiceName>
<ContainerType>...</ContainerType>
<ContainerName>...</ContainerName>
<ObjectName>...</ObjectName>
<Location>...</Location>
</service>
Example
To create a software build object at the default location of a container, type:
java —jar RBMWebServiceCore.jar —ServiceName CreateSWBuild —ContainerType PRODUCT —ContainerName GOLF_CART —ObjectName TestSWBld2