Can I read the the property value from an external file instead of specifing the value within the <property> tag.
So instead of –
<property name="device" value="test" />
Use something like
<property name="device" value="c:\\fileToRead" />
where file to read contains test,test2,test3
Thanks
in build.xml
general.properties file
So for you will be:
fileToRread is