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