Build: Fix buildTest after distclean

This commit is contained in:
zzz
2024-05-18 10:49:39 -04:00
parent 1d96b5b3df
commit b71b4a952e
2 changed files with 3 additions and 1 deletions

View File

@@ -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" />

View File

@@ -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 -->