RE: Ant filterset doesnot work

2007-03-01 Thread jake_ryan
to > add overwrite="true" to the ? > > Hope this helps, > Keith > > > -Original Message- > From: jake_ryan [mailto:[EMAIL PROTECTED] > Sent: 01 March 2007 16:14 > To: user@ant.apache.org > Subject: Re: [SEC=UNCLASSIFIED] Ant filterset doesnot wo

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
uot;${jboss.local.conf.dir}/SPP_CC_Config.properties" filtering="on"> > > > > > > > After running ant, I get successful message but still the copied file > contain old values. > How to debug this? What is wrong with my code? > > Thanks a bunch! > -- View thi

Ant filterset doesnot work

2007-03-01 Thread jake_ryan
this message in context: http://www.nabble.com/Ant-filterset-doesnot-work-tf3327767.html#a9252339 Sent from the Ant - Users mailing list archive at Nabble.com.