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 >

AW: Doubt in property file

2008-05-19 Thread Jan.Materne
> 1: Can we have more than one property file defined in ANT's build.xml yes > 2: If there are two properties file and let's say I have one property > defined in these two property file with different values then build.xml > will pick up which value for this property. Properties are immutable,

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

Doubt in property file

2008-05-19 Thread Irfan.Sayed
HI All, I need to clear following doubt in ANT. 1: Can we have more than one property file defined in ANT's build.xml 2: If there are two properties file and let's say I have one property defined in these two property file with different values then build.xml will pick up which value for t