You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by je...@apache.org on 2005/09/11 22:34:38 UTC

svn commit: r280179 - in /lucene/nutch/trunk/src/plugin: clustering-carrot2/ creativecommons/ index-basic/ index-more/ languageidentifier/ ontology/ parse-ext/ parse-html/ parse-js/ parse-mp3/ parse-mspowerpoint/ parse-msword/ parse-pdf/ parse-rss/ par...

Author: jerome
Date: Sun Sep 11 13:34:12 2005
New Revision: 280179

URL: http://svn.apache.org/viewcvs?rev=280179&view=rev
Log:
Add a dependency to nutch-extensionpoints plugin

Modified:
    lucene/nutch/trunk/src/plugin/clustering-carrot2/plugin.xml
    lucene/nutch/trunk/src/plugin/creativecommons/plugin.xml
    lucene/nutch/trunk/src/plugin/index-basic/plugin.xml
    lucene/nutch/trunk/src/plugin/index-more/plugin.xml
    lucene/nutch/trunk/src/plugin/languageidentifier/plugin.xml
    lucene/nutch/trunk/src/plugin/ontology/plugin.xml
    lucene/nutch/trunk/src/plugin/parse-ext/plugin.xml
    lucene/nutch/trunk/src/plugin/parse-html/plugin.xml
    lucene/nutch/trunk/src/plugin/parse-js/plugin.xml
    lucene/nutch/trunk/src/plugin/parse-mp3/plugin.xml
    lucene/nutch/trunk/src/plugin/parse-mspowerpoint/plugin.xml
    lucene/nutch/trunk/src/plugin/parse-msword/plugin.xml
    lucene/nutch/trunk/src/plugin/parse-pdf/plugin.xml
    lucene/nutch/trunk/src/plugin/parse-rss/plugin.xml
    lucene/nutch/trunk/src/plugin/parse-rtf/plugin.xml
    lucene/nutch/trunk/src/plugin/parse-text/plugin.xml
    lucene/nutch/trunk/src/plugin/parse-zip/plugin.xml
    lucene/nutch/trunk/src/plugin/protocol-file/plugin.xml
    lucene/nutch/trunk/src/plugin/protocol-ftp/plugin.xml
    lucene/nutch/trunk/src/plugin/protocol-http/plugin.xml
    lucene/nutch/trunk/src/plugin/protocol-httpclient/plugin.xml
    lucene/nutch/trunk/src/plugin/query-basic/plugin.xml
    lucene/nutch/trunk/src/plugin/query-more/plugin.xml
    lucene/nutch/trunk/src/plugin/query-site/plugin.xml
    lucene/nutch/trunk/src/plugin/query-url/plugin.xml
    lucene/nutch/trunk/src/plugin/urlfilter-prefix/plugin.xml
    lucene/nutch/trunk/src/plugin/urlfilter-regex/plugin.xml

Modified: lucene/nutch/trunk/src/plugin/clustering-carrot2/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/clustering-carrot2/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/clustering-carrot2/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/clustering-carrot2/plugin.xml Sun Sep 11 13:34:12 2005
@@ -27,6 +27,10 @@
       <library name="nekohtml-0.9.2.jar"/>
    </runtime>
 
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
+
    <extension id="org.apache.nutch.clustering.carrot2"
               name="Carrot2 Clusterer"
               point="org.apache.nutch.clustering.OnlineClusterer">

Modified: lucene/nutch/trunk/src/plugin/creativecommons/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/creativecommons/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/creativecommons/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/creativecommons/plugin.xml Sun Sep 11 13:34:12 2005
@@ -11,6 +11,10 @@
       </library>
    </runtime>
 
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
+
    <extension id="org.creativecommons.nutch.CCParseFilter"
               name="Creative Commons Metadata Filter"
               point="org.apache.nutch.parse.HtmlParseFilter">

Modified: lucene/nutch/trunk/src/plugin/index-basic/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/index-basic/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/index-basic/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/index-basic/plugin.xml Sun Sep 11 13:34:12 2005
@@ -12,6 +12,10 @@
       </library>
    </runtime>
 
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
+
    <extension id="org.apache.nutch.indexer.basic"
               name="Nutch Basic Indexing Filter"
               point="org.apache.nutch.indexer.IndexingFilter">

