ant.dita 1.3 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <concept id="ant">
  5. <title>Ant</title>
  6. <shortdesc>Ant is a Java-based, open-source tool that is provided by the Apache Foundation. It can be used to declare
  7. a sequence of build actions. It is well suited for both development and document builds. The toolkit ships with a
  8. copy of Ant.</shortdesc>
  9. <prolog>
  10. <metadata>
  11. <keywords>
  12. <indexterm>Ant<indexterm>overview</indexterm></indexterm>
  13. <indexterm>build.xml</indexterm>
  14. <indexterm>files<indexterm>build.xml</indexterm></indexterm>
  15. <indexterm>XSLT<indexterm>Ant</indexterm></indexterm>
  16. <indexterm>Java<indexterm>Ant</indexterm></indexterm>
  17. </keywords>
  18. </metadata>
  19. </prolog>
  20. <conbody>
  21. <p>DITA-OT uses Ant to manage the XSLT scripts that are used to perform the various transformation; it also uses Ant
  22. to manage intermediate steps that are written in Java. </p>
  23. <p>The most important Ant script is the <filepath>build.xml</filepath> file. This script defines and combines common
  24. pre-processing and output transformation routines; it also defines the DITA-OT extension points.</p>
  25. </conbody>
  26. </concept>