I am using 0.8-dev. probably that answers the questions. I will do some double checking tomorrow and see how to solve it,
Thanks again for your reply. On 2/24/06, Vanderdray, Jacob <[EMAIL PROTECTED]> wrote: > What version of nutch are you working with? I wrote the example > based on the 0.7.1 base. > > The second error seems to indicate that you don't have a filter > method in your indexer plugin. Check to make sure there isn't a typo in > the name of the method. > > Good luck, > Jake. > > -----Original Message----- > From: Nutch Newbie [mailto:[EMAIL PROTECTED] > Sent: Friday, February 24, 2006 11:05 AM > To: [email protected] > Subject: recommended plugin example > > Hi Jacob: > > I been trying to compile the recommended plugin example but having no > luck. I am hitting the following error? I did "ant tar" and i added > deploy and clean in the plugins/build.xml. But I am keep getting the > following error.. As I am just getting started any hint will be > greatly appreciated. > > Thanks > ======================= > > init-plugin: > > compile: > [echo] Compiling plugin: recommended > [javac] Compiling 3 source files to > /home/local/src/nutch-src/build/recommended/classes > [javac] > /home/local/src/nutch-src/src/plugin/recommended/src/java/org/apache/nut > ch/parse/recommended/RecommendedParser.java:26: > cannot find symbol > [javac] symbol : class DocumentFragment > [javac] location: class > org.apache.nutch.parse.recommended.RecommendedParser > [javac] public Parse filter(Content content, Parse parse, > HTMLMetaTags metaTags, DocumentFragment doc) { > [javac] > ^ > [javac] > /home/local/src/nutch-src/src/plugin/recommended/src/java/org/apache/nut > ch/parse/recommended/RecommendedIndexer.java:17: > org.apache.nutch.parse.recommended.RecommendedIndexer is not abstract > and does not override abstract method > filter(org.apache.lucene.document.Document,org.apache.nutch.parse.Parse, > org.apache.nutch.io.UTF8,org.apache.nutch.crawl.CrawlDatum,org.apache.nu > tch.crawl.Inlinks) > in org.apache.nutch.indexer.IndexingFilter > [javac] public class RecommendedIndexer implements IndexingFilter { > [javac] ^ > [javac] Note: > /home/local/src/nutch-src/src/plugin/recommended/src/java/org/apache/nut > ch/parse/recommended/RecommendedIndexer.java > uses or overrides a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] 2 errors > ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
