Hi, AFAIK this plugin has not been used extensively with Nutch 2.x however here are some of my early observations which should get it working.
1. The plugin's plugin.xml and java source quotes code from the jsch package [0] so you will need to grab that and make it available... please see below 2. Have a look at the parse-tika plugin [1] for how plugin specific dependencies can be fetched from maven central. This is not particularly complicated and you should be able to get it working pretty easily. If you are able to get things working then great, please submit a patch to the Nutch Jira if possible. In the meantime I've opened a ticket [2] to track the progress, if you could attach here that would be excellent. Lewis [0] http://www.jcraft.com/jsch/ [1] https://svn.apache.org/repos/asf/nutch/branches/2.x/src/plugin/parse-tika/ivy.xml [2] https://issues.apache.org/jira/browse/NUTCH-1474 On Thu, Sep 27, 2012 at 5:20 PM, Toth, Attila <[email protected]> wrote:

