Thanks Doug,
Got updated nightly build. The codebase is complete with all the dependencies.
I am still facing following problem.
when I try to compile the httpclient code. I keep getting error
-------------------------->
org\apache\nutch\protocol\httpclient\Http.java:24: cannot access
org.apache.nutch.db.Page
bad class file:
E:\nutch_latest\nutch-nightly\nutch-nightly.jar(org/apache/nutch/db/Page.class)
class file has wrong version 49.0, should be 48.0
Please remove or make sure it appears in the correct subdirectory of the
classpath.
import org.apache.nutch.db.Page;
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
1 error
<--------------------------
As I am still on 1.4, I tried to compile the code with -source 1.4 options but
still getting the same error.
Any suggestions that can help fix it. Or shall I upgrade to 1.5 ?
Regards
Chetan
-----Original Message-----
From: Doug Cutting [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 07, 2005 1:22 AM
To: [email protected]
Subject: Re: proxy
Piotr Kosiorowski wrote:
> Andrzej patch was integrated with latest SVN version, but I am not sure
> why nightly downloads on nutch page are quite old - so they do not
> contain it.
I just fixed the nightly build process. It runs on my home workstation.
Please send a message to the list if you notice again that it's
broken. Someday we should move it to a server at Apache.
Doug