forked from I2P_Developers/i2p.i2p
Build: Fix buildTest after distclean
This commit is contained in:
@@ -459,6 +459,7 @@
|
||||
<compilerarg line="${javac.compilerargs}" />
|
||||
<classpath>
|
||||
<pathelement location="../../../core/java/build/i2p.jar" />
|
||||
<pathelement location="../../../core/java/build/i2ptest.jar" />
|
||||
<pathelement location="../../ministreaming/java/build/mstreaming.jar" />
|
||||
<pathelement location="${junit.home}/junit4.jar" />
|
||||
</classpath>
|
||||
@@ -471,6 +472,7 @@
|
||||
<pathelement path="${classpath}" />
|
||||
<pathelement location="./build/obj" />
|
||||
<pathelement location="../../../core/java/build/i2p.jar" />
|
||||
<pathelement location="../../../core/java/build/i2ptest.jar" />
|
||||
<pathelement location="../../ministreaming/java/build/mstreaming.jar" />
|
||||
<pathelement location="../../streaming/java/build/streaming.jar" />
|
||||
<pathelement location="${junit.home}/junit4.jar" />
|
||||
|
||||
@@ -2054,7 +2054,7 @@
|
||||
<target name="buildRouterTest" depends="buildCoreTest">
|
||||
<ant dir="router/java/" target="jarTest" />
|
||||
</target>
|
||||
<target name="buildTest" depends="buildRouterTest">
|
||||
<target name="buildTest" depends="buildRouterTest, buildMinistreaming">
|
||||
<copy file="core/java/build/i2ptest.jar" todir="build" />
|
||||
<copy file="router/java/build/routertest.jar" todir="build" />
|
||||
<!-- broken -->
|
||||
|
||||
Reference in New Issue
Block a user