Re: can't get optional scp to work - ant 1.6.2

2005-11-21 Thread Eric Wulff
PM > > To: Ant Users List > > Subject: Re: can't get optional scp to work - ant 1.6.2 > > > > got a couple replies and all are much appreciated. This one > > was the fix for my situation. For future reference, still > > not sure what the problem was since I

RE: can't get optional scp to work - ant 1.6.2

2005-11-21 Thread Anderson, Rob (Global Trade)
-Rob Anderson > -Original Message- > From: Eric Wulff [mailto:[EMAIL PROTECTED] > Sent: Monday, November 21, 2005 12:50 PM > To: Ant Users List > Subject: Re: can't get optional scp to work - ant 1.6.2 > > got a couple replies and all are much appreciated.

Re: can't get optional scp to work - ant 1.6.2

2005-11-21 Thread Eric Wulff
got a couple replies and all are much appreciated. This one was the fix for my situation. For future reference, still not sure what the problem was since I already had a ant-jsch.jar in my ant.home/lib and it had .class files in it (more than just a manifest). Still, downloading the latest jsch-

RE: can't get optional scp to work - ant 1.6.2

2005-11-21 Thread Bozorgdadeh, Afshin
Hi Eric, It is so funny I was just working on the exact the same problem. The hack solution I got to work. Download jsch-0.1.23.jar http://www.jcraft.com/jsch/=20 Copy jsch-0.1.23.jar to your ${ANT}/lib directory or specify it in your Classpath. Good luck Best Regards Afshin Bozorgzadeh >Fidelity

Re: can't get optional scp to work - ant 1.6.2

2005-11-21 Thread Antoine Levy-Lambert
Eric Wulff wrote: >Hi, I'm trying to run the optional scp task (ant 1.6.2 - java 1.4.2) >but it's complaining. I feel I've covered the most likely problems >and now I'm running around with my head cut off :). > >- my usr/local/ant is in my path >- I have verified the jsch.jar dependency in my an