Section | Description |
<ProcessConfig> | Beginning element of the process configuration file. |
<Processes> | Beginning element of the processes section. |
<Process> | Defines a single process with elements for the process name, process project name, and process file path. If you have more than one process to build and upload, you must create consecutive <Process> sections within the <Processes> section, one for each process. One <Process> section is included in the configuration file by default. Copy and paste if you need more than one. Important: Be sure to remove any unused sections before you run the utility. |
< Integration Server > | Defines the Integration Server with elements for name, host, port, user ID, password, and SSL use. If a process requires more than one Integration Server, you must create consecutive <Integration Server> sections within the <Process> section, one for each server. Two <Integration Server> sections are included in the configuration file by default. Copy and paste if you need more. Important: Be sure to remove any unused <Integration Server> sections before you run the utility. |
<logDir> | Log directory file path. Generated build reports are placed here. File names are appended with a time stamp in the format yyyyMMddHHmmss (for example, 20090503041804 would be 4:18 AM and 4 seconds on May 3, 2009). |