Thank you for pointing this out. I'm not sure how my plugin ever worked with 0.7.2. Its working great now.
HUYLEBROECK Jeremy RD-ILAB-SSF wrote: > The "not including: custommeta" sounds like a config file prob > Check your "plugin.includes" config in nutch-site.xml and the "id" of > your plugin and that everything match properly everywhere (your id is > custommeta apparently and should be the value in the plugin.includes if > I am not wrong). > > The fact that the jar file is not copied in the > "build/plugins/custom-meta" folder is most likely a build.xml prob > during the deploy task. > You can modify the "src/plugin/build-plugin.xml" to verbose more stuff > if you want (verbose="true" 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: [email protected] > 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 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. 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 plugin.PluginRepository - parsing: >> /usr/local/nutch-0.8/plugins/custom-meta/plugin.xml >> 2006-08-18 13:34:35,010 DEBUG plugin.PluginRepository - plugin: >> id=custommeta name=Custom Meta Parser/Filter version=0.0.1 >> provider=liveoakinteractive.comclass=null >> 2006-08-18 13:34:35,010 DEBUG plugin.PluginRepository - impl: >> point=org.apache.nutch.parse.HtmlParseFilter >> class=org.liveoak.nutch.parse.custommeta.CustomMetaParser >> 2006-08-18 13:34:35,011 DEBUG plugin.PluginRepository - impl: >> point=org.apache.nutch.indexer.IndexingFilter >> class=org.liveoak.nutch.parse.custommeta.CustomMetaIndexer >> 2006-08-18 13:34:35,011 DEBUG plugin.PluginRepository - impl: >> point=org.apache.nutch.searcher.QueryFilter >> class=org.liveoak.nutch.parse.custommeta.CustomMetaQueryFilter >> >> 2006-08-18 13:34:35,244 DEBUG plugin.PluginRepository - not including: >> > > >> custommeta >> >> > > > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Nutch-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-developers
