1 2 3 4 5 6 7 8 9 10 11 12
|
Index: com.zwitserloot.cmdreader-1/build.xml
===================================================================
--- com.zwitserloot.cmdreader-1.orig/build.xml
+++ com.zwitserloot.cmdreader-1/build.xml
@@ -112,6 +112,7 @@ and finally call CmdReader.of(ThatClass.
</target>
<target name="compileTests" depends="compile, ensureTestDeps" description="Compiles test code">
+ <mkdir dir="build/tests" />
<javac destdir="build/tests" source="1.5" target="1.5">
<src path="test" />
<classpath refid="test.path" />
|