Re: duplicate libs

2006-02-14 Thread Jérôme Charron
There are a number of duplicated libs in the plugins, namely: Isn't it already reported in http://issues.apache.org/jira/browse/NUTCH-196? I have still provided a patch for a log4j lib. If there is no objection, I will commit it and go ahead for * lib-commons-httpclient * lib-nekohtml Jérôme

Re: duplicate libs

2006-02-14 Thread Michael Nebel
Hi, when you consolidate the libs, perhaps you can add a version of xalan. This seems to be needed by the OpenSearchServlet. But I'm not entirely sure that it's not a broknen tomcat installation of mine. Can someone please verify my observation? Regards Michael -- Michael Nebel

[jira] Resolved: (NUTCH-137) footer is not displayed in search result page

2006-02-14 Thread Sami Siren (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-137?page=all ] Sami Siren resolved NUTCH-137: -- Fix Version: 0.8-dev Resolution: Fixed fixed as related to NUTCH-81 footer is not displayed in search result page

[jira] Closed: (NUTCH-123) Cache.jsp some times generate NullPointerException

2006-02-14 Thread Sami Siren (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-123?page=all ] Sami Siren closed NUTCH-123: Fix Version: 0.8-dev Resolution: Duplicate problem reported to be fixed in NUTCH-135 Cache.jsp some times generate NullPointerException

Re: duplicate libs

2006-02-14 Thread Doug Cutting
Jérôme Charron wrote: Isn't it already reported in http://issues.apache.org/jira/browse/NUTCH-196? Yes, you're right. I have still provided a patch for a log4j lib. If there is no objection, I will commit it and go ahead for * lib-commons-httpclient * lib-nekohtml +1 Thanks! Doug

[jira] Resolved: (NUTCH-64) no results after a restart of a search--server (without tomcat restart)

2006-02-14 Thread Sami Siren (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-64?page=all ] Sami Siren resolved NUTCH-64: - Resolution: Duplicate duplicate with NUTCH-14 no results after a restart of a search--server (without tomcat restart)

[jira] Resolved: (NUTCH-90) reduce logging output of IndexSegment

2006-02-14 Thread Sami Siren (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-90?page=all ] Sami Siren resolved NUTCH-90: - Resolution: Invalid doesn't seem to apply anymore reduce logging output of IndexSegment - Key: NUTCH-90

[jira] Commented: (NUTCH-140) Add alias capability in parse-plugins.xml file that allows mimeType-extensionId mapping

2006-02-14 Thread Chris A. Mattmann (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-140?page=comments#action_12366376 ] Chris A. Mattmann commented on NUTCH-140: - Hi Folks, I've went ahead and created an initial patch for this issue. I'll be attaching it to JIRA within the next day

Re: duplicate libs

2006-02-14 Thread Dawid Weiss
Yes, there is an easier way. Implement a custom task to which you'll pass a path to plugin.xml and a name for a path. The task (Java code) will create a named (id) path object which can be subsequently used in ant with classpath refid=xxx /. This requires a custom ant task, but as you