Hi,

I encounter a problem with a plugin.
I have follow every instruction found here:
http://wiki.apache.org/nutch/WritingPluginExample
The plugin build fine and I can get the jar of the new plugin in
build/plugins/myPlugin.

But yet it still does not work and I got a Job failed! everytime I launch
it.
And the cause is it does not found the class of my plugin.

Here is the interesting part of my plugin.xml
   <extension id="org.apache.nutch.urlfilter.idUrlFilter"
       name="Filter by the id of the url"
       point="org.apache.nutch.net.URLFilter">
     <implementation id="IdUrlFilter"
         class="org.apache.nutch.urlfilter.idUrlFilter.IdUrlFilter"/>
   </extension>

 What am I doing wrong?

Zabini



--
View this message in context: 
http://lucene.472066.n3.nabble.com/classNotFoundException-for-a-plugin-tp4133775.html
Sent from the Nutch - User mailing list archive at Nabble.com.

Reply via email to