Re: scp task -- need to be declared somehow in the build file?

2003-09-26 Thread Shawn
Well explicitely adding them all to my classpath worked from the command line but still no go from my servlet. If all those jars were in ANT_HOME/lib and I installed Ant with PATH=$ANT_HOME/bin then why were those classes found when the classpath to the jars wasn't set explicitely. ANYWAY (IE

scp task -- need to be declared somehow in the build file?

2003-09-26 Thread Shawn
Hello, Do I need to add something to my build file to use optional tasks. The docs don't seem to indicate that but... I am using a servlet to launch a build file that uses the scp tast. In TOMCAT_HOME/common/lib I have ant.jar optional.jar ant-jsch.jar jsch-20030830.jar Those are also in my A