Modified: lucene/nutch/trunk/src/plugin/index-more/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/index-more/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/index-more/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/index-more/plugin.xml Sun Sep 11 13:34:12 2005
@@ -12,6 +12,10 @@
       </library>
    </runtime>
 
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
+
    <extension id="org.apache.nutch.indexer.more"
               name="Nutch More Indexing Filter"
               point="org.apache.nutch.indexer.IndexingFilter">

Modified: lucene/nutch/trunk/src/plugin/languageidentifier/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/languageidentifier/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/languageidentifier/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/languageidentifier/plugin.xml Sun Sep 11 13:34:12 2005
@@ -5,13 +5,15 @@
    version="1.0.0"
    provider-name="nutch.org">
 
-
-
     <runtime>
       <library name="language-identifier.jar">
          <export name="*"/>
       </library>
    </runtime>
+
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
 
    <extension id="org.apache.nutch.analysis.lang.LanguageParser"
               name="Nutch language Parser"

Modified: lucene/nutch/trunk/src/plugin/ontology/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/ontology/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/ontology/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/ontology/plugin.xml Sun Sep 11 13:34:12 2005
@@ -18,6 +18,10 @@
 
    </runtime>
 
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
+
    <!-- attribute "point" is the plugin interface class -->
    <!-- seems kinda redundant to have to define the point here too -->   
    <extension id="org.apache.nutch.ontology.OntologyImpl"

Modified: lucene/nutch/trunk/src/plugin/parse-ext/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/parse-ext/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/parse-ext/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/parse-ext/plugin.xml Sun Sep 11 13:34:12 2005
@@ -5,13 +5,15 @@
    version="1.0.0"
    provider-name="nutch.org">
 
-
-
    <runtime>
       <library name="parse-ext.jar">
          <export name="*"/>
       </library>
    </runtime>
+
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
 
    <extension id="org.apache.nutch.parse.ext"
               name="ExtParse"

Modified: lucene/nutch/trunk/src/plugin/parse-html/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/parse-html/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/parse-html/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/parse-html/plugin.xml Sun Sep 11 13:34:12 2005
@@ -5,8 +5,6 @@
    version="1.0.0"
    provider-name="nutch.org">
 
-
-
    <runtime>
       <library name="parse-html.jar">
          <export name="*"/>
@@ -14,6 +12,10 @@
       <library name="nekohtml-0.9.4.jar"/>
       <library name="tagsoup-1.0rc3.jar"/>
    </runtime>
+
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
 
    <extension id="org.apache.nutch.parse.html"
               name="HtmlParse"

Modified: lucene/nutch/trunk/src/plugin/parse-js/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/parse-js/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/parse-js/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/parse-js/plugin.xml Sun Sep 11 13:34:12 2005
@@ -11,6 +11,10 @@
       </library>
    </runtime>
 
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
+
    <extension id="org.apache.nutch.parse.js"
               name="JS Parser"
               point="org.apache.nutch.parse.Parser">

Modified: lucene/nutch/trunk/src/plugin/parse-mp3/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/parse-mp3/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/parse-mp3/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/parse-mp3/plugin.xml Sun Sep 11 13:34:12 2005
@@ -12,6 +12,10 @@
       <library name="jid3lib-0.5.1.jar"/>
    </runtime>
 
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
+
    <extension point="org.apache.nutch.parse.Parser"
               id="org.apache.nutch.parse.mp3"
               name="MP3Parse">

Modified: lucene/nutch/trunk/src/plugin/parse-mspowerpoint/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/parse-mspowerpoint/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/parse-mspowerpoint/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/parse-mspowerpoint/plugin.xml Sun Sep 11 13:34:12 2005
@@ -13,6 +13,7 @@
 
    <requires>
       <import plugin="lib-jakarta-poi"/>
+      <import plugin="nutch-extensionpoints"/>
    </requires>
 
    <extension id="net.nutch.parse.mspowerpoint"

