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="JavaHelp processing"/>
|
---|
11 | <meta name="abstract" content="The javahelp transformation runs several additional Ant targets after the XHTML processing is completed in order to create control files for the JavaHelp output."/>
|
---|
12 | <meta name="description" content="The javahelp transformation runs several additional Ant targets after the XHTML processing is completed in order to create control files for the JavaHelp output."/>
|
---|
13 | <meta name="DC.Relation" scheme="URI" content="../dev_ref/XhtmlWithNavigation.html"/>
|
---|
14 | <meta name="DC.Format" content="XHTML"/>
|
---|
15 | <meta name="DC.Identifier" content="xhtmljavahelp"/>
|
---|
16 | <meta name="DC.Language" content="en-us"/>
|
---|
17 | <link rel="stylesheet" type="text/css" href="../commonltr.css"/>
|
---|
18 | <link rel="stylesheet" type="text/css" href="../dita-ot-doc.css"/>
|
---|
19 | <title>JavaHelp processing</title>
|
---|
20 | </head>
|
---|
21 | <body id="xhtmljavahelp">
|
---|
22 |
|
---|
23 |
|
---|
24 | <h1 class="title topictitle1">JavaHelp processing</h1>
|
---|
25 |
|
---|
26 |
|
---|
27 | <div class="body conbody"><p class="shortdesc">The <span class="keyword option">javahelp</span> transformation runs several additional Ant targets after
|
---|
28 | the XHTML processing is completed in order to create control files for the JavaHelp
|
---|
29 | output.</p>
|
---|
30 |
|
---|
31 | <div class="section"><div class="p">There are two primary Ant targets:<dl class="dl">
|
---|
32 |
|
---|
33 | <dt class="dt dlterm"><samp class="ph codeph">dita.map.javahelp</samp></dt>
|
---|
34 |
|
---|
35 | <dd class="dd">Creates all of the files that are needed to compile JavaHelp, including a table of
|
---|
36 | contents, sorted index, and help map file.</dd>
|
---|
37 |
|
---|
38 |
|
---|
39 |
|
---|
40 | <dt class="dt dlterm"><samp class="ph codeph">compile.Java.Help</samp></dt>
|
---|
41 |
|
---|
42 | <dd class="dd">Searches for a JavaHelp compiler on the system. If a compiler is found, the help project
|
---|
43 | is compiled.</dd>
|
---|
44 |
|
---|
45 |
|
---|
46 | </dl>
|
---|
47 | </div>
|
---|
48 | </div>
|
---|
49 |
|
---|
50 | </div>
|
---|
51 |
|
---|
52 | <div class="related-links">
|
---|
53 | <div class="familylinks">
|
---|
54 | <div class="parentlink"><strong>Parent topic:</strong> <a class="link" href="../dev_ref/XhtmlWithNavigation.html" title="The DITA-OT ships with several varieties of XHTML output, each of which follows roughly the same path through the processing pipeline. All XHTML-based transformation begin with the same call to the pre-processing module, after which they generate XHTML files and then branch to create the transformation-specific navigation files.">XHTML processing modules</a></div>
|
---|
55 | </div>
|
---|
56 | </div>
|
---|
57 |
|
---|
58 | </body>
|
---|
59 | </html>
|
---|