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
