Andy Sipe wrote:

> I noticed that the exec task always waits for the program to exit 
> before moving on.   We want to use NAnt as a driver for system level 
> regression tests.  For this we need to be able to start an application 
> and move on to the next target before the application finishes. 
>  
> Is there any reason that the Exec task can't be modified to work this 
> way - just looking at the code I can't see any reason.  If not and if 
> no one is working on it then I'd like to go ahead and make some 
> modifications and submit them for review...
>  

Go ahead Andy. Sounds like you'd need a 'async' property or somthing 
like that on the exec task. The only issue I see is that any process you 
spawn this way is no longer part of the build logging or error handling 
ie any output to stdout or stderr will not be captured as NAnt will be 
running the next targets.

Ian

> Andy
>
> ------------------------------------------------------------------------
> Send and receive Hotmail on your mobile device: Click Here 
> <http://g.msn.com/1HM1ENUS/c152??PI=44364>
> ------------------------------------------------------- This sf.net 
> email is sponsored by:ThinkGeek Welcome to geek heaven. 
> http://thinkgeek.com/sf 
> _______________________________________________ Nant-developers 
> mailing list [EMAIL PROTECTED] 
> https://lists.sourceforge.net/lists/listinfo/nant-developers 






-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to