On Wed, 15 Jun 2005, Anil Jacob <[EMAIL PROTECTED]> wrote: > If it is ANT1.6+ rename the jsch-0.1.20.jar as ant-jsch.jar.
This is wrong, wrong, wrong. ant-jsch.jar contains the SSH related Ant tasks and is part of Ant's binary distribution. If you build Ant from sources, you won't have that jar (well, you will have an empty one) unless you had jsch-0.1.20.jar on your CLASSPATH when you compiled Ant. jsch-0.1.20.jar contains JSch itself and is required in addition to Ant's binary distribution in order to use the SSG related tasks. You need both jars. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
