I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 9a31115e authored by str4d's avatar str4d
Browse files

Classpath change in router build.xml to get routerconsole test harness to work

parent 2f69d168
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<mkdir dir="./build/obj" /> <mkdir dir="./build/obj" />
<javac srcdir="./src" debug="true" source="1.5" target="1.5" deprecation="on" <javac srcdir="./src" debug="true" source="1.5" target="1.5" deprecation="on"
includeAntRuntime="false" includeAntRuntime="false"
destdir="./build/obj" classpath="../../core/java/build/i2p.jar" > destdir="./build/obj" classpath="../../core/java/build/obj:../../core/java/build/i2p.jar" >
<compilerarg line="${javac.compilerargs}" /> <compilerarg line="${javac.compilerargs}" />
</javac> </javac>
</target> </target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment