do you use ant to compile your plugin. you can also use this command to test your plugin bin/nutch plugin
On Tue, Mar 25, 2014 at 9:41 PM, anupamk <[email protected]> wrote: > I need to dump the HTML content (with all the HTML tags) as-is into solr. > > To do this I have created a plugin that implements HtmlParseFilter. > > I created the plugin as per the plugin tutorial and compiled and deployed > the plugin as per the http://wiki.apache.org/nutch/WritingPluginExample > page. > > When I do a bin/nutch parse command, I get PluginRuntimeException as > follows: > > > > My plugin resides in the package > > org.apache.nutch.parse.nowrawfilter; > > It's class name is NoRawFilter. > > My plugin.xml file is as follows > > > > What am I doing wrong ? Please advise. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Custom-plugin-PluginRuntimeException-tp4126886.html > Sent from the Nutch - User mailing list archive at Nabble.com. > -- Don't Grow Old, Grow Up... :-)

