--- build.xml.orig	2004-10-11 14:47:47.360091824 +0200
+++ build.xml	2004-10-11 14:47:59.160297920 +0200
@@ -52,7 +52,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="${defaulttargetdir}/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}">
     </jar>
   </target>
