m: Merrill Cornish [mailto:[EMAIL PROTECTED]
Sent: Monday, October 04, 2004 5:36 PM
To: Castro, Edwin Gabriel (Firing Systems Engr.);
[EMAIL PROTECTED]
Subject: Re: [Nant-users] value expanded prior to if test
Edwin,
In general, compilers (XML or otherwise) expand/evaluate all terms of an
express
Edwin,
In general, compilers (XML or otherwise) expand/evaluate all terms of an expression
before doing the final evaluating the expression. This means that the if= attribute
of an XML element can never "protect" the evaluation of the rest of the element.
Merrill
I am trying pass an to depending on the existence of a
. Example:
I receive an error message like the following:
Property evaluation failed.
Expression: ${arg}
^^^
Property 'arg' has not been set.
I remember a post a while ago about this problem. Will this be fixed? O