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: AW: using dynamic declarations..

2009-10-19 Thread EetieD
> Von: EetieD [mailto:k...@leanapps.com] > Gesendet: Donnerstag, 15. Oktober 2009 11:32 > An: user@ant.apache.org > Betreff: using dynamic declarations.. > > > Hi, > > I was wondering if it is possible to use 'dynamic declarations' within > ANT. > Please check

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 bel

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

AW: using dynamic declarations..

2009-10-15 Thread Knuplesch, Juergen
Maybe use propertycopy from antcontrib package. Juergen -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: EetieD [mailto:k...@leanapps.com] Gesendet: Donnerstag, 15. Oktober 2009 11:32 An: user@ant.apache.org Betreff: using dynamic declarations.. Hi, I was

using dynamic declarations..

2009-10-15 Thread EetieD
alue.${id}}' literaly. If possible, how can I still use this construction? I hope someone can help. Thanks!! EetieD ${value.${id}} ${value.3} -- View this message in context: http://www.nabble.com/using-dynamic-declarations..-tp25