[OT]Ant Script

2004-02-25 Thread Ramadoss Chinnakuzhandai
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??

Re: [OT]Ant Script

2004-02-25 Thread Lucas Gonzalez
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

Re: [OT]Ant Script

2004-02-25 Thread Manish Singla
As somebody suggested ant copy will solve ur problem. But, just in case in your situaton above do not solve your problem in that case use following tasks to check modification date on ur own. condition available uptodate Ramadoss Chinnakuzhandai wrote: Hi, Using Ant Script is it