Hi John,

  Thanks for your effort in tracking down the problem too. I'll wait to see if 
Stefan can shed any more light on the problem.

  And sure, when the dust settles, I'd be happy to add sufficient javadoc 
documentation and comments and such and contribute the parse-rss plugin to the 
Nutch source tree.

Thanks a lot.

Cheers,
  Chris


----- Original Message -----
From: John X <[EMAIL PROTECTED]>
Date: Sunday, March 27, 2005 1:12 am
Subject: I made parse-rss work, but ... Re: Huge Problem trying to develop 
plugin for Nutch

> Chris,
> 
> I made plugin parse-rss work by
> 
> (1) installing jdom.jar under $nutch_top/lib,
> instead of $nutch_top/src/plugin/parse-rss/lib
> (2) using jaxen-{core,jdom}.jar,instead of jaxen-full.jar.
> Related, there are some hacks necessary in commons-feedparser,
> mostly reflecting api changes for XPath.
> 
> (1) above is puzzling. I got the same error as you did,
> if jdom.jar is placed under the plugin's own lib dir.
> I am not sure it is caused by possible bug in nutch plugin core,
> or namespace conflicting in some jars, or something else.
> 
> Stefan (Groschupf): could you please enlighten us on possible causes?
> 
> One note: there is a tool called net.nutch.parse.ParserChecker, that
> you can use to debug parser plugins. It is more convenient
> to use it than start a crawler.
> 
> Will you be able to contribute this plugin after the dust settles?
> 
> Best,
> 
> John
> 
> On Sat, Mar 26, 2005 at 01:32:34PM -0800, CHRIS A MATTMANN wrote:
> > Hi John,
> > 
> >   I posted it earlier as a .txt file, but since it's small I 
> could just include it in this email:
> > 
> > 
> > import java.net.URL;
> > import java.net.URLClassLoader;
> > 
> > 
> 

Reply via email to