On Fri, Oct 10, 2008 at 2:24 PM, Matt Benson <[EMAIL PROTECTED]> wrote:
> Remember that in Ant we merge any $$ sequence to $ so
> that, if need be, the user can specify e.g.
> <echo>$${foo}=${foo}</echo> to get (given ${foo} =
> "FOO"):

Well I was under the impression that you needed the $$ only in the
$${NAME} construct, and thus the $$ is not needed for writing $NAME
for example. I guess I didn't realize we'd always compress $$ to $,
even when not in from of a {NAME} construct.

Add nesting to that, and I'm really confused ;-). Thanks for the
explanation. --DD

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

Reply via email to