work on tests
This commit is contained in:
parent
d6fa2c090c
commit
52f677a51d
@ -76,7 +76,7 @@
|
|||||||
<target name="compile-test" description="tests compilieren" depends="compile">
|
<target name="compile-test" description="tests compilieren" depends="compile">
|
||||||
<mkdir dir="${build.home}" />
|
<mkdir dir="${build.home}" />
|
||||||
<mkdir dir="${build.home}/test" />
|
<mkdir dir="${build.home}/test" />
|
||||||
<javac srcdir="${test.home}" destdir="${build.home}/test" debug="${compile.debug}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" encoding="UTF8">
|
<javac srcdir="${test.home}" destdir="${build.home}/test" debug="${compile.debug}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" encoding="UTF8" includeantruntime="false">
|
||||||
<classpath refid="compile.classpath" />
|
<classpath refid="compile.classpath" />
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement path="${compile.classpath}"/>
|
<pathelement path="${compile.classpath}"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user