Hi there,
I'm trying to build Nutch 0.7.x from the sources and Im running into
some problems:
MP3Parser.java gives me some compile time errors:
ParseException is not compatible with throws clause in
Parser.getParse(Content)
Nutch-0.7/src/plugin/parse-mp3/src/java/org/apache/nutch/parse/mp3/MP3Parser.java
line 44
If I check the Parser class, it is indeed true that the Parser interface
does not declare any exception to be thrown and the MP3Parser class does
declare a ParseException in the thrown clause.
rg.apache.nutch.parse.rtf.RTFParseFactory has exactly the same error
Both classes also try to create a ParseData object using a constructor
that does not exist (they are missin the status argument).
TestMP3Parser and TestRTFParser try to use a method
Protocol.getContent(String) that does not exist (one would guess it is
now getOutput(String)).
I tried both the packed version from Sourceforge and then the branch-0.7
from Subversion and both have those compile errors... am I missing
something? Are those parsers no longer in use?
Cheers!
D.
PD: I found some WinNT scripts (.bat files) on the net to run Nutch in
windows and I updated them to run with branch 0.7, in case someone is
interested. I'm still getting some errors when trying to run some
commands, not the batch files but Nutch internals, and that's why I
wanted to build Nutch form the sources.
--
-------------------------------------------
Daniel Lopez Janariz ([EMAIL PROTECTED])
Web Services
Centre for Information and Technology
Balearic Islands University
(SPAIN)
-------------------------------------------