... or use 's "preservelastmodified" on the original so
the copied file has the same time-stamp as the original. To my way of
thinking, this allows a more 'honest" appraisal of files. --Wayne
Keith Hatton wrote:
A favourite that trips me up is that the destination files are newer
than the
7 16:14
To: user@ant.apache.org
Subject: Re: [SEC=UNCLASSIFIED] Ant filterset doesnot work
Forgot to mention.. Here are the files:
file-1:
cc.db.username=itsme
cc.db.password=itsme
file-2
DbUser=shared
DbPassword=shared
After running ant, still I see DbUser and DbPassword as shared/shared. I
exp
Forgot to mention.. Here are the files:
file-1:
cc.db.username=itsme
cc.db.password=itsme
file-2
DbUser=shared
DbPassword=shared
After running ant, still I see DbUser and DbPassword as shared/shared. I
expected they wouldbe itsme/itsme.
I tried to use begintoken="%" endtoken="*" aswell, but of