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