On 2009-10-15, EetieD <k...@leanapps.com> wrote:

> I was wondering if it is possible to use 'dynamic declarations' within ANT.
> Please check the example below. In the line '<echo>${value.${id}}</echo>', I
> would like to print a value which is dependant on the id.

Not in Ant 1.7.1 or earlier, except using some tricks
<http://ant.apache.org/faq.html#propertyvalue-as-name-for-property>

Once it they are ready Ant 1.8.0 and the new props Antlib will provide a
simpler way to do just that.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to