Hi,
    I do not mean to be harsh or something, but a simple look at the doc
would have solved your problem
http://ant.apache.org/manual/CoreTasks/copy.html

    It�s on the second sentence!
        "Copies a file or FileSet to a new file or directory. By default,
files are only copied if the source file is newer than the destination file"

    Best Regards,
    Lucas


----- Original Message ----- 
From: "Ramadoss Chinnakuzhandai" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 25, 2004 2:50 PM
Subject: [OT]Ant Script


Hi,
      Using Ant Script is it possible to detect the latest modified file by
comparing the same file across two different locations and make them sync or
override the old file with the latest modified file and make sure that same
version of file exists on these two different location??


dirX/abc.jsp(timestamp as today)
                ====>ant script which will update abc.jsp under dirY with
abc.jsp under dirX
dirY/abc.jsp(timestamp as yesterday)

is there any ANT guru to solve my "my brain's fuzzing"

-Ramadoss





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to