RE: Copy task and timestamp

2005-08-02 Thread Ramnish Kalsi
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 02 August 2005 14:23 To: user@ant.apache.org Subject: Copy task and timestamp Hi All, While you use Copy task it will change the timestamp of that file, i.e. if "old.txt" file was created on July 12, 2000 when you copy this file on Aug 1

Re: Copy task and timestamp

2005-08-02 Thread Nicolas Vervelle
[EMAIL PROTECTED] wrote: Hi All, While you use Copy task it will change the timestamp of that file, i.e. if "old.txt" file was created on July 12, 2000 when you copy this file on Aug 12, 2005 to certain location Copy task will change its timestamp(or modified date) to Aug 12, 2005, ho

Copy task and timestamp

2005-08-02 Thread pritesh.saharey
Hi All, While you use Copy task it will change the timestamp of that file, i.e. if "old.txt" file was created on July 12, 2000 when you copy this file on Aug 12, 2005 to certain location Copy task will change its timestamp(or modified date) to Aug 12, 2005, hope people are getting me. Wh