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#a11077872
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