http://wiki.apache.org/nutch/WritingPluginExample#Writing_a_Nutch_Plugin
An example of how to write a nutch plugin, hope this could help you.It use ant to compile the plugin. On Tue, Aug 21, 2012 at 1:17 AM, Alaak <[email protected]> wrote: > 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<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 > -- Don't Grow Old, Grow Up... :-)

