AntAnt is a tool for running scripts written in Java that automatically execute a sequence of commands that could have been entered at the command line. Ant is similar to the UNIX "make" process. An Ant script is called a build file. The DITA Open Toolkit uses Ant to build multiple output formats (XHTML, PDF, Help) from a single input DITA file, using Java code and multiple XSLT transform files.
Up to Glossary of Terms |
