Re: 0.8 not loading plugins

2006-08-22 Thread Chris Stephens
e or elsewhere? -Original Message- From: Chris Stephens [mailto:[EMAIL PROTECTED] Sent: Monday, August 21, 2006 7:47 AM To: nutch-dev@lucene.apache.org Subject: Re: 0.8 not loading plugins I'm at a loss on this. I'm going to revert to using 0.7.2. If anyone has any insight

RE: 0.8 not loading plugins

2006-08-21 Thread HUYLEBROECK Jeremy RD-ILAB-SSF
in the deploy target for instance) or enable the failonerror. Aren't you missing a "-" somewhere in the plugin id of the project name or elsewhere? -Original Message- From: Chris Stephens [mailto:[EMAIL PROTECTED] Sent: Monday, August 21, 2006 7:47 AM To: nutch-dev@lucene.a

Re: 0.8 not loading plugins

2006-08-21 Thread Chris Stephens
I'm at a loss on this. I'm going to revert to using 0.7.2. If anyone has any insight on my problem, I would appreciate hearing from you. Chris Stephens wrote: By manually copying the the custom-meta directory in build/plugin to plugin/ I was able to get at least some debug output in my log.

Re: 0.8 not loading plugins

2006-08-18 Thread Chris Stephens
By manually copying the the custom-meta directory in build/plugin to plugin/ I was able to get at least some debug output in my log. It doesn't really tell me much, any idea why it wouldn't be loading the plugin when it has the correct entry in my nutch-site.xml? 2006-08-18 13:34:35,007 DEBUG

Re: 0.8 not loading plugins

2006-08-17 Thread Chris Stephens
ead by putting the plugin package in debug mode? (put this in the log4j.properties) log4j.logger.org.apache.nutch.plugin=DEBUG -Original Message- From: Chris Stephens [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 2:30 PM To: nutch-dev@lucene.apache.org Subject: Re: 0.8 not load

Re: 0.8 not loading plugins

2006-08-17 Thread Chris Mattmann
ch.plugin=DEBUG >> >> >> -Original Message- >> From: Chris Stephens [mailto:[EMAIL PROTECTED] >> Sent: Thursday, August 17, 2006 2:30 PM >> To: nutch-dev@lucene.apache.org >> Subject: Re: 0.8 not loading plugins >> >> I have this line in src

Re: 0.8 not loading plugins

2006-08-17 Thread Chris Stephens
rties) log4j.logger.org.apache.nutch.plugin=DEBUG -Original Message- From: Chris Stephens [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 2:30 PM To: nutch-dev@lucene.apache.org Subject: Re: 0.8 not loading plugins I have this line in src/plugin/build.xml under the deploy section:

Re: 0.8 not loading plugins

2006-08-17 Thread Jonathan Addison
Chris Stephens wrote: I have this line in src/plugin/build.xml under the deploy section: The plugin is compiling ok. I spent several days getting errors on compile and investing how to port them to 0.8. Ok, I've also added nutch-extensionpoints to the beginning of plugin.includes. So for

RE: 0.8 not loading plugins

2006-08-17 Thread HUYLEBROECK Jeremy RD-ILAB-SSF
@lucene.apache.org Subject: Re: 0.8 not loading plugins I have this line in src/plugin/build.xml under the deploy section: The plugin is compiling ok. I spent several days getting errors on compile and investing how to port them to 0.8. Jonathan Addison wrote: > Hi Chris, > > Chris Steph

Re: 0.8 not loading plugins

2006-08-17 Thread Chris Stephens
I have this line in src/plugin/build.xml under the deploy section: The plugin is compiling ok. I spent several days getting errors on compile and investing how to port them to 0.8. Jonathan Addison wrote: Hi Chris, Chris Stephens wrote: I think I finally have my plugin ported to 0.8, howe

Re: 0.8 not loading plugins

2006-08-17 Thread Jonathan Addison
Hi Chris, Chris Stephens wrote: I think I finally have my plugin ported to 0.8, however I cannot get my plugin to load. My plugin.includes file in conf/nutch-site.xml has the following for its plugin.includes value: protocol-http|urlfilter-regex|parse-(text|html|js)|index-basic|query-(basic