RE: Multiple .properties in the same ANT

2006-08-14 Thread LIRA Olavo
ed more > precisions. Thanks!! > > > Olavo Lira > > -Original Message- > From: Burgess, Benjamin [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 10, 2006 1:34 PM > To: Ant Users List > Subject: RE: Multiple .propert

Re: Multiple .properties in the same ANT

2006-08-14 Thread glenn opdycke-hansen
m: Burgess, Benjamin [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 1:34 PM To: Ant Users List Subject: RE: Multiple .properties in the same ANT You will have to give more information (such as the contents of your build.xml). Can you use a macrodef to define the target and have it take in the na

RE: Multiple .properties in the same ANT

2006-08-14 Thread Burgess, Benjamin
Ant Users List Subject: RE: Multiple .properties in the same ANT Hi Ben, Did you had a chance to look into my Build.xml? I understand what you have said about passing the .properties dynamically, this I can do, what I don't know how to do is to run "n" times the same ANT w

RE: Multiple .properties in the same ANT

2006-08-14 Thread LIRA Olavo
t me know if it's not clear or if you need more precisions. Thanks!! Olavo Lira -Original Message- From: Burgess, Benjamin [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 1:34 PM To: Ant Users List Subject: RE: Multiple .propertie

RE: Multiple .properties in the same ANT

2006-08-10 Thread LIRA Olavo
>You will have to give more information (such as the contents of your >build.xml). >Can you use a macrodef to define the target and have it take in the name >of the properties file as an argument? Then the macrodef can load the >properties with a prefix based on the argument. Hi Ben,

RE: Multiple .properties in the same ANT

2006-08-10 Thread Burgess, Benjamin
You will have to give more information (such as the contents of your build.xml). Can you use a macrodef to define the target and have it take in the name of the properties file as an argument? Then the macrodef can load the properties with a prefix based on the argument. Ben -Original Messa