- IBConsole is intended for use in the Dev Tools package. In order to accelerate Visual Studio or other build tools that are part of the Make and Build Tools solution, you are required to use the BuildConsole command line interface.
Syntax
The basic command line syntax for running a job through the Automatic Interception Interface is: IBConsole.exe/command="<TOOL COMMAND>" /profile="<PROFILE XML>" [Other Options]
*Other Options: Refer to the IBConsole Command Line Options section for the complete list of IBConsole command line options.
Notes:
- IBConsole (formerly known as xgConsole) is only intended for users who want to use Incredibuild interfaces for Dev tools purposes. If your purpose is to use Incredibuild interfaces for further extending Visual Studio or Make and Build tools, you should not use IBConsole, but use the method that is used to execute Visual Studio or the Make and Build tools.
- The xgConsole command is still supported, and therefore it is also possible to work in xgConsole.
Usage
The following syntax is used to operate IBConsole.exe: IBConsole.exe/COMMAND="<job command line>" [options]
OR
IBConsole.exe <Target> [Options]
Where:
- /COMMAND can specify any command line, for use in conjunction with the Submission Interface or Automatic Interception Interface.
- <Target> can specify one of the following: - A path to an .xml/.xpx file defining the distributed Job (for use in conjunction with the XML Interface) - A path to a .bat file (for use in conjunction with the Submission Interface or Automatic Interception Interface)
- If when running IBConsole you get the error message: “‘IBConsole’ is not recognized as an internal or external command, operable program or batch file.”, do one of the following:- Manually add the Incredibuild installation folder to your system path.- Rerun the Incredibuild setup application on your machine with the “Add Incredibuild folder to the system path” option selected.