update-ot-build-file
Updates the DITA-OT build.xml file to set parameters.
Syntax
<update-ot-build-file buildfile="build_filename">
   <param name="para_name" value="value"/>
</create-ot-build-file>Parameters
| Attribute | Description | Type | Required | 
|---|---|---|---|
| buildfile | Full path and name of the build file to update. | String | Yes | 
| One or more <param>elements | List of DITA-OT parameters that will be set in the build file. | String | Yes | 
Example
<update-ot-build-file buildfile="${outgen.job.build.filename}">
   <param name="transtype" value="map-review-pdf"/>
   <param name="args.rellinks" value="none"/>
   <param name="args.draft" value="no"/>
   <param name="args.filter" value="${job.ditaval.filename}"/>
</update-ot-build-file>