You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by Gal Nitzan <gn...@usa.net> on 2005/12/29 23:28:57 UTC

Trunk is broken

It seems that Trunk is now broken...

In Crawl.java line 111 the parameter for parsing is missing.

For my self I have added the line:
	
	boolean parsing = conf.getBoolean("fetcher.parse", true);

and added the param parsing to 
	new Fetcher(conf).fetch(segment, threads, parsing);  // fetch it

Also the Javadoc build has million errors.

Gal



Re: Trunk is broken

Posted by Andrzej Bialecki <ab...@getopt.org>.
Thomas Jaeger wrote:

>Hi Andrzej,
>
>Gal Nitzan wrote:
>
>  
>
>>>It seems that Trunk is now broken...
>>>
>>>      
>>>
>
>
>DmozParser seems to be broken, too. It's package declaration is still
>org.apache.nutch.crawl instead of org.apache.nutch.tools.
>  
>

Fixed. Thanks!

-- 
Best regards,
Andrzej Bialecki     <><
 ___. ___ ___ ___ _ _   __________________________________
[__ || __|__/|__||\/|  Information Retrieval, Semantic Web
___|||__||  \|  ||  |  Embedded Unix, System Integration
http://www.sigram.com  Contact: info at sigram dot com



Re: Trunk is broken

Posted by Thomas Jaeger <nu...@thjaeger.org>.
Hi Andrzej,

Gal Nitzan wrote:

>> It seems that Trunk is now broken...
>>


DmozParser seems to be broken, too. It's package declaration is still
org.apache.nutch.crawl instead of org.apache.nutch.tools.


TJ


Re: Trunk is broken

Posted by Andrzej Bialecki <ab...@getopt.org>.
Gal Nitzan wrote:

>It seems that Trunk is now broken...
>
>In Crawl.java line 111 the parameter for parsing is missing.
>
>For my self I have added the line:
>	
>	boolean parsing = conf.getBoolean("fetcher.parse", true);
>
>and added the param parsing to 
>	new Fetcher(conf).fetch(segment, threads, parsing);  // fetch it
>
>Also the Javadoc build has million errors.
>  
>

Fixed. Thanks for spotting this!

-- 
Best regards,
Andrzej Bialecki     <><
 ___. ___ ___ ___ _ _   __________________________________
[__ || __|__/|__||\/|  Information Retrieval, Semantic Web
___|||__||  \|  ||  |  Embedded Unix, System Integration
http://www.sigram.com  Contact: info at sigram dot com



Re: Trunk is broken

Posted by Thomas Jaeger <nu...@thjaeger.org>.
Hi Andrzej,

Gal Nitzan wrote:
> It seems that Trunk is now broken...
> 

DmozParser seems to be broken, too. It's package declaration is still
org.apache.nutch.crawl instead of org.apache.nutch.tools.


TJ

Re: Trunk is broken

Posted by Thomas Jaeger <nu...@thjaeger.org>.
Hi Andrzej,

Gal Nitzan wrote:

>> It seems that Trunk is now broken...
>>


DmozParser seems to be broken, too. It's package declaration is still
org.apache.nutch.crawl instead of org.apache.nutch.tools.


TJ