Modified: lucene/nutch/trunk/src/plugin/parse-msword/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/parse-msword/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/parse-msword/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/parse-msword/plugin.xml Sun Sep 11 13:34:12 2005
@@ -13,6 +13,10 @@
       <library name="poi-scratchpad-2.1-20040508.jar"/>
    </runtime>
 
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
+
    <extension id="org.apache.nutch.parse.msword"
               name="MSWordParse"
               point="org.apache.nutch.parse.Parser">

Modified: lucene/nutch/trunk/src/plugin/parse-pdf/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/parse-pdf/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/parse-pdf/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/parse-pdf/plugin.xml Sun Sep 11 13:34:12 2005
@@ -14,6 +14,10 @@
       <library name="log4j-1.2.9.jar"/>
    </runtime>
 
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
+
    <extension id="org.apache.nutch.parse.pdf"
               name="PdfParse"
               point="org.apache.nutch.parse.Parser">

Modified: lucene/nutch/trunk/src/plugin/parse-rss/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/parse-rss/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/parse-rss/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/parse-rss/plugin.xml Sun Sep 11 13:34:12 2005
@@ -20,8 +20,11 @@
       <library name="xercesImpl.jar"/>
       <library name="xml-apis.jar"/>
       <library name="xml-rpc-1.2.jar"/>
-
    </runtime>
+
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
 
    <extension id="org.apache.nutch.parse.rss"
               name="RssParse"

Modified: lucene/nutch/trunk/src/plugin/parse-rtf/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/parse-rtf/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/parse-rtf/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/parse-rtf/plugin.xml Sun Sep 11 13:34:12 2005
@@ -12,6 +12,10 @@
       <library name="rtf-parser.jar"/>
    </runtime>
 
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
+
    <extension point="org.apache.nutch.parse.Parser"
               id="org.apache.nutch.parse.rtf"
               name="RTFParse">

Modified: lucene/nutch/trunk/src/plugin/parse-text/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/parse-text/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/parse-text/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/parse-text/plugin.xml Sun Sep 11 13:34:12 2005
@@ -12,6 +12,10 @@
       </library>
    </runtime>
 
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
+
    <extension id="org.apache.nutch.parse.text"
               name="TextParse"
               point="org.apache.nutch.parse.Parser">

Modified: lucene/nutch/trunk/src/plugin/parse-zip/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/parse-zip/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/parse-zip/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/parse-zip/plugin.xml Sun Sep 11 13:34:12 2005
@@ -11,6 +11,10 @@
       </library>
    </runtime>
 
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
+
    <extension id="org.apache.nutch.parse.zip"
               name="ZipParser" 
               point="org.apache.nutch.parse.Parser">

Modified: lucene/nutch/trunk/src/plugin/protocol-file/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/protocol-file/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/protocol-file/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/protocol-file/plugin.xml Sun Sep 11 13:34:12 2005
@@ -12,6 +12,10 @@
       </library>
    </runtime>
 
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
+
    <extension id="org.apache.nutch.protocol.file"
               name="FileProtocol"
               point="org.apache.nutch.protocol.Protocol">

Modified: lucene/nutch/trunk/src/plugin/protocol-ftp/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/protocol-ftp/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/protocol-ftp/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/protocol-ftp/plugin.xml Sun Sep 11 13:34:12 2005
@@ -5,14 +5,16 @@
    version="1.0.0"
    provider-name="nutch.org">
 
-
-
    <runtime>
       <library name="protocol-ftp.jar">
          <export name="*"/>
       </library>
       <library name="commons-net-1.2.0-dev.jar"/>
    </runtime>
+
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
 
    <extension id="org.apache.nutch.protocol.ftp"
               name="FtpProtocol"

Modified: lucene/nutch/trunk/src/plugin/protocol-http/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/protocol-http/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/protocol-http/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/protocol-http/plugin.xml Sun Sep 11 13:34:12 2005
@@ -11,6 +11,10 @@
       </library>
    </runtime>
 
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
+
    <extension id="org.apache.nutch.protocol.http"
               name="HttpProtocol"
               point="org.apache.nutch.protocol.Protocol">

