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 do
something like this:

<property name="foo" value="${${someproperty}}"/>

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?
     -Jonathan



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to