This post has been moved to blogspot. No further posts will be made to this location.
I'm blogging this in the hopes that this will be picked up by google since I looked for the longest time and didn't find the solution anywhere. I ended up contacting the maker of the plugin for CVS access using SSH2 in Eclipse 2.1. I'm using WSAD 5.1.
Long story short, if you are using WSAD 5.1 and need to connect to a CVS server that only has SSH2 running, here is how I did it from advice from ymnk.
download following filesAnd that's it. It worked great for me. I hope it does for other people too.unzip 'org.eclipse.team.cvs.ssh2_0.1.3-rc1-src.zip' in 'plugins' directory.
- http://www.jcraft.com/eclipse-cvsssh2/org.eclipse.team.cvs.ssh2_0.1.3-src.zip
- http://www.jcraft.com/eclipse-cvsssh2/bc/jsch-0.1.13.jar
- http://www.jcraft.com/eclipse-cvsssh2/bc/jsch-0.1.13-bc.jar
- http://www.jcraft.com/eclipse-cvsssh2/bc/bc-119.jar
- http://www.jcraft.com/eclipse-cvsssh2/bc/plugin.xml
copy 'jsch-0.1.13.jar', 'jsch-0.1.13-bc.jar', 'bc-119.jar' and 'plugin.xml' into 'plugins/org.eclipse.team.cvs.ssh2_0.1.3/' directory.
Update: Some jars might have moved. If you ever need to do this again you can find a jar on the jcraft site under "downloads" most of the down the page.
Posted by jim at March 15, 2004 04:49 PMHi.
Same problem for me, but today ymnk released the 0.1.3 and deleted the rc1-zip from his httpserver.
With the 0.1.3 (not rc1) I get a NoSuchMethodError on method com/jcraft/jsch/JSch.getHostKeys()
Maybe, if you still got the "old" rc1 file, could you please send it to me to the address provided?
Thank you in advance,
Frank
I sent an email. Let me know if you have any troubles. (I changed your email address to help protect you from spam too)
Posted by: Jim at March 8, 2005 09:16 AM