/[classpath]/classpath/doc/www.gnu.org/faq/faq.wml
ViewVC logotype

Diff of /classpath/doc/www.gnu.org/faq/faq.wml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by patrik_reali, Wed Aug 4 21:05:51 2004 UTC revision 1.13.2.1 by gnu_andrew, Fri Jan 28 10:43:56 2005 UTC
# Line 463  make && make install Line 463  make && make install
463  <br><li>Create a simple gjdoc script and put it in your PATH:<br>  <br><li>Create a simple gjdoc script and put it in your PATH:<br>
464    
465  <code>  <code>
466    #!/bin/sh<br>    &#35;!/bin/sh<br>
467    CLASSPATH=/home/mark/src/libxmlj:/home/mark/src/gjdoc/src/resources \<br>    CLASSPATH=/home/mark/src/libxmlj:/home/mark/src/gjdoc/src/resources \<br>
468    LD_LIBRARY_PATH=/usr/local/libxmlj/lib \<br>    LD_LIBRARY_PATH=/usr/local/libxmlj/lib \<br>
469    /home/mark/src/gjdoc/src/gjdoc $*    /home/mark/src/gjdoc/src/gjdoc $*
# Line 480  crashes then make sure that your java so Line 480  crashes then make sure that your java so
480  entities.  entities.
481    
482    
483    <p>Alternatively, you may also try the following command (the one used to generate the doc on <createlink url="http://developer.classpath.org/doc/">):<br>
484    <ul>
485    <code>
486    &#36;(GJDOC) -public -use \<br>
487            -sourcepath "$(sourcepath)" \<br>
488            -encoding UTF-8 \<br>
489            -breakiterator \<br>
490            -licensetext \<br>
491            -linksource \<br>
492            -splitindex \<br>
493            -d html \<br>
494            -doctitle "GNU Classpath $(VERSION)" \<br>
495            -windowtitle "GNU Classpath $(VERSION) Documentation" \<br>
496            -header $(classpathbox) -footer $(classpathbox) \<br>
497            -subpackages java:javax:org
498    </code>
499    </ul>
500    
501  </faq>  </faq>
502  </faq-section>  </faq-section>
503  </box>  </box>

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.13.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26