Re: [NAnt-users] New to list - How best to create if-else-endifconstruct ...

2008-01-24 Thread Gert Driesen
Hey Ken, You can use the NAntContrib task for this: http://nantcontrib.sourceforge.net/release/latest/help/tasks/choose.html Hope this helps, Gert - Original Message - From: "Parrish, Ken" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 23, 2008 10:57 PM Subject: [NAnt-users] New to

Re: [NAnt-users] New to list - How best to create if-else-endifconstruct ...

2008-01-23 Thread Bob Archer
I don't think there is an else. But, I've found the following to be more readable. Move your echos elsewhere. Or create a separate target which can have echos and stuff in it. BOb