RE: Copy task and timestamp

2005-08-02 Thread Ramnish Kalsi
This should solve your issue: preservelastmodifiedGive the copied files the same last modified time as the original source files. No; defaults to false. http://ant.apache.org/manual/CoreTasks/copy.html Its the second paramter. ramnish. -Original Message- From: [EMAIL PROTECTED

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