Re: [Nant-users] if condition on tasks

2004-04-19 Thread Scott Hernandez
ssage - From: Noah Davidson To: 'Scott Hernandez' Sent: Monday, April 19, 2004 2:19 PM Subject: RE: [Nant-users] if condition on tasks Thanks.  Also if I write a custom task, Do I have to do anything to use the if ${cond} from nant on my custom task,

Re: [Nant-users] if condition on tasks

2004-04-19 Thread Scott Hernandez
From the docs: http://nant.sourceforge.net/nightly/help/fundamentals/expressions.html   Using the logical "and" operator you would write ${expr1 and expr2}; if you are using a nightly build with _expression_ support.   Otherwise you are out of luck and need to make a single property to check