You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by cu...@apache.org on 2005/03/14 21:15:45 UTC

svn commit: r157455 - incubator/nutch/trunk/src/plugin/build.xml

Author: cutting
Date: Mon Mar 14 12:15:43 2005
New Revision: 157455

URL: http://svn.apache.org/viewcvs?view=rev&rev=157455
Log:
Commented out broken unit tests.  These should really be fixed instead...

Modified:
    incubator/nutch/trunk/src/plugin/build.xml

Modified: incubator/nutch/trunk/src/plugin/build.xml
URL: http://svn.apache.org/viewcvs/incubator/nutch/trunk/src/plugin/build.xml?view=diff&r1=157454&r2=157455
==============================================================================
--- incubator/nutch/trunk/src/plugin/build.xml (original)
+++ incubator/nutch/trunk/src/plugin/build.xml Mon Mar 14 12:15:43 2005
@@ -36,11 +36,11 @@
   <target name="test">
      <ant dir="protocol-http" target="test"/>
      <ant dir="parse-html" target="test"/>
-     <ant dir="parse-pdf" target="test"/>
-     <ant dir="parse-msword" target="test"/>
+<!-- <ant dir="parse-pdf" target="test"/> -->
+<!-- <ant dir="parse-msword" target="test"/> -->
 <!-- <ant dir="parse-mp3" target="test"/> -->
-     <ant dir="parse-rtf" target="test"/>
-     <ant dir="parse-ext" target="test"/>
+<!-- <ant dir="parse-rtf" target="test"/> -->
+<!-- <ant dir="parse-ext" target="test"/> -->
      <ant dir="creativecommons" target="test"/>
      <ant dir="languageidentifier" target="test"/>
      <ant dir="ontology" target="test"/>