Re: Trunk is broken

2006-01-02 Thread Thomas Jaeger
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

2006-01-02 Thread Thomas Jaeger
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

2005-12-30 Thread Thomas Jaeger
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

2005-12-30 Thread Andrzej Bialecki

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




Trunk is broken

2005-12-29 Thread Gal Nitzan
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

2005-12-29 Thread Andrzej Bialecki

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