Re: [SEC=UNCLASSIFIED] Ant filterset doesnot work

2007-03-01 Thread Wayne Cannon
... 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

RE: [SEC=UNCLASSIFIED] Ant filterset doesnot work

2007-03-01 Thread Keith Hatton
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

Re: [SEC=UNCLASSIFIED] Ant filterset doesnot work

2007-03-01 Thread jake_ryan
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