Re: Modifying Ant classpath inside build.xml

2005-05-05 Thread Antoine Levy-Lambert
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

Modifying Ant classpath inside build.xml

2005-05-04 Thread Nicolas Vervelle
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 :