On Wed, 7 Aug 2002, <[EMAIL PROTECTED]> wrote: > What is property substitution?
Expanding ${foo} to the value of the property foo. Ant does this
automatically before calling the setXYZ methods for attributes but
doesn't expand properties before calling addText() on nested text.
You'll have to filter the text ou receive via
getProject().replaceProperties().
Stefan
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
