I have a property file-1 where cc.db.username and cc.db.password are defined.

There is property file-2 with tokens DbUser and DbPassword with some default
values, that will be copied to a directory.

My task is to replace values of DbUser and DbPassword in file-2 with values
of cc.db.username and cc.db.password in file-1.

I have a code like this:
       
       
           
               
               
           
       

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 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.

Reply via email to