4.1 Operator precedence

NAnt expressions support standard ( c style ) operator precedence, that we're 
accustomed to:

 *   and is evaluated before or, left to right. For example false or true and 
true and false evaluates as false or ((true and true) and false)
Perhaps you can show us the expression you are using and we can help you out a 
bit more.

BOb


________________________________
From: Munawar Rashid [mailto:a_m_ras...@hotmail.com]
Sent: Wednesday, May 27, 2009 11:34 AM
To: Bob Archer; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] ant condition task equivalent in NAnt

Thx for your reply. I couldn't find any example on it in the net. I also 
couldn't find anything in NAnt task catalog. Does anybody know where I can find 
this info.

________________________________
From: bob.arc...@amsi.com
To: a_m_ras...@hotmail.com; nant-users@lists.sourceforge.net
Date: Tue, 26 May 2009 15:19:20 -0400
Subject: RE: [NAnt-users] ant condition task equivalent in NAnt
Sure you can.

________________________________
From: Munawar Rashid [mailto:a_m_ras...@hotmail.com]
Sent: Tuesday, May 26, 2009 1:43 PM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] ant condition task equivalent in NAnt


Is this available to check whether multiple conditions are being met (through 
'or'-ing and 'and'-ing of the conditions). I know its in Ant.

Thx


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to