Dominique Devienne wrote:

From: Stefan Bodewig [mailto:[EMAIL PROTECTED]

[EMAIL PROTECTED] tmp]$ cat > foo.xml
<project>
<typedef name="foo" classname="java.lang.Object"/>
<foo id="my-foo"/>
<property name="my-foo.toString()" refid="my-foo"/>
<echo>${my-foo.toString()}</echo>
</project>
[EMAIL PROTECTED] tmp]$ ant -f foo.xml
Buildfile: foo.xml
[echo] [EMAIL PROTECTED]



Whoa, for a second there I though you could call methods off a reference, before the <property name="my-foo.toString()" refid="my-foo"/> registered in my brain ;-) That would be way cool actually!!!

Hey Peter, can't you code that? ;-) --DD


I think that this is coded already using the jexl property support
in proposal/embed.

Peter


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



Reply via email to