[Nutch Wiki] Update of RunNutchInEclipse1.0 by Anas Elghafari

2009-11-14 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Nutch Wiki for change notification. The RunNutchInEclipse1.0 page has been changed by AnasElghafari. http://wiki.apache.org/nutch/RunNutchInEclipse1.0?action=diffrev1=12rev2=13

Plugin Help

2009-11-14 Thread david.stu...@progressivealliance.co.uk
Hi, I am trying to write a plugin for nutch and am having real troubles getting it registered in the system. I have created in src/plugin and added it to both the build.xml in plugin and to nutch-site.xml now it seems to build ok but when I try to run a basic crawl urls -dir crawl -depth 3 -topN

Re: Plugin Help

2009-11-14 Thread david.stu...@progressivealliance.co.uk
Right I fixed the problem by specifically adding my plugin jar to the class path. Is this right? Is there some place I can add it in the build scripts to do this automatically? Regards On 14 November 2009 at 16:40 david.stu...@progressivealliance.co.uk david.stu...@progressivealliance.co.uk

Re: Plugin Help

2009-11-14 Thread Dennis Kubes
It depends on how you are building and your classpath. Lets call your plugin myhtmlfilter. If running on a single server and you added it to your src/plugin/build.xml under the deploy section, a myhtmlfilter folder with the plugin should show up in under the build/plugins folder upon build.