Re: using dynamic declarations..

2009-10-21 Thread Daniel Blaukopf
You can do this in Ant 1.7.1 without any extensions: ${value.id} I use this to set up builds for different platforms. For example, Daniel EetieD wrote: Hi, I was wondering if it is possible to use 'dynamic declarations' within ANT. Please check the example below. In the line '${valu

RE: using dynamic declarations..

2009-10-16 Thread Rebhan, Gilbert
-Original Message- From: EetieD [mailto:k...@leanapps.com] Sent: Thursday, October 15, 2009 11:32 AM To: user@ant.apache.org Subject: using dynamic declarations.. /* Hi, I was wondering if it is possible to use 'dynamic declarations' within ANT. Please check the example below. In the

Re: using dynamic declarations..

2009-10-15 Thread Stefan Bodewig
On 2009-10-15, EetieD wrote: > I was wondering if it is possible to use 'dynamic declarations' within ANT. > Please check the example below. In the line '${value.${id}}', 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