RE: AW: Ant exec find -exec problem

2006-11-16 Thread Elaine Fortin
] Sent: Thursday, November 16, 2006 8:08 AM To: Ant Users List Subject: Re: AW: Ant exec find -exec problem With the attribute of , how do I specify " today less ${requested.days} " ? I don't see any way of doing math functions on dates in Ant. Thanks, Elaine At 01:26 PM 11/16/

RE: AW: Ant exec find -exec problem

2006-11-16 Thread bill/wilandra
: Ant exec find -exec problem With the attribute of , how do I specify " today less ${requested.days} " ? I don't see any way of doing math functions on dates in Ant. Thanks, Elaine At 01:26 PM 11/16/2006 +0100, you wrote: >In Ant you should not think about what to do with each s

Re: AW: Ant exec find -exec problem

2006-11-16 Thread Elaine Fortin
With the attribute of , how do I specify " today less ${requested.days} " ? I don't see any way of doing math functions on dates in Ant. Thanks, Elaine At 01:26 PM 11/16/2006 +0100, you wrote: In Ant you should not think about what to do with each single file. Catch all at once. Move mult