CCMS Output Generator temporary files

When CCMS Output Generator extracts the files to transform from TEXTML Server and stores them in a temporary folder.

The temporary folder also contains the output of the transformation job and the transformation logs.

Each job output is stored in the %OutputGenDir%/temp/%ID% folder, where %ID% is a unique job number, such as:
C:\ixiasoft\OutputGenerators\Prod\temp\Dita2Pdf.mtest.112.1418315370904

The directory contains the following files and directories:

Table 1. Temporary directory structure
File or directory Description
<file_id>.build.html This file contains build script logs.
<file_id>.properties This file contains the user parameters entered in the Generate Output dialog. The parameters are provided as key-value pairs, such as:
#
#Thu Sep 05 14:18:14 EDT 2013
date=2013-18-05
doc.id=ACME-19234
draft.comment=no
classification=Public
 
You can access such properties in your script by using the load_properties target. See Access user parameters in your Ant conductor file.
/content This directory contains the source files extracted from TEXTML Server. The information provided depends on the type of object:
Maps and topics
  • <id>.ditamap/<id>.xml: XML content of the DITA map or topic
  • <id>.customproperties: IXIA CCMS metadata, such as document status and release details. You can use this information to identify the cover page to display, based on document status.
  • <id>.properties: TEXTML Server properties, such as creation date and last modification date.
  • <id>.indexedcontent: Resolved DITA content of the DITA map or topic with namespace and class attributes resolution.
Images
  • <id>.zip: Contains all the resolutions available for the image.
  • <id>.image: Default image resolution.
  • <id>.customproperties: CCMS metadata, such as document status and release details.
  • <id>.properties: TEXTML Server properties, such as creation date and last modification date.
  • <id>.indexedcontent: Information about each image in the image package, such as the format, mime-type, width, height, and default format.
Snapshots If the user generated a snapshot, the snapshot file is stored in the Authoring directory:
\snapshots\authoring
/out
  • Contains the output of the transformation scenario, such as my_user_guide.pdf and any additional DITA Open Toolkit Customization and Configuration directories. You can remove these additional files using the clean_ot_output target.

  • Contains the <file_id>.ot.log file that stores the Open Toolkit logs.

/temp Contains temporary files created by DITA Open Toolkit.