RE: SCP support in ANT 1.5

2005-03-07 Thread Anderson, Rob (Global Trade)
There is no official support for sshexec and scp in 1.5, but it does work. The tasks were initially written with Ant 1.5 and were first released with 1.6. Check out the following link for details about making it work with 1.5. http://marc.theaimsgroup.com/?l=ant-user&m=107410755020702&w=2 -Rob

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