Hi! I am trying to build Nutch 0.7. I am using Eclipse as the IDE on Windows XP. These are the errors I'm getting:
Exception ParseException is not compatible with throws clause in Parser.getParse(Content) nutch07/plugin/parse-mp3/src/java/org/apache/nutch/parse/mp3 MP3Parser.java line 44 1238766480656 23094 Exception ParseException is not compatible with throws clause in Parser.getParse(Content) nutch07/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf RTFParseFactory.java line 36 1238766480750 23163 The constructor ParseData(String, Outlink[], Properties) is undefined nutch07/plugin/parse-mp3/src/java/org/apache/nutch/parse/mp3 MP3Parser.java line 85 1238766480656 23095 The constructor ParseData(String, Outlink[], Properties) is undefined nutch07/plugin/parse-mp3/src/java/org/apache/nutch/parse/mp3 MP3Parser.java line 109 1238766480656 23098 The constructor ParseData(String, Outlink[], Properties) is undefined nutch07/plugin/parse-rtf/src/java/org/apache/nutch/parse/rtf RTFParseFactory.java line 65 1238766480750 23164 The method getContent(String) is undefined for the type Protocol nutch07/plugin/parse-mp3/src/test/org/apache/nutch/parse/mp3 TestMP3Parser.java line 68 1238766480656 23099 The method getContent(String) is undefined for the type Protocol nutch07/plugin/parse-mp3/src/test/org/apache/nutch/parse/mp3 TestMP3Parser.java line 101 1238766480656 23100 The method getContent(String) is undefined for the type Protocol nutch07/plugin/parse-mp3/src/test/org/apache/nutch/parse/mp3 TestMP3Parser.java line 128 1238766480656 23101 The method getContent(String) is undefined for the type Protocol nutch07/plugin/parse-rtf/src/test/org/apache/nutch/parse/rtf TestRTFParser.java line 66 1238766480750 23165 Though I've included jid3lib-0.5.1.jar and rtf-parser.jar in the Build Path. Still I'm getting these errors. Can anybody please provide a pointer to solve this? Thanks and regards, Mayank. -- Mayank Kamthan
