--- build.xml	2003-09-13 13:32:33.000000000 +0200
+++ build.xml	2003-09-13 13:33:11.000000000 +0200
@@ -46,7 +46,7 @@
       </classpath>
     </javac>
   </target>
-  <target name="jar" description="o Create the jar" depends="compile,test">
+  <target name="jar" description="o Create the jar" depends="compile">
     <jar jarfile="target/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}">
     </jar>
   </target>
