List of Ant properties
- outgen.*: Global property
- outgen.job.*: Global property that is specific to a job
- job.*: Local property that is specific to a target
- *.dir: Property that contains the absolute path of a folder
- *.filename: Property that contains the absolute path and name of a file
- *.name: Property that contains the file name only (without the path)
- *.foldername: Property that contains the folder name only (without the parent path)
| Property | Description | 
|---|---|
| env | Special property to access the environment
									variables of the OS. For more information, see the Ant
									documentation:  Set by: Conductor file | 
| env.AXF_DIR | Location of the Antenna House Formatter engine. Example: Set by
 | 
| env.AXF_OPT | Location of the Antenna House Formatter settings
								file. Example:
									 Where [version] is replaced by the current release version number. Set by: 
 | 
| hostname | Machine name (or fully qualified domain name) of
								the machine that hosts the IXIA CCMS Output Generator. Example: Set by
 | 
| ot.catalog | RefID created by the conductor file to replace
									the  Example when defining the property: Example when using the property: Set by: Conductor file (outgen-init.xml). Should not be modified. | 
| outgen.data.dir | The  Value: Example:Where [version] is replaced by the current release version number. Set by: Conductor file (outgen-init.xml). Should not be modified. | 
| outgen.job.ant.home | Location of the Ant home. Value: Default value
									is: Example: Where [version] is replaced by the current release version number. Set by 
 | 
| outgen.job.ant.
									java.home | Location of the Java JRE. Value: Value of the  Example: Set by
 | 
| outgen.job.ant.
									java.memory | Maximum memory assigned to the JVM created by
								the job. Value:Default value is 512m.Example: Set by
 | 
| outgen.job.ant.opts | Additional JVM parameters set in the ant -f build.xmlcommand.Value: Default value
									is: Example: Set by
 | 
| outgen.job.ant.path | Absolute path to the ant.bat file and its dependencies. Value: Default value
									is: Example: Where [version] is replaced by the current release version number. Set by 
 | 
| outgen.job.build.
									filename | Absolute path and file name of the build.xml file for the DITA-OT
								transformation Value: Default value
									is: Example: Where [version] is replaced by the current release version number. Set by Transformation target, so that it can be different per transform | 
