See FAQ http://ant.apache.org/faq.html#propertyvalue-as-name-for-property
Jan > -----Original Message----- > From: Mattos, John [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 09, 2004 4:26 PM > To: ANT User List ([EMAIL PROTECTED]) > Subject: Nested Variables in ANT? > > > Hi All > > > > I'd like to use properties in a target that vary depending on > a parameter > sent in... for example instead of > > > > <target name="dev-target"> > > <echo massage = "${location.dev}> > > </target> > > <target name="qa-target"> > > <echo massage = "${location.qa}> > > </target> > > > > I have a variable called ${envir} and I'd like to do something like > > <target name="general-target"> > > <echo massage = "${location.${envir}}> > > </target> > > > > Can I do anything like this? It doesn't seem to like the nested ${} 's > > > > John > > > >
