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:

<echo>${${projects}.name}</echo>

I want that to print "APIs".  Is there some way to effect that?

--
Jeffrey Bacon
[EMAIL PROTECTED]
Creative Developer
http://www.magmic.com


Jeffrey Bacon wrote:
Can I effect the below behavior somehow to get it to print 'hello'?

<property name="prop1" value="prop2" />
<property name="prop2" value="hello" />
<echo>${{prop1}}</echo>

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



Reply via email to