[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-598) Remove deprecated use of ToolBase, Migration to the new implementation

2008-03-18 Thread Andrzej Bialecki (JIRA)

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

Andrzej Bialecki  commented on NUTCH-598:
-

Patch synced to the current trunk. If there are no objections I'd like to 
commit it shortly.

 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 
 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-598) Remove deprecated use of ToolBase, Migration to the new implementation

2008-02-23 Thread Emmanuel Joke (JIRA)

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

Emmanuel Joke commented on NUTCH-598:
-

Hi Dogacan,did you finish to review my patch.Is it possible to commit it ?

 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: Emmanuel Joke
 Attachments: NUTCH-598.patch, NUTCH-598.v2.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-598) Remove deprecated use of ToolBase, Migration to the new implementation

2008-01-12 Thread JIRA

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

Doğacan Güney commented on NUTCH-598:
-

I am currently testing latest patch, if I don't run into any problems I am 
going to commit it in a few days.

 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: Emmanuel Joke
 Attachments: NUTCH-598.patch, NUTCH-598.v2.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-598) Remove deprecated use of ToolBase, Migration to the new implementation

2008-01-04 Thread JIRA

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

Doğacan Güney commented on NUTCH-598:
-

Migration to Tool looks good, but some of the templates that you have added are 
too generic (such as, OutputCollectorWritableComparable, Writable). Those 
templates should either be more specific or we can just remove them and commit 
ToolBase migration code.

 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: Emmanuel Joke
 Attachments: NUTCH-598.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.