Index: build.xml
===================================================================
--- build.xml	(revision 155:69e6f2c4d722)
+++ build.xml	(revision 169:1dcf496aa65c)
@@ -15,5 +15,5 @@
 	
     <path id="project.classpath">
-        <pathelement location="build"/>
+        <pathelement location="."/>
         <pathelement location="${unicorn.location}/lib/activation.jar"/>
         <pathelement location="${unicorn.location}/lib/commons-collections-3.1.jar"/>
@@ -62,5 +62,5 @@
     <target name="build" depends="init">
         <echo message="${ant.project.name}: ${ant.file}"/>
-        <javac destdir="build">
+        <javac destdir="." debug="on" debuglevel="lines,vars,source">
             <src path="."/>
             <exclude name="lib/"/>
