Re: recursive expansion of property names

2004-06-25 Thread Jeffrey Bacon
worked. you da bomb! =) -- Jeffrey Bacon [EMAIL PROTECTED] Creative Developer http://www.magmic.com Wascally Wabbit wrote: Add this or similar to your recursive lookup method method: sb.replace(nextOpenerIndex...) [NEW LINE] balancingCloserIndex += fragment.le

Re: recursive expansion of property names

2004-06-23 Thread Jeffrey Bacon
sorry, I should be more specific: I have a properties file: projects = com.magmic com.magmic.name = APIs and I load that in Ant. I want to access com.magmic.name by using the projects property: ${${projects}.name} I want that to print "APIs". Is there some way to effect that? -- Jeffrey Bacon [EMA

recursive expansion of property names

2004-06-23 Thread Jeffrey Bacon
Can I effect the below behavior somehow to get it to print 'hello'? ${{prop1}} -- -- Jeffrey Bacon [EMAIL PROTECTED] Creative Developer http://www.magmic.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-