You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Sujen Shah (JIRA)" <ji...@apache.org> on 2016/09/24 19:28:20 UTC

[jira] [Updated] (NUTCH-2317) Plugin jars don't get added to classpath while running in local

     [ https://issues.apache.org/jira/browse/NUTCH-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sujen Shah updated NUTCH-2317:
------------------------------
    Description: 
Currently, plugin dependencies listed in the plugin's ivy.xml don't get added to the classpath while running nutch in local mode. 
Looking into the /bin/nutch code for adding jars to classpath these lines (https://github.com/apache/nutch/blob/master/src/bin/nutch#L161-L163) show an error in syntax. The PR tries to address this issue. 

Link to mail thread on dev list regarding this issue - http://www.mail-archive.com/dev@nutch.apache.org/msg22094.html


> Plugin jars don't get added to classpath while running in local
> ---------------------------------------------------------------
>
>                 Key: NUTCH-2317
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2317
>             Project: Nutch
>          Issue Type: Bug
>          Components: plugin
>            Reporter: Sujen Shah
>             Fix For: 1.13
>
>
> Currently, plugin dependencies listed in the plugin's ivy.xml don't get added to the classpath while running nutch in local mode. 
> Looking into the /bin/nutch code for adding jars to classpath these lines (https://github.com/apache/nutch/blob/master/src/bin/nutch#L161-L163) show an error in syntax. The PR tries to address this issue. 
> Link to mail thread on dev list regarding this issue - http://www.mail-archive.com/dev@nutch.apache.org/msg22094.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)