Add bin to classpath
This commit is contained in:
@@ -37,6 +37,7 @@
|
|||||||
<target name="compile_tests" depends="init">
|
<target name="compile_tests" depends="init">
|
||||||
<javac srcdir="${testsrc.dir}" destdir="${test.dir}">
|
<javac srcdir="${testsrc.dir}" destdir="${test.dir}">
|
||||||
<classpath>
|
<classpath>
|
||||||
|
<pathelement location="${build.dir}" />
|
||||||
<fileset dir="${junit.dir}" includes="*.jar" />
|
<fileset dir="${junit.dir}" includes="*.jar" />
|
||||||
</classpath>
|
</classpath>
|
||||||
</javac>
|
</javac>
|
||||||
|
|||||||
Reference in New Issue
Block a user