ant.dita 1.4 KB

12345678910111213141516171819202122232425262728293031
  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
  13. <indexterm>overview</indexterm></indexterm>
  14. <indexterm>build.xml</indexterm>
  15. <indexterm>files
  16. <indexterm>build.xml</indexterm></indexterm>
  17. <indexterm>XSLT
  18. <indexterm>Ant</indexterm></indexterm>
  19. <indexterm>Java
  20. <indexterm>Ant</indexterm></indexterm>
  21. </keywords>
  22. </metadata>
  23. </prolog>
  24. <conbody>
  25. <p>DITA-OT uses Ant to manage the XSLT scripts that are used to perform the various transformation; it also uses Ant
  26. to manage intermediate steps that are written in Java. </p>
  27. <p>The most important Ant script is the <filepath>build.xml</filepath> file. This script defines and combines common
  28. pre-processing and output transformation routines; it also defines the DITA-OT extension points.</p>
  29. </conbody>
  30. </concept>