* html cleanup
* classpath during javadoc
This commit is contained in:
@ -50,7 +50,7 @@
|
|||||||
<input type="submit" name="action" value="Don't run I2P on startup" />
|
<input type="submit" name="action" value="Don't run I2P on startup" />
|
||||||
<h4>Debugging</h4>
|
<h4>Debugging</h4>
|
||||||
At times, it may be helpful to debug I2P by getting a thread dump. To do so,
|
At times, it may be helpful to debug I2P by getting a thread dump. To do so,
|
||||||
please select the following option and review the thread dumped to logs/wrapper.log.
|
please select the following option and review the thread dumped to logs/wrapper.log.<br />
|
||||||
<input type="submit" name="action" value="Dump threads" />
|
<input type="submit" name="action" value="Dump threads" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
@ -98,7 +98,7 @@
|
|||||||
<mkdir dir="./build/javadoc" />
|
<mkdir dir="./build/javadoc" />
|
||||||
<javadoc
|
<javadoc
|
||||||
sourcepath="core/java/src:core/java/test:router/java/src:router/java/test:apps/ministreaming/java/src:apps/i2ptunnel/java/src:apps/httptunnel/java/src:apps/routerconsole/java/src"
|
sourcepath="core/java/src:core/java/test:router/java/src:router/java/test:apps/ministreaming/java/src:apps/i2ptunnel/java/src:apps/httptunnel/java/src:apps/routerconsole/java/src"
|
||||||
classpath="apps/jetty/jettylib/org.mortbay.jetty.jar"
|
classpath="apps/jetty/jettylib/org.mortbay.jetty.jar:installer/lib/wrapper/win32/wrapper.jar"
|
||||||
destdir="./build/javadoc"
|
destdir="./build/javadoc"
|
||||||
packagenames="*"
|
packagenames="*"
|
||||||
use="true"
|
use="true"
|
||||||
|
Reference in New Issue
Block a user