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="Determing the version of the DITA Open Toolkit"/>
|
---|
11 | <meta name="abstract" content="You can use the command-line tool to determine the version of the DITA OT."/>
|
---|
12 | <meta name="description" content="You can use the command-line tool to determine the version of the DITA OT."/>
|
---|
13 | <meta name="DC.Relation" scheme="URI" content="../readme/troubleshooting-overview.html"/>
|
---|
14 | <meta name="DC.Format" content="XHTML"/>
|
---|
15 | <meta name="DC.Identifier" content="determining-version-of-dita-ot"/>
|
---|
16 | <link rel="stylesheet" type="text/css" href="../commonltr.css"/>
|
---|
17 | <link rel="stylesheet" type="text/css" href="../dita-ot-doc.css"/>
|
---|
18 | <title>Determing the version of the DITA Open Toolkit</title>
|
---|
19 | </head>
|
---|
20 | <body id="determining-version-of-dita-ot">
|
---|
21 |
|
---|
22 |
|
---|
23 | <h1 class="title topictitle1">Determing the version of the DITA Open Toolkit</h1>
|
---|
24 |
|
---|
25 |
|
---|
26 | <div class="body taskbody"><p class="shortdesc">You can use the command-line tool to determine the version of the DITA
|
---|
27 | OT.</p>
|
---|
28 |
|
---|
29 | <div class="tasklabel"><h2 class="sectiontitle tasklabel">Procedure</h2></div><ol class="ol steps"><li class="li step stepexpand">
|
---|
30 | <span class="ph cmd">Run the <span class="ph filepath">startcmd</span> file that is applicable for your
|
---|
31 | operating system.</span>
|
---|
32 | <div class="itemgroup info">The <span class="ph filepath">startcmd.bat</span> and <span class="ph filepath">startcmd.sh</span>
|
---|
33 | files are in the directory where you installed the DITA-OT.</div>
|
---|
34 | </li>
|
---|
35 | <li class="li step stepexpand">
|
---|
36 | <span class="ph cmd">From the command prompt, issue the following command:</span>
|
---|
37 | <div class="itemgroup info">
|
---|
38 | <pre class="pre codeblock">java -jar lib/dost.jar -version</pre>
|
---|
39 |
|
---|
40 | </div>
|
---|
41 | </li>
|
---|
42 | </ol>
|
---|
43 |
|
---|
44 | </div>
|
---|
45 |
|
---|
46 | <div class="related-links">
|
---|
47 | <div class="familylinks">
|
---|
48 | <div class="parentlink"><strong>Parent topic:</strong> <a class="link" href="../readme/troubleshooting-overview.html" title="This section contains information about problems that you might encounter and how to resolve them.">Error messages and troubleshooting</a></div>
|
---|
49 | </div>
|
---|
50 | </div>
|
---|
51 |
|
---|
52 | </body>
|
---|
53 | </html>
|
---|