I would ask about property ant.After some action I got property
<property name="prop" value="test"/>
in file build.properties .I have the property test
test=example
I want to get value from build.properties but when I use
<echo>${${prop}}</echo>
I got error Could somebody help me?How I can solve this problem?It's possible in general such way use property?