Re: [NAnt-users] New to list - How best to create if-else-endifconstruct ...
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 ...
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