When creating the 0.3.1 zip, I mistakenly included some changes I was making at 
that time to the code. I'm working on creating a 0.3.2 right now with these 
corrections.

Alternatively, just use 0.3.zip with the 0.3.1 build.xml and build.properties.

Thanks, and sorry about the oversight.

k

On Fri, 26 Aug 2005 10:54:31 +0200, Piotr Kosiorowski wrote:
> I suspected he uses JDK 1.4 and as when he executes 'java -version'
> it print 1.5 I think he has both JDK installed and PATH is updated
> for 1.5 but JAVA_HOME (used by ant) is set to the 1.4 one. I did so
> in my installation and get indentical results.
> But having said that I am still not able to compile it using JDK
> 1.5 - and looking at the source code it should not compile in my
> opinion: Error is:
> [javac] Compiling 50 source files to D:\oc\classes [javac]
> D:\oc\src\java\org\supermind\crawl\HostQueue.java:70: non-static
> var iable maxPagesPerConnection cannot be referenced from a static
> context [javac]     int number = Math.min(pages.size(),
> Fetcher.maxPagesPerConnectio n);
> [javac]                                                ^
>
> And when you look at Fetcher.java:
> protected int maxPagesPerConnection = 5;
>
> So it should not compile in my opinion.
> Am I missing sth?
> Regards
> Piotr
>
>
> On 8/26/05, Kelvin Tan <[EMAIL PROTECTED]> wrote:
>
>> Wang Wen is having some build problems with the code I uploaded
>> to Jira. I'm wondering if anyone else is facing the same problems?
>>
>> kelvin


Reply via email to