Your plugin-includes is correct, but the plugin has the wrong version. It was written for Nutch 0.7 or 0.8. Since then some stuff has changed and you need to adapt the plugin to the version you're using. I'm using this plugin with the current trunk and adapted it accordingly. I'm busy at the moment, but I'll upload a patch later this week to issue NUTCH-185.
Kind regards, Martina -----Ursprüngliche Nachricht----- Von: Nicolas MARTIN [mailto:[email protected]] Gesendet: Dienstag, 24. Februar 2009 19:55 An: [email protected] Betreff: Re: installing a nutch plugin I wan't to use parse-xml plugin. My plugin.includes property looks like : <property> <name>plugin.includes</name> <value>protocol-http|urlfilter-regex|parse-(text|html|js|pdf|xml)|index-basic|query-(basic|site|url)|summary-basic|scoring-opic|urlnormalizer-(pass|regex|basic)</value> <description>Regular expression naming plugin directory names to include. Any plugin not matching this expression is excluded. In any case you need at least include the nutch-extensionpoints plugin. By default Nutch includes crawling just HTML and plain text via HTTP, and basic indexing and search plugins. In order to use HTTPS please enable protocol-httpclient, but be aware of possible intermittent problems with the underlying commons-httpclient library. </description> </property> Regards, 2009/2/24 ahammad <[email protected]> > > I'm not sure why you get this error. > > I do know however, that you do need to change nutch-default to include that > plugin. Take a look at the <name>plugin.includes</name> property and see > if > the new plugin is in values field. > > Cheers, > > > Nicolas MARTIN-6 wrote: > > > > Hi, > > > > I would like to install parse-xml plugin ( > > http://wiki.apache.org/nutch/XMLParser_Plugin?highlight=(plugin)<http://wiki.apache.org/nutch/XMLParser_Plugin?highlight=%28plugin%29> > <http://wiki.apache.org/nutch/XMLParser_Plugin?highlight=%28plugin%29>). > > > > After download, i put it in [nutch_folder]\src\plugin\ then i built it > > with > > ant command. > > > > However, build is not successful due to errors (cannot find symbol). > > > > Do you know where does it come from ? > > > > TY > > > > > > -- > View this message in context: > http://www.nabble.com/installing-a-nutch-plugin-tp22186306p22186990.html > Sent from the Nutch - User mailing list archive at Nabble.com. > >
