On Sat, 30 Jun 2001 04:41, Kyle Adams wrote:
> Was the Replace task not available in earlier versions of Ant,
yep ;)
> necessitating the Copy workaround, or is there a performance advantage to
> filtering via Copy rather than Replace?
and yep ;)
Replace will process filename everytime. While copy will only process it when
copying. So if file already exists at destination it will not try to process
file.
Cheers,
Pete
*-----------------------------------------------------*
| "Faced with the choice between changing one's mind, |
| and proving that there is no need to do so - almost |
| everyone gets busy on the proof." |
| - John Kenneth Galbraith |
*-----------------------------------------------------*