Hm, I did not see any problems during the build process... I have double-checked the build setup for the SFTP plugin but did not find any issues - everything looks fine as far as I am concerned. I clean-built the whole project with extra attention to possible issues but it came out clean (the javadoc task complained about some missing references but it does not matter).
The jsch package is getting fetched and used, it also shows up in the distribution. I believe Nutch actually recognizes the SFTP plugin at startup (according to its log, at least) it just does not get properly associated with actual requests... ________________________________________ From: Lewis John Mcgibbney [[email protected]] Sent: Thursday, September 27, 2012 12:41 PM To: [email protected] Subject: Re: Is SFTP supported / working? 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: IMPORTANT NOTICE: This message, including attachments, may be confidential or legally privileged and is for the intended recipient(s) only. Unauthorized distribution, copying or disclosure is strictly prohibited. By accepting email communications that may contain your personal information, you are deemed to consent to its transmission. Please delete this email if obtained in error and email confirmation to sender.

