Hello Nicolas,
you can do this by adding a invocation in your build file for the
ssh task.
It is possible (I am not sure) that you will have to also move away the
ant-jsch.jar file from $ANT_HOME/lib to achieve what you want.
So assuming you are removing ant-jsch.jar from $ANT_HOME/lib and putt
Hi,
In my build.xml, I am using the task which requires jsch.jar in
the classpath.
I have put jsch.jar in the same directory as build.xml.
I would like Ant to add it to its classpath inside build.xml, is it
possible ?
I don't want to use the classic solutions to add a .jar in Ant
classpath :