svnant: java.lang.NoClassDefFoundError: com/trilead/ssh2/InteractiveCallback

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

Link: http://www.trilead.com/Download/Trilead_SSH_for_Java/ 

3 Replies to “svnant: java.lang.NoClassDefFoundError: com/trilead/ssh2/InteractiveCallback”

  1. 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)

Leave a Reply

Your email address will not be published. Required fields are marked *