hi - I have a beginner question about getting ivy ...
# general
s
hi - I have a beginner question about getting ivy setup. we use ivy already with ant and use the sftp resolver and use ant settings to add
jsch-0.1.31.jar
to the classpath to get it to work. Is there a recommended way to do this with pants? I have
<classpath file=”{ivy.settings.dir}/lib/jsch-0.1.31.jar”/>
in ivy-settings.xml but still get
ClassNotFoundException: com.jcraft.jsch.JSchException
.