Re: ftp-ing only new files

2002-03-27 Thread Diane Holt
--- Denis McCarthy <[EMAIL PROTECTED]> wrote: > The behaviour seems funny; each time I ftp the files across to my AIX > machine, they are given as a new timestamp the time at which they were > ftp'd. It seems that with this behaviour the files will all be ftp'd > across each time, because the ftp

Re: ftp-ing only new files

2002-03-27 Thread Denis McCarthy
- Original Message - From: "Steve Loughran" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Tuesday, March 26, 2002 6:10 PM Subject: Re: ftp-ing only new files > > - Original Message - > From: "Denis McCar

Re: ftp-ing only new files

2002-03-26 Thread Diane Holt
--- Denis McCarthy <[EMAIL PROTECTED]> wrote: > I thought that if I set the "depends=yes" option in the ftp task, only > newer files would be transferred. Unfortunately, all files are still > ftp'd each time. The doc certainly suggests that setting 'depends="yes"' should do what you want. Could t

ftp-ing only new files

2002-03-26 Thread Denis McCarthy
Hi there, I am using ant to build a java/jsp project on my local machine and ftp the classes to a unix box remotely. At the moment each time I deploy the project, all files are ftp'd across, regardless of whether they are newer than the ones on the unix box or not. I thought that if I set the "