]> granicus.if.org Git - docbook-dsssl/commitdiff
Adding note that you should not have the saxon jar in your CLASSPATH when you generat...
authorDavid Cramer <david@thingbag.net>
Fri, 27 Aug 2010 00:33:44 +0000 (00:33 +0000)
committerDavid Cramer <david@thingbag.net>
Fri, 27 Aug 2010 00:33:44 +0000 (00:33 +0000)
xsl/webhelp/docsrc/readme.xml

index bfd7f44b23c942487a6411c2aa886f41fd467e5b..7eb550e874cbca0054ef8c15fe9df128ddc16b1d 100755 (executable)
         </abstract>
       </sectioninfo>
 
-      <title>Obtaining, installing, and running the package</title>
+      <title>Generating webhelp output</title>
 
       <procedure>
         <title>To install the package on Windows</title>
@@ -429,11 +429,16 @@ webhelp.indexer.language=en</programlisting></para>
         </step>
 
         <step>
-          <para>Test the package by running the command <code>ant
-          webhelp</code> at the command line in the webhelp directory. It
-          should generate a copy of this documentation in the <filename
-          class="directory">doc</filename> directory. Type <code>start
-          doc\index.html</code> to open the output in a browser.</para>
+          <para>Test the package by running the command <code>ant webhelp
+              -Doutput-dir=test-ouput</code> at the command line in the webhelp directory. It should
+            generate a copy of this documentation in the <filename class="directory">doc</filename>
+            directory. Type <code>start test-output\index.html</code> to open the output in a
+            browser. Once you have confirmed that the process worked, you can delete the <filename
+              class="directory">test-output</filename> directory. <important>
+              <para>The Saxon 6.5 jar should <emphasis>not</emphasis> be in your
+                  <envar>CLASSPATH</envar> when you generate the webhelp output. If you have any
+                problems, try running ant with an empty <envar>CLASSPATH</envar>.</para>
+            </important></para>
         </step>
 
         <step>
@@ -458,9 +463,11 @@ webhelp.indexer.language=en</programlisting></para>
               <para>From the directory containing your newly created
               <filename>build.xml</filename> file, type <code>ant
               webhelp</code> to build your document.</para>
-             <important>
-               <para>The Saxon 6.5 jar should <emphasis>not</emphasis> be in your CLASSPATH when you generate the webhelp output.</para>
-             </important>
+              <important>
+                <para>The Saxon 6.5 jar should <emphasis>not</emphasis> be in your
+                    <envar>CLASSPATH</envar> when you generate the webhelp output. If you have any
+                  problems, try running ant with an empty <envar>CLASSPATH</envar>.</para>
+              </important>
             </step>
           </substeps>
         </step>