RE: Use Ant with an arbitrary date

2011-12-08 Thread Emma Burrows
> Ant 1.7.1 has a known bug Thanks, I'm glad to know it wasn't just me. :) I probably can update Ant, but as it's also part of our CMS, I'm nervous about writing scripts against a different version - so I have implemented your suggestion first and I'm glad to confirm that it's working now. :)

Re: Use Ant with an arbitrary date

2011-12-08 Thread Stefan Bodewig
On 2011-12-08, Emma Burrows wrote: > Apologies for revisiting this issue a week later. Don't worry. >> Another approach more in line with your original one is to explicitly >> set update to false on your modified selector during normal builds and >> set it to true when you actually deploy the fi

RE: Use Ant with an arbitrary date

2011-12-08 Thread Emma Burrows
Apologies for revisiting this issue a week later. I've finally had a minute to test the following option you suggested: > Another approach more in line with your original one is to explicitly > set update to false on your modified selector during normal builds and > set it to true when you actual

RE: Use Ant with an arbitrary date

2011-11-29 Thread Emma Burrows
From: Stefan Bodewig [mailto:bode...@apache.org] > You could copy the files that represent a version to some cache > directory and use the different selector to select the files that are > different from the ones inside the cache. > Another approach more in line with your original one is to explic

Re: Use Ant with an arbitrary date

2011-11-29 Thread Stefan Bodewig
On 2011-11-29, Emma Burrows wrote: > Thank you for the response. Sorry, I should probably have anticipated > that response by expanding more thoroughly on exactly what happens. :) 8-) > Actually, come to think of it, the date is probably a bit of a red > herring. I suppose what I really need is

RE: Use Ant with an arbitrary date

2011-11-29 Thread Emma Burrows
9:54 To: user@ant.apache.org Subject: Re: Use Ant with an arbitrary date On 2011-11-29, Emma Burrows wrote: > So I was wondering if there was some way of using 's > cache-based approach to only copy the files that have been modified > since a given date/time like "17.00 last Th

Re: Use Ant with an arbitrary date

2011-11-29 Thread Stefan Bodewig
On 2011-11-29, Emma Burrows wrote: > So I was wondering if there was some way of using 's > cache-based approach to only copy the files that have been modified > since a given date/time like "17.00 last Thursday" instead of "last > time this script was run". This is a job for the date selector ra