[NAnt-users] [Blog] AsyncExec and WaitForExit: Speeding Up The Build To Do More

2006-12-03 Thread Jay Flowers
AsyncExec and WaitForExit: Speeding Up The Build To Do More In this post I show how a small extension to NAnt's exec task can speed up the build and allow you to get more done in less time. -- Jay Flowers

Re: [NAnt-users] iif type expression

2006-12-03 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nant-users- > [EMAIL PROTECTED] On Behalf Of Gary Feldman > Sent: zondag 3 december 2006 15:36 > To: nant-users@lists.sourceforge.net > Subject: Re: [NAnt-users] iif type expression > > Gert Driesen wrote: > > > > > > > > ${if (prop

Re: [NAnt-users] iif type expression

2006-12-03 Thread Gary Feldman
Gert Driesen wrote: > > > > ${if (property::get-value('language')=='C#', '.cs', '.vb')} > I'm not sure if the D# was deliberate or a typo, but it highlights that this approach doesn't handle the case when language isn't set properly, nor does it scale well beyond two choices. I'd prefer