1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <!--
|
---|
3 | | LICENSE: This file is part of the DITA Open Toolkit project hosted on
|
---|
4 | | Sourceforge.net. See the accompanying license.txt file for
|
---|
5 | | applicable licenses.
|
---|
6 | *-->
|
---|
7 | <!--
|
---|
8 | | (C) Copyright IBM Corporation 2006. All Rights Reserved.
|
---|
9 | *-->
|
---|
10 | <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
|
---|
11 | "task.dtd">
|
---|
12 | <task id="dbInstall" xml:lang="en-us">
|
---|
13 | <title>Installing the DocBook-DITA plugin</title>
|
---|
14 | <shortdesc>This plugin provides a transform from Docbook to DITA and some
|
---|
15 | proof-of-concept examples of interoperability.</shortdesc>
|
---|
16 | <taskbody>
|
---|
17 | <steps>
|
---|
18 | <step><cmd>You must install the DITA Open Toolkit 1.3 or higher and run a test
|
---|
19 | build to verify the installation.
|
---|
20 | </cmd></step>
|
---|
21 | <step><cmd>It's also recommended that you install the DocBook tools at
|
---|
22 | version 1.69.1 and the DocBook 4.4 DTDs.</cmd>
|
---|
23 | <info>Other versions may work but haven't been tested.</info>
|
---|
24 | </step>
|
---|
25 | <step><cmd>Edit the dbdita.properties file in the plugin directory to
|
---|
26 | identify the location of the DocBook tools and document types.
|
---|
27 | </cmd></step>
|
---|
28 | <step><cmd>In the base directory for the DITA Open Toolkit, install
|
---|
29 | the plugin.
|
---|
30 | </cmd>
|
---|
31 | <stepxmp>
|
---|
32 | <p>You execute the following command (using blackslashes instead of
|
---|
33 | slashes on Windows):</p>
|
---|
34 | <codeblock>ant -f demo\dbdita\install-plugin.xml</codeblock>
|
---|
35 | </stepxmp>
|
---|
36 | </step>
|
---|
37 | <step><cmd>Verify the plugin installed correctly with a sample build.</cmd>
|
---|
38 | <stepxmp>
|
---|
39 | <p>You can execute the following command (again, using blackslashes
|
---|
40 | instead of slashes on Windows):</p>
|
---|
41 | <codeblock>ant -f demo\dbdita\run-ant.xml docbook2DITADemo</codeblock>
|
---|
42 | </stepxmp>
|
---|
43 | </step>
|
---|
44 | </steps>
|
---|
45 | <result><p>You can use the DocBook-to-DITA transform on your own
|
---|
46 | DocBook content or explore the interoperability demos.
|
---|
47 | </p>
|
---|
48 | </result>
|
---|
49 | </taskbody>
|
---|
50 | </task>
|
---|