| outgen.job.build.
									log.filename(called  | Absolute path and name of the .build.html file that is returned in
								the %OutputGenDir%/temp
								directory after the execution of the transformation scenario. This
								file contains logs on the execution of the build scripts in HTML
								format. Value: Example:Where [version] is replaced by the current release version number. Set by: IXIA CCMS Output Generator process, from object selected. Cannot be overwritten. | 
| outgen.job.build.
									otlog.filename | Absolute path and name of the DITA OT .ot.log log file that is returned in
								the %OutputGenDir%/temp
								directory after the execution of the transformation scenario. This
								file contains the Open Toolkit logs. Value: Example:Where [version] is replaced by the current release version number. Set by: Transformation target, so that it can be different per transform | 
| outgen.job.build.
									template.filename | Absolute path and file name of the template used
								to create the build.xml file Value: Default value
									is: Example: Where [version] is replaced by the current release version number. Set by Transformation target, so that it can be different per transform | 
| outgen.job.clean.
									ot.temp | Specifies whether to delete the files in the
								temporary DITA OT directory when the build is completed. Values are yes(delete) andno(keep).Value: Default value is  Example: Set by
 | 
| outgen.job.clean.
									outputdir | Specifies whether to delete the files in the
								temporary DITA OT output directory (as defined by the DITA OT outputdirAnt property) when
								the build is completed. Values are yes (delete) and no (keep).Note that you also need to call the  Value: Default value is  Example: Set by
 | 
| outgen.job.custom.
									xep.config | Location of the RenderX XEP settings file. Example: Where [version] is replaced by the current release version number. Set by 
 | 
| outgen.job.custom.
									xep.memory | Maximum memory available for the JVM that runs the RenderX XEP engine to generate the PDF. By default, if you do not configure this parameter, 500 Mb is available for the transformation. Example: Set by
 | 
| outgen.job.default.
									pdf.formatter | Default PDF formatter. Value: Default value is  Example: Set by
 | 
| outgen.job.dir | Absolute path and name of the folder that
								contains the IXIA CCMS Output Generator job. Value: Example:Where [version] is replaced by the current release version number. Set by 
 | 
| outgen.job.ditaval.
									filename(called  | Absolute path and name of the Ditaval file used
								for filtering. This property is created only if a ditaval file was specified. Value: Example: Where [version] is replaced by the current release version number. Set by: IXIA CCMS Output Generator process, from object selected. Cannot be overwritten. | 
| outgen.job.docbase.
									name(called  | Name of the Content Store that stores the
								document to generate. Example: Set by:IXIA CCMS Output Generator process, from object selected. Cannot be overwritten. | 
| outgen.job.
									foldername(called  | ID of the output generation job; this ID is used to uniquely identify the job in the %OutputGenDir%/temp directory. Value: This is constructed by using the
										following: Example:Set by:IXIA CCMS Output Generator process, from object selected. Cannot be overwritten. | 
| outgen.job.hhc.dir | Location of the HTML Help Workshop program. Example: Set by
 | 
| outgen.job.keep.
									temp | Determines whether to run the clean target
									specified in the  cleanparameter of the preprocessor after the transformation process
									is completed and the zip file is returned to the user:
 Value: Default value is  Example: Set by
 | 
| outgen.job.keep.
									topicfo  | When set to "yes", returns the topic.fo file and the images in the zip
								file for troubleshooting. Note that you also need to call the ot_build_keep_topicfotarget.See Keep the topic.fo file for PDF outputs for more information. Value: Default value is  Example: Set by
 | 
| outgen.job.
									lastmodifier.email(called  | Email address of the person who last modified
								the document to generate. Example: Set by:IXIA CCMS Output Generator process, from object selected. Cannot be overwritten. | 
| outgen.job.
									lastmodifier.name(called  | User name of the person who last modified the
								document to generate. Example:Set by: IXIA CCMS Output Generator process, from object selected. Cannot be overwritten. | 
| outgen.job.ot. log.dir
								 | Absolute path and name of the directory where
								the DITA OT logs will be created. The actual location depends on the keep.log.filesparameter set
								in the preprocessor:
 Value: or(depending
									on the value ofkeep.log.files)Example: Where [version] is replaced by the current release version number. Set by 
 | 
| outgen.job.ot.
									temp.dir | Absolute path and directory of the DITA OT temp
								directory. Value: Example:Where [version] is replaced by the current release version number. Set by 
 | 
| outgen.job.
									output.dir(called  | Absolute path of the directory where the Output Generator stores the output of the transformation. Your transformation scenario must put the files
									to return to the user in this directory. By default, this value
									is used for the " Value: Example: Where [version] is replaced by the current release version number. Set by IXIA CCMS Output Generator process, from object selected. Cannot be overwritten. | 
| outgen.job.
									requester.email(called  | Email address of the person who requested the
								output generation. Example: Set by:IXIA CCMS Output Generator process, from object selected. Cannot be overwritten. | 
| outgen.job.
									requester.name(called  | User name of the person who requested the output
								generation. Example: Set by:IXIA CCMS Output Generator process, from object selected. Cannot be overwritten. | 
| outgen.job.
									source.collection(called  | TEXTML collection of the source document to
								output. This value is used to create the path structure of the input
								file. Example: Set by:IXIA CCMS Output Generator process, from object selected. Cannot be overwritten. | 
| outgen.job. source.dir
								 | Absolute path and name of the directory
								(collection) that contains the documents sent for output generation. Value: Example:Where [version] is replaced by the current release version number. Set by 
 | 
| outgen.job.
									source.filename | Absolute path and name of the source file to be
								transformed. Value: Example:Where [version] is replaced by the current release version number. Set by 
 | 
| outgen.job.
									source.objtype | Type of the source object. Example: Set by 
 | 
| outgen.job.
									source.name(called  | Filename of the document sent to the Output
								Generator. Example: Set by: IXIA CCMS Output Generator process, from object selected. Cannot be overwritten. | 
| outgen.job.source.
									name.noext(called  | Filename of the document sent to the Output
								Generator, without the extension. Example: Set by: IXIA CCMS Output Generator process, from object selected. Cannot be overwritten. | 
| outgen.job.
									textmlserver.name(called  | Name of the TEXTML Server that stores the
								document to generate. Example: Set by:IXIA CCMS Output Generator process, from object selected. Cannot be overwritten. | 
| outgen.job.userparam.*(for example,  | Value of any additional system parameter that you have defined in a preprocessor. See Add a new preprocessor for more information. Set by: IXIA CCMS Output Generator process, from the preprocessor file | 
| outgen.job.
									userparam.filename(called  | Absolute path and name of the file that contains
								the user parameters; see Access user parameters in your Ant conductor file
								for more information. This property is only created if there are user parameters. Value: Example:Where [version] is replaced by the current release version number. Set by: IXIA CCMS Output Generator process, from object selected. Cannot be overwritten. | 
| outgen.job.xep.dir
								 | Location of the RenderX XEP engine. Example: Set by
 | 
| outgen.os.family | Dynamic property that contains the value of the OS ("windows" or "linux"). Example: Set by:Conductor file (outgen-init.xml). Should not be modified. | 
| outgen.ot.dir(called  | Directory where the DITA-OT is located. Value: Example:Where [version] is replaced by the current release version number. Set by: Client conductor file (e.g., conductor-acme.xml). See Using another version of the Open Toolkit for more information. | 
| outgen.ot.version(called  | Version of the DITA-OT to use for the targets in the conductor file. Example: Set by:Client conductor file (e.g., conductor-acme.xml). See Using another version of the Open Toolkit for more information. | 
| outgen.ot.release.
									family(deprecated) | Family of the DITA-OT to use for the targets in
									the conductor file. Valid values are:  
 Example: Set by:Client conductor file (e.g., conductor-acme.xml). See Using another version of the Open Toolkit for more information. | 
| outgen.preprocessor.
									buildfile | Value of the  Example: Set by:IXIA CCMS Output Generator process, from the preprocessor file | 
| outgen.preprocessor.
									clean | Value of the  cleans up the %OutputGenDir%/temp directory after the job is executed. Example: Set by:IXIA CCMS Output Generator process, from the preprocessor file | 
| outgen.preprocessor.
									keep.log.files | Value of the  Example: Set by:IXIA CCMS Output Generator process, from the preprocessor file | 
| outgen.preprocessor.
									support.ditaval(if set by the preprocessor) | Value of the  Example: Set by:IXIA CCMS Output Generator process, from the preprocessor file | 
| outgen.preprocessor.
									target | Value of the  Example: Set by:IXIA CCMS Output Generator process, from the preprocessor file | 
| outgen.resources.dir | The  Value: Example:Where [version] is replaced by the current release version number. Set by: Conductor file (outgen-init.xml). Should not be modified. | 
| outgen.resources.dir.
									client | The  Value: Example:Where [version] is replaced by the current release version number. Set by: Conductor file (outgen-init.xml). Should not be modified. | 
| outgen.temp.dir(called  | Absolute path and name of the  Value: Example:Where [version] is replaced by the current release version number. Set by: Conductor file (outgen-init.xml). Should not be modified. |