Details on setting up DITA-FMx to communicate with the DITA Open Toolkit.
The Generate Output command lets you generate output through the DITA Open Toolkit. This command provides two main options: generate output from the current topic or map, or by using a specific Ant target. The setup required for these two options is described below.
DITA-FMx makes a call to the DITA Open Toolkit (DITA-OT) through a batch file named ~ant-build.cmd. This file is generated in the user’s DITA-FMx folder (use the Open DITA-FMx Folder command). In order for this batch file to work properly, the environment variables that define the location of Java and Ant (and possibly other utilities) must be properly defined.
The DITA-OT Directory and the DITA-OT Environment Setup File fields in the External Application Settings dialog must be specified to load the proper environment settings when the DITA-OT is run.
Setup varies depending on the version of the DITA-OT. OT 1.x requires some additional setup, but OT 2.x (and 3.x) are quite simple.
Complete the following steps to ensure that you are able to generate output through the Open Toolkit:
REM start "DITA-OT" cmd.exe
(OT 1.x only) If you make use of the Selected Target option with the Generate Output command, this environment setup file is used for those builds as well. If you want to specify an alternate environment setup file, you can add the “EnvironmentSetup” parameter to the associated "ANT:<targetname>" sections.
This should let you generate output through most of the default targets. In order to use the PDF target, some additional setup and installation may be required.
(OT 1.x only) You may need to start Frame from a shell in the OT directory, or add a "cd %DITA_DIR%" line to the ditafmx-startcmd.bat file. Alternatively, you may want to start FM from the DITA-OT directory. To do this just create a shortcut to FrameMaker.exe, and in the "Start In" field of the Shortcut tab, set this value to the path to your DITA-OT directory.
The Current File option of the Generate Output command lets you generate output from the current topic or map.
The information about the current file and project are passed to the build process through command line parameters. By default this provides support for 8 targets. If you want to add others, and add those targets to the BuildFile section of the ditafmx.ini file. The following is the default BuildFile section after completing the basic setup (assuming OT 2.5.4):
[BuildFile] EnvironmentSetup=C:\DITA\dita-ot-2.5.4\bin\dita.bat DitaDir=C:\DITA\dita-ot-2.5.4\ AntCommand=ant AntScript=ditafmx-ant.xml Count=8 1=xhtml 2=html5 3=pdf 4=htmlhelp 5=javahelp 6=eclipsehelp 7=tocjs 8=troff
Each of the numbered entries corresponds to target (transformation type) defined in the OT. If you want to add additional targets, install the necessary OT plugin to support additional targets, then add the corresponding target name to the BuildFile section (don’t forget to update the Count parameter).
As of DITA-FMx 2.0.07 three additional BuildFile parameters are available:
Pass additional parameters to the OT transformation.
Same as the OT2Params parameter, but only applies to the specified DITA-FMx build. If set, this value overrides the OT2Params value. For example, the parameter name could be: OT2Params-xhtml
Possible values are: Verbose (the default value, if not specified), Debug, or None (errors only).
If you need to use a different DITA-OT installation for a specific build target, add new entries for EnvironmentSetup-<target> and DitaDir-<target>. For example, if the “chm” target required the use of a specially set up DITA-OT installation, you might use the following:
[BuildFile] EnvironmentSetup=C:\DITA\dita-ot-2.5.4\bin\dita.bat DitaDir=C:\DITA\dita-ot-2.5.4\ EnvironmentSetup-chm=C:\DITA\dita-ot-2.1.1-special\bin\dita.bat DitaDir-chm=C:\DITA\dita-ot-2.1.1-special\ AntCommand=ant AntScript=ditafmx-ant.xml Count=9 1=xhtml 2=html5 3=pdf 4=chm 5=htmlhelp 6=javahelp 7=eclipsehelp 8=tocjs 9=troff
In order to take advantage of ditaval filtering, you must register or create ditaval files so they are known to DITA-FMx. The Ditaval Manager provides the means to add existing files, or create new files.
The Current File option of the Generate Output command lets you generate output from the current topic or map.
The information about the current file and project are passed to the Ant script through command line parameters. Initially this provides support for 11 targets. If you want to add others, modify the ditafmx-ant.xml file and add more targets to the BuildFile section of the ditafmx.ini file. The following is the default BuildFile section after completing the basic setup:
[BuildFile] EnvironmentSetup=C:\DITA\DITA-OT1.8.5\ditafmx-startcmd.bat DitaDir=C:\DITA\DITA-OT1.8.5\ AntCommand=ant AntScript=ditafmx-ant.xml Count=9 1=xhtml 2=chm 3=pdf 4=eclipsehelp 5=javahelp 6=docbook 7=eclipsecontent 8=troff 9=wordrtf
Each of the numbered entries corresponds to target defined in the ditafmx-ant.xml file. If you want to add additional targets, add it to the ditafmx-ant.xml file, then add the corresponding target name to the BuildFile section (don’t forget to update the Count parameter).
If you need to use a different DITA-OT installation for a specific build target, add new entries for EnvironmentSetup-<target> and DitaDir-<target>. For example, if the “chm” target required the use of a specially set up DITA-OT installation, you might use the following:
[BuildFile] AntCommand=ant EnvironmentSetup=C:\DITA\DITA-OT1.8.5\ditafmx-startcmd.bat DitaDir=C:\DITA\DITA-OT1.8.5\ EnvironmentSetup-chm=C:\DITA\DITA-OT1.8.5-MYCHM\ditafmx-startcmd.bat DitaDir-chm=C:\DITA\DITA-OT1.8.5-MYCHM\ AntScript=ditafmx-ant.xml Count=9 1=xhtml 2=chm 3=pdf 4=eclipsehelp 5=javahelp 6=docbook 7=eclipsecontent 8=troff 9=wordrtf
In order to take advantage of ditaval filtering, you must register or create ditaval files so they are known to DITA-FMx. The Ditaval Manager provides the means to add existing files, or create new files.
The following steps should get you up and running with the Selected Target option of the Generate Output command.
Copy the PROJECT.xml file to your DITA-OT directory and rename it something appropriate for your project.
Edit the <project>.xml file and set the properties indicated in the comments so they match your system and project.
Set up the ditafmx.ini file as follows:
Be sure that the LogFile parameter specifies a directory that exists before the Ant script is run, otherwise the build will fail.
The optional EnvironmentSetup parameter can be used to specify a batch file to run before running the Ant script in order to set up the environment. (If this is not added, the default setting in the BuildFile section will be used.)
In the examples below, swap “<PROJECT>” for the actual project name.
If the builds aren't working, try running the script from the command line: ant -f project.xml html
[AntBuild] Count=3 1=<PROJECT> - CHM 2=<PROJECT> - HTML 3=<PROJECT> - PDF [ANT:<PROJECT> - CHM] BuildFile=C:\DITA-OT1.5.4\<PROJECT>.xml EnvironmentSetup=C:\DITA-OT1.5.4\ditafmx-startcmd.bat Target=chm OutputDir=C:\Projects\<PROJECT>\out\chm Logfile=C:\Projects\<PROJECT>\ant-buildlog-chm.txt [ANT:<PROJECT> - HTML] BuildFile=C:\DITA-OT1.5.4\<PROJECT>.xml EnvironmentSetup=C:\DITA-OT1.5.4\ditafmx-startcmd.bat Target=html OutputDir=C:\Projects\<PROJECT>\out\html Logfile=C:\Projects\<PROJECT>\ant-buildlog-html.txt [ANT:<PROJECT> - PDF] BuildFile=C:\DITA-OT1.5.4\<PROJECT>.xml EnvironmentSetup=C:\DITA-OT1.5.4\ditafmx-startcmd.bat Target=pdf OutputDir=C:\Projects\<PROJECT>\out\pdf Logfile=C:\Projects\<PROJECT>\ant-buildlog-pdf.txt