1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE html
|
---|
3 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
---|
4 | <html xml:lang="en-us" lang="en-us">
|
---|
5 | <head>
|
---|
6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
---|
7 | <meta name="copyright" content="(C) Copyright 2005"/>
|
---|
8 | <meta name="DC.rights.owner" content="(C) Copyright 2005"/>
|
---|
9 | <meta name="DC.Type" content="concept"/>
|
---|
10 | <meta name="DC.Title" content="Ant"/>
|
---|
11 | <meta name="abstract" content="Ant is a Java-based, open-source tool that is provided by the Apache Foundation. It can be used to declare a sequence of build actions. It is well suited for both development and document builds. The full-easy-install version of the toolkit ships with a copy of Ant."/>
|
---|
12 | <meta name="description" content="Ant is a Java-based, open-source tool that is provided by the Apache Foundation. It can be used to declare a sequence of build actions. It is well suited for both development and document builds. The full-easy-install version of the toolkit ships with a copy of Ant."/>
|
---|
13 | <meta name="DC.subject" content="Ant, overview, build.xml, files"/>
|
---|
14 | <meta name="keywords" content="Ant, overview, build.xml, files"/>
|
---|
15 | <meta name="DC.Relation" scheme="URI" content="../readme/DITA-ant.html"/>
|
---|
16 | <meta name="DC.Relation" scheme="URI" content="../readme/DITA-antuse.html"/>
|
---|
17 | <meta name="DC.Relation" scheme="URI" content="../readme/creating-an-ant-build-script.html"/>
|
---|
18 | <meta name="DC.Relation" scheme="URI" content="../readme/dita-ot_ant_properties.html"/>
|
---|
19 | <meta name="DC.Relation" scheme="URI" content="http://ant.apache.org/manual/index.html"/>
|
---|
20 | <meta name="DC.Relation" scheme="URI" content="../readme/DITA-ant.html"/>
|
---|
21 | <meta name="DC.Relation" scheme="URI" content="../readme/dita-ot_ant_properties.html"/>
|
---|
22 | <meta name="DC.Format" content="XHTML"/>
|
---|
23 | <meta name="DC.Identifier" content="ant"/>
|
---|
24 | <link rel="stylesheet" type="text/css" href="../commonltr.css"/>
|
---|
25 | <link rel="stylesheet" type="text/css" href="../dita-ot-doc.css"/>
|
---|
26 | <title>Ant</title>
|
---|
27 | </head>
|
---|
28 | <body id="ant">
|
---|
29 |
|
---|
30 |
|
---|
31 | <h1 class="title topictitle1">Ant</h1>
|
---|
32 |
|
---|
33 |
|
---|
34 |
|
---|
35 | <div class="body conbody"><p class="shortdesc">Ant is a Java-based, open-source tool that is provided by the Apache Foundation. It can
|
---|
36 | be used to declare a sequence of build actions. It is well suited for both development and
|
---|
37 | document builds. The full-easy-install version of the toolkit ships with a copy of
|
---|
38 | Ant.</p>
|
---|
39 |
|
---|
40 | <p class="p">The DITA-OT uses Ant to manage the XSLT scripts that are used to perform the various
|
---|
41 | transformation; it also uses Ant to manage intermediate steps that are written in Java. </p>
|
---|
42 |
|
---|
43 | <p class="p">The most important Ant script is the <span class="ph filepath">build.xml</span> file. This script defines
|
---|
44 | and combines common pre-processing and output transformation routines; it also defines the
|
---|
45 | DITA-OT extension points.</p>
|
---|
46 |
|
---|
47 | </div>
|
---|
48 |
|
---|
49 | <div class="related-links">
|
---|
50 | <div class="familylinks">
|
---|
51 | <div class="parentlink"><strong>Parent topic:</strong> <a class="link" href="../readme/DITA-ant.html" title="You can use Ant to invoke the DITA Open Toolkit (DITA-OT) and generate output. This is the most robust method of transforming DITA content; you can use the complete set of parameters that are supported by the toolkit.">Publishing DITA content from Ant</a></div>
|
---|
52 | </div>
|
---|
53 | <div class="relinfo reltasks"><strong>Related tasks</strong><br/>
|
---|
54 | <div><a class="link" href="../readme/DITA-antuse.html" title="You can build output by running the ant command and specifying the DITA-OT parameters at the command prompt. You also can use an Ant build script to provide the DITA-OT parameters">Building output using Ant</a></div>
|
---|
55 | <div><a class="link" href="../readme/creating-an-ant-build-script.html" title="Instead of typing the DITA-OT parameters at the command prompt, you might want to create an Ant build script that contains all of the parameters.">Creating an Ant build script</a></div>
|
---|
56 | <div><a class="link" href="../readme/DITA-ant.html" title="You can use Ant to invoke the DITA Open Toolkit (DITA-OT) and generate output. This is the most robust method of transforming DITA content; you can use the complete set of parameters that are supported by the toolkit.">Publishing DITA content from Ant</a></div>
|
---|
57 | </div>
|
---|
58 | <div class="relinfo relref"><strong>Related reference</strong><br/>
|
---|
59 | <div><a class="link" href="../readme/dita-ot_ant_properties.html" title="Certain parameters apply to all DITA-OT transformations. Other parameters are common to the HTML-based transformations. Finally, some parameters apply only to the specific transformation types.">Ant parameters</a></div>
|
---|
60 | <div><a class="link" href="http://ant.apache.org/manual/index.html" target="_blank">Apache Ant documentation</a></div>
|
---|
61 | </div>
|
---|
62 | </div>
|
---|
63 |
|
---|
64 | </body>
|
---|
65 | </html>
|
---|