Modified: lucene/nutch/trunk/src/plugin/protocol-httpclient/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/protocol-httpclient/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/protocol-httpclient/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/protocol-httpclient/plugin.xml Sun Sep 11 13:34:12 2005
@@ -13,6 +13,10 @@
       <library name="commons-httpclient-3.0-rc2.jar" />
    </runtime>
 
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
+
    <extension id="org.apache.nutch.protocol.httpclient"
               name="HttpProtocol"
               point="org.apache.nutch.protocol.Protocol">

Modified: lucene/nutch/trunk/src/plugin/query-basic/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/query-basic/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/query-basic/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/query-basic/plugin.xml Sun Sep 11 13:34:12 2005
@@ -5,13 +5,15 @@
    version="1.0.0"
    provider-name="nutch.org">
 
-
-
    <runtime>
       <library name="query-basic.jar">
          <export name="*"/>
       </library>
    </runtime>
+
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
 
    <extension id="org.apache.nutch.searcher.basic"
               name="Nutch Basic Query Filter"

Modified: lucene/nutch/trunk/src/plugin/query-more/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/query-more/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/query-more/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/query-more/plugin.xml Sun Sep 11 13:34:12 2005
@@ -5,13 +5,15 @@
    version="1.0.0"
    provider-name="nutch.org">
 
-
-
    <runtime>
       <library name="query-more.jar">
          <export name="*"/>
       </library>
    </runtime>
+
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
 
    <extension id="org.apache.nutch.searcher.more"
               name="Nutch More Query Filter"

Modified: lucene/nutch/trunk/src/plugin/query-site/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/query-site/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/query-site/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/query-site/plugin.xml Sun Sep 11 13:34:12 2005
@@ -11,6 +11,10 @@
       </library>
    </runtime>
 
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
+
    <extension id="org.apache.nutch.searcher.site.SiteQueryFilter"
               name="Nutch Site Query Filter"
               point="org.apache.nutch.searcher.QueryFilter">

Modified: lucene/nutch/trunk/src/plugin/query-url/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/query-url/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/query-url/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/query-url/plugin.xml Sun Sep 11 13:34:12 2005
@@ -5,14 +5,15 @@
    version="1.0.0"
    provider-name="nutch.org">
 
-
-
    <runtime>
       <library name="query-url.jar">
          <export name="*"/>
       </library>
    </runtime>
 
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
 
    <extension id="org.apache.nutch.searcher.url.URLQueryFilter"
               name="Nutch URL Query Filter"

Modified: lucene/nutch/trunk/src/plugin/urlfilter-prefix/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/urlfilter-prefix/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/urlfilter-prefix/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/urlfilter-prefix/plugin.xml Sun Sep 11 13:34:12 2005
@@ -5,13 +5,15 @@
    version="1.0.0"
    provider-name="nutch.org">
 
-
-
    <runtime>
       <library name="urlfilter-prefix.jar">
          <export name="*"/>
       </library>
    </runtime>
+
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
 
    <extension id="org.apache.nutch.net.urlfiler"
               name="Nutch Prefix URL Filter"

Modified: lucene/nutch/trunk/src/plugin/urlfilter-regex/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/urlfilter-regex/plugin.xml?rev=280179&r1=280178&r2=280179&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/urlfilter-regex/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/urlfilter-regex/plugin.xml Sun Sep 11 13:34:12 2005
@@ -11,6 +11,10 @@
       </library>
    </runtime>
 
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
+
    <extension id="org.apache.nutch.net.urlfiler"
               name="Nutch Regex URL Filter"
               point="org.apache.nutch.net.URLFilter">



Re: [Nutch-cvs] svn commit: r280179 - in /lucene/nutch/trunk/src/plugin: clustering-carrot2/ creativecommons/ index-basic/ index-more/ languageidentifier/ ontology/ parse-ext/ parse-html/ parse-js/ parse-mp3/ parse-mspowerpoint/ parse-msword/ parse-p

