[NAnt-users] short-circuiting a task

2008-06-05 Thread Nau, Mike
Is there a way to short-circuit a task? For example if I'm looking for a specific line within a file and I find that line, can I force the task to exit without continuing through the rest of the lines in the file? -Mike -

Re: [NAnt-users] Property values as a property name ...

2008-06-05 Thread Parrish, Ken
Ah ha - that's the ticket. Never noticed the function property::get-value. I'd prefer to design scripts that don't require this construct, but from time to time, this facilitates a level of abstraction and reuse that can reduce the size of my scripts a good deal. Thanks, Ken Parrish G

Re: [NAnt-users] Property values as a property name ...

2008-06-05 Thread Roebuck, Alex
Try this: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Parrish, Ken Sent: Wednesday, June 04, 2008 7:44 PM To: nant-users@li