basedir |
The path of the working directory for transformations,
it will be the base of relative paths specified by other parameters.
Note:
- If input is relative, it will be set relative to the current directory.
- In Ant scripts, the default is that specified in the Ant buildfile.
- In Java command line, the default is current directory.
|
No |
dita.dir |
The absolute path of the toolkit's home directory.
|
No |
args.input |
The path and name of the input file.
This argument should be in the same upper or lower case
with the filename on file system.
|
No |
dita.input |
The name of the input file .
|
No |
dita.input.dirname |
The input directory which
contains the input file.
|
No |
dita.temp.dir |
The directory of the temporary files.
The default is 'temp'.
|
No |
output.dir |
The path of the output directory.
|
Yes |
dita.extname |
The file extension name of the input
topic files, for example, '.xml' or '.dita'. The
default is '.xml'.
|
No |
args.xsl |
The xsl file to replace the default xsl
file. It will replace dita2docbook.xsl in docbook
transformation, dita2fo-shell.xsl in pdf
transformation, dita2xhtml.xsl in xhtml/eclipsehelp
transformation, dita2rtfImpl.xsl
in word transformation and dita2html.xsl in javahelp/htmlhelp
transformation.
|
No |
dita.input.valfile |
The name of the file containing
filter/flagging/revision information.
|
No |
args.draft |
Default "hide draft & required-cleanup
content" processing parameter ("no"= hide
them); "no" and "yes" are valid values;
non-"yes" is ignored.
|
No |
args.artlbl |
Default "output artwork
filenames" processing parameter; "no"and
"yes"are valid values; non-"yes" is
ignored.
|
No |
clean.temp |
The parameter to specify whether to clean
the temp directory before each build. Only "no" and "yes"
are valid values. The default is yes.
|
No |
args.logdir |
The directory used to keep generated
log files. Default will be output directory.
Note: If several transforms running
batchly, e.g., ant all:
- If the user has specified a common logdir for all
transformations, it will be used as log directory.
- If the user hasn't specified a common dir for all
transformations:
- If all transformations have same output directory,
the common output direcory will be used as log
directory.
- If there is no same output directory for all
transformations, the basedir will be used as
default log directory.
|
No |
validate |
The parameter to specify whether the ditamap/dita/xml
files to be validated. Only "true" and "false" are valid values. The default is true.
Note: It is not recommended to turn off the validation function ,
which will cause unexpected error during transformation.
|
No |
outer.control |
The parameter to specify how to respond to the overflowing dita/topic files. Only "fail", "warn" and "quiet" are valid values. The default is warn.
Note: The detailed introduction:
- fail: Fail quickly if files are going to be generated/copied outside of that directory
- warn: Complete if files will be generated/copied outside, but log a warning
- quiet: Quietly finish with only those files (no warning or error)
|
No |
generate.copy.outer |
The parameter to specify how to deal with the overflowing dita/topic files. Only "1", "2" and "3" are valid values. The default is 1.
Note: The detailed introduction:
- 1: Only generate/copy files that fit within the designated output directory.
- 2: Generate/copy all files, even those that will end up outside of the output directory.
- 3: the old solution,adjust the input.dir according to the referenced files. (not default option any more but keep this as the option of backward compatibility).
|
No |
onlytopic.in.map |
The parameter to specify whether the referenced dita/topic files which are not referenced by ditamap files should be resolved. Only "true" and "false" are valid values. The default is false.
|
No |