RE: Doubt in property file

2008-05-19 Thread Irfan.Sayed
Thanks a lot Regards, Irfan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, May 19, 2008 1:11 PM To: user@ant.apache.org Subject: AW: Doubt in property file > 1: Can we have more than one property file defined in ANT's build.xml yes > 2: If there

Re: Doubt in property file

2008-05-19 Thread Carlos Alonso
Hi Irfan. Regarding to your first question, the answer is yes, you can use as much property files as you want. About the second question I'm not 100% sure, but I would say that the value is overriden so that the runtime value will be the one in the last loaded property file. Furthermore, I can