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="task"/>
|
---|
10 | <meta name="DC.Title" content="Publishing DITA content from Ant"/>
|
---|
11 | <meta name="abstract" content="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."/>
|
---|
12 | <meta name="description" content="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."/>
|
---|
13 | <meta name="DC.Relation" scheme="URI" content="../readme/tranforming-dita-content.html"/>
|
---|
14 | <meta name="DC.Relation" scheme="URI" content="../readme/ant.html"/>
|
---|
15 | <meta name="DC.Relation" scheme="URI" content="../readme/DITA-antuse.html"/>
|
---|
16 | <meta name="DC.Relation" scheme="URI" content="../readme/creating-an-ant-build-script.html"/>
|
---|
17 | <meta name="DC.Relation" scheme="URI" content="../readme/ant.html"/>
|
---|
18 | <meta name="DC.Relation" scheme="URI" content="../readme/dita-ot_ant_properties.html"/>
|
---|
19 | <meta name="DC.Format" content="XHTML"/>
|
---|
20 | <meta name="DC.Identifier" content="DITA-ant"/>
|
---|
21 | <meta name="DC.Language" content="en-us"/>
|
---|
22 | <link rel="stylesheet" type="text/css" href="../commonltr.css"/>
|
---|
23 | <link rel="stylesheet" type="text/css" href="../dita-ot-doc.css"/>
|
---|
24 | <title>Publishing DITA content from Ant</title>
|
---|
25 | </head>
|
---|
26 | <body id="DITA-ant">
|
---|
27 |
|
---|
28 |
|
---|
29 | <h1 class="title topictitle1">Publishing DITA content from Ant</h1>
|
---|
30 |
|
---|
31 | <p class="shortdesc">You can use Ant to invoke the DITA Open Toolkit (DITA-OT) and generate output. This is
|
---|
32 | the most robust method of transforming DITA content; you can use the complete set of
|
---|
33 | parameters that are supported by the toolkit.</p>
|
---|
34 |
|
---|
35 | <div class="related-links">
|
---|
36 | <ul class="ullinks">
|
---|
37 | <li class="link ulchildlink"><strong><a href="../readme/ant.html">Ant</a></strong><br/>
|
---|
38 | 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.</li>
|
---|
39 | <li class="link ulchildlink"><strong><a href="../readme/DITA-antuse.html">Building output using Ant</a></strong><br/>
|
---|
40 | You can build output by running the <span class="keyword cmdname">ant</span> 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</li>
|
---|
41 | <li class="link ulchildlink"><strong><a href="../readme/creating-an-ant-build-script.html">Creating an Ant build script</a></strong><br/>
|
---|
42 | 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.</li>
|
---|
43 | </ul>
|
---|
44 |
|
---|
45 | <div class="familylinks">
|
---|
46 | <div class="parentlink"><strong>Parent topic:</strong> <a class="link" href="../readme/tranforming-dita-content.html" title="You can use either Ant or the command-line tool to transform DITA content to the various output formats that are supported by the DITA Open Toolkit (DITA-OT).">Publishing DITA content</a></div>
|
---|
47 | </div>
|
---|
48 | <div class="relinfo relconcepts"><strong>Related concepts</strong><br/>
|
---|
49 | <div><a class="link" href="../readme/ant.html" title="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.">Ant</a></div>
|
---|
50 | </div>
|
---|
51 | <div class="relinfo relref"><strong>Related reference</strong><br/>
|
---|
52 | <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>
|
---|
53 | </div>
|
---|
54 | </div>
|
---|
55 |
|
---|
56 | </body>
|
---|
57 | </html>
|
---|