AW: nested property names

2005-07-25 Thread Jan.Materne
http://ant.apache.org/faq.html#propertyvalue-as-name-for-property Jan >-Ursprüngliche Nachricht- >Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 15. Juli 2005 21:25 >An: Juergen Hermann >Cc: user@ant.apache.org >Betreff: Re: nested propert

Re: nested property names

2005-07-15 Thread jschust1
Quoting Juergen Hermann <[EMAIL PROTECTED]>: > On Fri, 15 Jul 2005 10:18:29 -0500, [EMAIL PROTECTED] wrote: > > or a . > > >The idea being that the property's name is actually a property itself. The > >above line doesn't seem to work in ant, however. Any ideas? > > > Ciao, Jürgen > > > Actual

Re: nested property names

2005-07-15 Thread Juergen Hermann
On Fri, 15 Jul 2005 10:18:29 -0500, [EMAIL PROTECTED] wrote: or a . >The idea being that the property's name is actually a property itself. The >above line doesn't seem to work in ant, however. Any ideas? Ciao, Jürgen - T

nested property names

2005-07-15 Thread jschust1
I'm working on this project where a properties file is loaded in at the beginning of the buildfile, and some properties are also passed in as command line parameters. The problem is that I need to access a certain property from the file according to a command line parameter. Basically, I want to