--- a/build.xml
+++ b/build.xml
@@ -490,7 +490,7 @@
   </target>
   -->
 
-	<target name="dist" depends="jar,sigtest,jdoc,examples">
+	<target name="dist" depends="jar,jdoc,examples">
 		<zip zipFile="${out.dist}/src.zip" basedir="${src}" excludes="**/optimizer/**/*" />
 	</target>
 
@@ -544,13 +544,13 @@
 	<!-- =====  BINARY COMPATIBILITY   ==== -->
 	<!-- ================================== -->
 
-	<target name="sigtest-setup" depends="jar">
+	<!--<target name="sigtest-setup" depends="jar">
 		<ant antfile="${test}/build.xml" target="sigtest-setup" inheritRefs="true" />
 	</target>
 
 	<target name="sigtest" depends="jar">
 		<ant antfile="${test}/build.xml" target="sigtest" inheritRefs="true" />
-	</target>
+	</target>-->
 
 	<!-- =================================== -->
 	<!-- ==========     CLEAN     ========== -->
--- a/test/build.xml
+++ b/test/build.xml
@@ -213,7 +213,7 @@
   <!-- =====  BINARY COMPATIBILITY   ==== -->
   <!-- ================================== -->
   
-  <target name="sigtest-setup">
+  <!--<target name="sigtest-setup">
     <java classname="com.sun.tdk.signaturetest.Setup">
       <classpath>
         <pathelement location="${test}/lib/sigtestdev.jar"/>
@@ -228,9 +228,9 @@
       <arg value="-filename"/>
       <arg value="${test}/ASM.sig"/>
     </java>
-  </target>
+  </target>-->
 
-  <target name="sigtest">
+  <!--<target name="sigtest">
     <taskdef name="atest" classname="com.sun.tdk.signaturetest.ant.ATest" 
         classpath="${test}/lib/sigtestdev.jar"/>
     <atest filename="${test}/ASM.sig"
@@ -244,6 +244,6 @@
         <pathelement location="${out.dist}/lib/all/asm-all-${product.artifact}.jar"/>
       </classpath>
     </atest>
-  </target>
+  </target>-->
   
 </project>
