Conductor or build files
The IXIA CCMS Output Generator build files, also called the conductor files, contain the Apache Ant targets that direct the final output processing.
A conductor file is a standard Ant build file that contains one project and at least one target.
IXIA CCMS provides targets for the main transformation scenarios as well as many utility targets to help you create your own transformation scenarios. They are stored in the conductor files located in the %OutputGenDir%/data directory.
Conductor file |
Function |
---|---|
conductor-ot.xml |
Main conductor file for default DITA-OT transformation scenarios visible to end users Note: Targets in this file can be used with
DITA-OT 2.x and 3.x. Do not modify this
file.
|
conductor-ot-1x.xml |
Legacy conductor file provides the targets for the main transformation scenarios that are visible to end users Important: Do not modify this file,
sinc it is based on the DITA Open Toolkit1.x conductor
file. Targets in this file are for use only with DITA-OT 1.x.
|
conductor-ixia.xml |
Provides the targets for the system transformation scenarios, such as review PDFs Important: Do not modify this
file.
|
conductor-ixia-cr.xml |
Provides the targets for the collaborative review system transformation scenario Important: Do not modify this
file.
|
conductor-bmanifest.xml |
Provides the targets for the Build Manifest transformation scenarios Important: Do not modify this
file.
|
conductor-client.xml.orig |
Creates the conductor file that contains the targets for your transformation scenarios after you rename the file with your company name, such as conductor-acme.xml or conductor-client.xml, and create your targets in this file Note: You can create as many conductor files as
you need. Conductor files must be stored directly in the
%OutputGenDir%/data directory.
|