RE: [Nant-users] value expanded prior to if test

2004-10-05 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
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

Re: [Nant-users] value expanded prior to if test

2004-10-04 Thread Merrill Cornish
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

[Nant-users] value expanded prior to if test

2004-10-04 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
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