Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

Once an XML file describing the tasks to be distributed has been created, the distributed build is initiated using the IBConsole.exe application, with the XML file as input.

For a comprehensive overview of the IBConsole.exe command line interface, see this section.

Using IBConsole.exe Usage with the XML Interface

The basic command line syntax for running a distributed XML job through the XML Interface is:

IBConsole.exe [/Build|/Rebuild/Clean] [Other Options]

Where:
  • /Build - incremental build
  • /Rebuild - full build
  • /Clean - deletes all task output files
  • Other Options - Refer to the IBConsole.exe section for more IBConsole.exe command line options.
  • No labels