RE: SCP support in ANT 1.5

2005-03-07 Thread Anderson, Rob (Global Trade)
=2 -Rob Anderson > -Original Message- > From: Balasinorwala, Murtuza J. [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 03, 2005 1:59 PM > To: 'Ant Users List' > Subject: SCP support in ANT 1.5 > > > Hello, > Does ANT 1.5 support scp task? Is

AW: SCP support in ANT 1.5

2005-03-04 Thread Jan . Materne
> -Ursprüngliche Nachricht- > Von: Jacob Kjome [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 3. März 2005 23:37 > An: Ant Users List > Betreff: Re: SCP support in ANT 1.5 > > > Use a native SCP client and do something like this > > >

Re: SCP support in ANT 1.5

2005-03-03 Thread Jacob Kjome
Use a native SCP client and do something like this I have a global .build.properties that I import in all build files that is stored in my user.home directory which has "scp=pscp". The "pscp" program is an SCP client is from the Putty project (yes, I'm using Windows). In any ca

Re: SCP support in ANT 1.5

2005-03-03 Thread Alexey N. Solofnenko
scp in general creates too many problems. One of them is that it is hard to make it not to copy the same files again in the next execution. A samba or NFS share is a lot easier to use. - Alexey.Murtuza J. wrote: Hello, Does ANT 1.5 support scp task? Is there a jar available that I can use to

SCP support in ANT 1.5

2005-03-03 Thread Balasinorwala, Murtuza J.
Hello, Does ANT 1.5 support scp task? Is there a jar available that I can use to implement the scp task in my existing scripts. Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE