[Nutch-dev] 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 --- This SF.net email is sponsored

[Nutch-dev] 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 --- This SF.net email is sponsored by:

[Nutch-dev] 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 <><

[Nutch-dev] 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 --- This SF.net email is sponsored

[Nutch-dev] 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, t