The Options tab allows you to specify the following options:
- Working directory - The path of the current directory of the Ant
external process. An editor variable can be inserted for the file path by using the
Insert Editor
Variables button.
- Build file - The Ant script file that is the input of the Ant
external process. An editor variable can be inserted for the file path by using the
Insert Editor
Variables button.
- Build target - Optionally, you can specify a build target for the
Ant script file. If no target is specified, the Ant target that is specified as the default
in the Ant script file is used.
- Additional arguments - You can specify
additional command-line arguments to be passed to the ANT transformation (such as
-verbose).
- Ant Home - You can choose between the default or
custom ANT installation to run the transformation. The
default path can be configured in the Ant preferences page.
- Java Home - You can choose between the default or
custom Java installation to run the transformation. The default path is the Java
installation that is used by Oxygen XML Editor.
- JVM Arguments - This parameter allows you to set
specific parameters for the Java Virtual Machine used by ANT. For example, if it is set to
-Xmx384m, the transformation process is allowed to use 384 megabytes
of memory. When performing a large transformation, you may want to increase the memory
allocated to the Java Virtual Machine. This will help avoid Out of Memory error messages
(OutOfMemoryError).
- Libraries - By default, Oxygen XML Editor
adds (as high priority) libraries that are not transformation-dependent and also patches for
certain DITA Open Toolkit bugs. You can use this button to specify additional libraries (jar
files or additional class paths) to be used by the ANT transformer.