-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:
" 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
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