Software Build Tools Configuration File
A Software Build Tools configuration file contains a list of commands that can be run in sequence. This consolidation of commands into a single file eliminates the need to run the commands one at a time. You can save the configuration file with any name and run it at the command prompt as follows:
java -jar RBMWebServiceCore.jar -config <full path to the config file>
Use the following template to combine one or more Software Build Tools commands in a configuration file:
<services>
<service>
<>...</>
<>...</>
</service>
</services>
Refer to the Help topics on the Software Build Tools commands for the configuration file template specific to those commands.
Was this helpful?