Re: [NAnt-users] Exiting a Task

2006-03-29 Thread Gary Feldman
Rod Ayers wrote: The other situation is where I don't have a complete environment available, or I'm trying to assess task flow. Both of these conditions are presently true right now as I'm starting up a BizTalk Build/Deploy autoamtion project. Yes, I have found lots of sample code. Now I w

RE: [NAnt-users] Exiting a Task

2006-03-29 Thread Rod Ayers
...task housekeeping... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gary Feldman Sent: Tuesday, March 28, 2006 9:46 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Exiting a Task Rod Ayer

Re: [NAnt-users] Exiting a Task

2006-03-28 Thread Gary Feldman
Rod Ayers wrote: I have tried those alternatives. What I had in mind, but didn't elaborate, is running the script "as if it was really going to do some work", but only get messages saying "Kilroy was here". An approach for automation development/testing. That's why I would want to do s

RE: [NAnt-users] Exiting a Task

2006-03-27 Thread Rod Ayers
man Sent: Monday, March 27, 2006 10:15 AM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Exiting a Task Rod Ayers wrote: > Is there a way to exit from a task without completing the entire > ask...other then (!!)...? > I assume you really mean exit from a target. Usual

Re: [NAnt-users] Exiting a Task

2006-03-27 Thread Gary Feldman
Rod Ayers wrote: Is there a way to exit from a task without completing the entire ask...other then (!!)...? I assume you really mean exit from a target. Usually the right way to solve this is to restructure the target, separating the part that always gets executed from the part that's opti