Hi,
I wrote my own plugin containing a main method which is called for
testing purposes as described under:
http://wiki.apache.org/nutch/AboutPlugins
However, since this is an IndexingFilter I would like to get the output
of the "parse-html" plugin for my tests. The problem is, I do not know
how to add this dependency to my project. I tried it with:
<requires>
<import plugin="parse-html"/>
</requires>
in my plugin.xml. But this results only in the message that the
HtmlParser class can not be found while building Nutch.
It would be great if someone tells me how to achieve this or what to
read to aqcuire the necessary knowledge.
Thanks