Run an OT transformation outside of the Output Generator
The Output Generator lets you re-run an OT transformation without having to retrieve the content from the Content Store and run the conductor file again.
This can be very useful for troubleshooting your DITA-OT transformation. For example, if you are customizing the stylesheets of a DITA-OT plugin, you can test your changes by running the DITA-OT transformation offline. Instead of regenerating the output from the IXIASOFT CCMS Desktop Generate Output dialog box, which can be time-consuming, you can re-run the DITA-OT transformation directly.
This works as follows:
- You run the Output Generator with the property
outgen.job.keep.temp="yes"
. This ensures that a copy of the retrieved content will be kept locally. - You run your DITA-OT transformation once using the CCMS Desktop Generate Output
dialog box. This stores all the files in the job directory. Since the
outgen.job.keep.temp
property is set to yes, the files are not deleted at the end of the job and you have a copy of all the files that you need to re-run the DITA-OT transformation. - You run your DITA-OT transformation from outside of the Output Generator.