[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??


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]



Re: [OT]Ant Script

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



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 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]


--
Thanks
Manish Singla
x73166
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]