----- Original Message -----
From: "Diane Holt" <[EMAIL PROTECTED]>
To: "Ant Developers List" <[EMAIL PROTECTED]>
Sent: Wednesday, April 17, 2002 11:08
Subject: The change to pass $$ as $...
> In answering an ant-user question, it just occurred to me -- what happens
> to all those <equals> tests people currently have that test, eg:
> arg1="${someproperty}" arg2="$${someproperty}"
>
> Are they all going to have to be converted to <isset>'s? Not that that
> wouldn't be a good thing for them to do anyway, since it's cleaner, but if
> it's the case that it will be *required*, then we should doc that, yes?
>
no
-if arg1 is unset then it remains as is (one of the test verifies that)
-two $$ maps to $ as before
Nothing has broken.
I think
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>