fix ant test thx welt

This commit is contained in:
zzz
2011-02-17 13:50:43 +00:00
parent 5027b6ce33
commit b208295cdb
2 changed files with 12 additions and 9 deletions

View File

@@ -31,8 +31,9 @@
<target name="compileTest">
<mkdir dir="./build" />
<mkdir dir="./build/obj" />
<!-- junit classes are in ant runtime -->
<javac srcdir="./src:./test" debug="true" source="1.5" target="1.5" deprecation="on"
includeAntRuntime="false"
includeAntRuntime="true"
destdir="./build/obj" >
<compilerarg line="${javac.compilerargs}" />
</javac>