[jira] Commented: (NUTCH-598) Remove deprecated use of ToolBase, Migration to the new implementation

2008-03-20 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12580676#action_12580676
 ] 

Hudson commented on NUTCH-598:
--

Integrated in Nutch-trunk #395 (See 
[http://hudson.zones.apache.org/hudson/job/Nutch-trunk/395/])

 Remove deprecated use of ToolBase, Migration to the new implementation
 --

 Key: NUTCH-598
 URL: https://issues.apache.org/jira/browse/NUTCH-598
 Project: Nutch
  Issue Type: Improvement
Affects Versions: 0.9.0
Reporter: Emmanuel Joke
Assignee: Andrzej Bialecki 
 Fix For: 1.0.0

 Attachments: NUTCH-598.patch, NUTCH-598.v2.patch, NUTCH-598_v3.patch


 All major nutch command are using the deprecated ToolBase class. We need to 
 upgrade the code to extend Configured, implements the interface Tool and use 
 ToolRunner.run().

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (NUTCH-620) BasicURLNormalizer should collapse runs of slashes with a single slash

2008-03-20 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12580677#action_12580677
 ] 

Hudson commented on NUTCH-620:
--

Integrated in Nutch-trunk #395 (See 
[http://hudson.zones.apache.org/hudson/job/Nutch-trunk/395/])

 BasicURLNormalizer should collapse runs of slashes with a single slash
 --

 Key: NUTCH-620
 URL: https://issues.apache.org/jira/browse/NUTCH-620
 Project: Nutch
  Issue Type: Bug
  Components: fetcher
Affects Versions: 0.9.0
 Environment: JDK 1.6 update 5, Tomcat 6, Windows Server 2003, 
Reporter: Mark DeSpain
Assignee: Andrzej Bialecki 
Priority: Minor
 Fix For: 1.0.0

 Attachments: patch.txt

   Original Estimate: 0.5h
  Remaining Estimate: 0.5h

 The BasicURLNormalizer should collapse runs of slash characters '/' with a 
 single slash.  
 For example,  the following URLs should be normalized to 
 http://lucene.apache.org/nutch/about.html
 * http://lucene.apache.org/nutch//about.html 
 * http://lucene.apache.org//nutch/about.html 
 * http://lucene.apache.org/nutchabout.html (an exaggerated example)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.