On Wed, 02 Jun 2004, Jack J. Woehr <[EMAIL PROTECTED]> wrote: > Ant should behave analagously to m4: recursively expand until > it either hits ground or an uninstantiated ${decorated} name.
And potentially break existing build files. You can always write a PropertyHelper implementation of your own and use that to implement any property expansion algorithm you like. See the proposal/embed section in Ant's CVS for PropertyHelpers that evaluate (Jexl, JXPath) expressions inside ${}. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]