Today I was integrating svn with ant using svnant plugin. I encountered the error
java.lang.NoClassDefFoundError: com/trilead/ssh2/InteractiveCallback
Basically I was operating on SSH layer so it needs a additional support for connecting to the server.
this is looking for trilead-ssh2-build213.zip that can be found at following url
You sir are one of those internet heroes. Thanks for the information, and a bit of extra info:
– extract the trilead zip file
– get trilead-ssh2-build213.jar and whack it in your ant lib directory (/usr/share/ant/lib probably)
Trilead SSH for Java The freely available open-source library won’t be anymore developed nore supported by Trilead.
But, you can found that here: http://es.sourceforge.jp/projects/sfnet_orion-ssh2/downloads/Trilead-SSH2/trilead-ssh2-build213.zip/
this link doesnt seem to work for me.
scott