Not filtering during copy when used (was RE: Making copy NEVER overwrite)

2005-03-27 Thread David Resnick
-v and -debug both say that the file is being copied. >From verbose output: [copy] auto2.vcp added as auto2.vcp.bak doesn't exist. [copy] Copying 1 file to D:\proj [copy] Copying D:\proj\auto2.vcp to D:\proj\auto2.vcp.bak [copy] Copying 1 file to D:\proj [copy] Copying D:

RE: Making copy NEVER overwrite

2005-03-22 Thread Burgess, Benjamin
" the second time around the original is newer than the backup" Is this because your copy target the first time around does not have preservelastmodified="true"? Ben -Original Message- From: David Resnick [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 22, 2005 5:40 AM To: 'Ant Users Lis

RE: Making copy NEVER overwrite

2005-03-22 Thread David Resnick
Thanks for the suggestion. The problem with that is that I would need to set failonerror to off, but I don't want to do that. -David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 22, 2005 13:41 To: user@ant.apache.org Subject: AW: Making copy