1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
|
---|
3 | "concept.dtd">
|
---|
4 | <concept id="xhtmljavahelp" xml:lang="en-us">
|
---|
5 | <title>JavaHelp processing</title>
|
---|
6 | <shortdesc>The <option>javahelp</option> transformation runs several additional Ant targets after
|
---|
7 | the XHTML processing is completed in order to create control files for the JavaHelp
|
---|
8 | output.</shortdesc>
|
---|
9 | <conbody>
|
---|
10 | <section><p>There are two primary Ant targets:<dl>
|
---|
11 | <dlentry>
|
---|
12 | <dt><codeph>dita.map.javahelp</codeph></dt>
|
---|
13 | <dd>Creates all of the files that are needed to compile JavaHelp, including a table of
|
---|
14 | contents, sorted index, and help map file.</dd>
|
---|
15 | </dlentry>
|
---|
16 | <dlentry>
|
---|
17 | <dt><codeph>compile.Java.Help</codeph></dt>
|
---|
18 | <dd>Searches for a JavaHelp compiler on the system. If a compiler is found, the help project
|
---|
19 | is compiled.</dd>
|
---|
20 | </dlentry>
|
---|
21 | </dl></p></section>
|
---|
22 | </conbody>
|
---|
23 | </concept>
|
---|