Re: [NAnt-users] exec with unless

2006-08-22 Thread Bob Archer
Or more correctly:   unless=”${thisConfig = ‘clean’}”   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer Sent: Tuesday, August 22, 2006 12:01 PM To: Robert Hanson; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] exec with unless   The

Re: [NAnt-users] exec with unless

2006-08-22 Thread Bob Archer
The exec task has an if and unless attribute…   Unless=${thisConfig = ‘clean’}   BOb     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Hanson Sent: Tuesday, August 22, 2006 11:28 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] exec with

[NAnt-users] exec with unless

2006-08-22 Thread Robert Hanson
What is the syntax I need here?  I want to exec a task unless a property has a certain value.     but I want to do so only if $(thisConfig) is not “clean”   Thanks in advance. - Using Tomcat but need to do