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

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