Posted by Jérôme Charron <je...@gmail.com>.
> Looks like something broke after this commit. When I run a "nutch crawl"
> using the out-of-the-box configuration I get the following (with logging
> turned to ALL):

OK, I see the problem: I committed the nutch-site.xml file with the property 
plugin.autoactivation setted to false, whereas it must be setted to true by 
default.
You have the choice to manually activate needed plugins, or simply to set 
the plugin.auto-activation property to true.
I commit the correction right now (plugin.auto-activation = true).
(In my test env, the nutch-site override this property with a true value!)

Thanks Andrzej.

Jérôme

-- 
http://motrech.free.fr/
http://www.frutch.org/

Re: [Nutch-cvs] svn commit: r280179 - in /lucene/nutch/trunk/src/plugin: clustering-carrot2/ creativecommons/ index-basic/ index-more/ languageidentifier/ ontology/ parse-ext/ parse-html/ parse-js/ parse-mp3/ parse-mspowerpoint/ parse-msword/ parse-pdf/ parse-rss/ par...

Posted by Andrzej Bialecki <ab...@getopt.org>.
jerome@apache.org wrote:
> Author: jerome
> Date: Sun Sep 11 13:34:12 2005
> New Revision: 280179
> 
> URL: http://svn.apache.org/viewcvs?rev=280179&view=rev
> Log:
> Add a dependency to nutch-extensionpoints plugin

Looks like something broke after this commit. When I run a "nutch crawl" 
using the out-of-the-box configuration I get the following (with logging 
turned to ALL):

050913 125223 not including: creativecommons
050913 125223 not including: parse-pdf
050913 125223 not including: parse-ext
050913 125223 not including: ontology
050913 125223 not including: protocol-ftp
050913 125223 not including: protocol-http
050913 125223 not including: parse-zip
050913 125223 not including: nutch-extensionpoints
050913 125223 not including: index-more
050913 125223 not including: clustering-carrot2
050913 125223 not including: query-more
050913 125223 not including: language-identifier
050913 125223 not including: urlfilter-prefix
050913 125223 not including: parse-mspowerpoint
050913 125223 not including: parse-msword
050913 125223 not including: protocol-file
050913 125223 not including: lib-jakarta-poi
050913 125223 not including: parse-rss
050913 125223 Missing dependency nutch-extensionpoints for plugin query-url
050913 125223 Missing dependency nutch-extensionpoints for plugin query-site
050913 125223 Missing dependency nutch-extensionpoints for plugin 
protocol-httpc
lient
050913 125223 Missing dependency nutch-extensionpoints for plugin parse-html
050913 125223 Missing dependency nutch-extensionpoints for plugin 
index-basic
050913 125223 Missing dependency nutch-extensionpoints for plugin parse-text
050913 125223 Missing dependency nutch-extensionpoints for plugin parse-js
050913 125223 Missing dependency nutch-extensionpoints for plugin 
query-basic
050913 125223 Missing dependency nutch-extensionpoints for plugin 
urlfilter-rege
x
050913 125223 Plugin Auto-activation mode: [false]
050913 125223 Registered Plugins:
050913 125223   NONE
050913 125223 Registered Extension-Points:
050913 125223   NONE
Exception in thread "main" java.lang.ExceptionInInitializerError
         at 
org.apache.nutch.db.WebDBInjector.addPage(WebDBInjector.java:437)
         at 
org.apache.nutch.db.WebDBInjector.injectURLFile(WebDBInjector.java:37
8)
         at org.apache.nutch.db.WebDBInjector.main(WebDBInjector.java:535)
         at org.apache.nutch.tools.CrawlTool.main(CrawlTool.java:134)
Caused by: java.lang.RuntimeException: org.apache.nutch.net.URLFilter 
not found.

         at org.apache.nutch.net.URLFilters.<clinit>(URLFilters.java:44)
         ... 4 more


-- 
Best regards,
Andrzej Bialecki     <><
  ___. ___ ___ ___ _ _   __________________________________
[__ || __|__/|__||\/|  Information Retrieval, Semantic Web
___|||__||  \|  ||  |  Embedded Unix, System Integration
http://www.sigram.com  Contact: info at sigram dot com