Mike,

First of all, remove the <extension-point ...> from your plugin xml (it is
defined in nutch-extensionpoints plugin).
Then, add the required directive :
<requires>
      <import plugin="nutch-extensionpoints"/>
   </requires>
Finally, remove the alias and the declaration of your plugin in the
parse-plugins.xml : your parser is not a Parser, but a HtmlParse (called be
the parse-html plugin),
so there is no need for your plugin to be mapped to a content-type.

Regards

Jérôme

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

Reply via email to