in simple words....

I want to load "abc.properties" file and use the values stored in this
property file to do the following --

1. Set some property values for example <property name="location"
value="?????"/> after reading the value from abc.properties

2. Load few more property files after reading the name of the files to be
loaded from abc.properties

Any way of achieving this ?



arijit wrote:
> 
> Additionally, since I cannot use name attribute along with file attribute
> for property, so although I am loading the property file, by using 
> <property file="${property_files_location}/abc.properties"/>  but I cannot
> refer to that loaded file.
> 
> 
> arijit wrote:
>> 
>> <property file="${property_files_location}/abc.properties"/> 
>> 
>> <property name="location" value="?????"/>
>> 
>> Now abc.properties have some key-value pair for example
>> location="C:/test"           
>> 
>> Now I want to fill in the value (marked with ?????) with C:/test by
>> reading from the abc.properties file.
>> 
>> Is it possible ?
>>              
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Token-based-loading-of-property-files-tf3907149.html#a11078642
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to