>From: <[EMAIL PROTECTED]>
>Sent: Monday, March 14, 2005 10:08 AM


>The problem I have, is that if my main build script fails, it seems
to hang
>the <exec> task.  Is there a known problem with shelling to batch
files
>which fire off NAnt?  If not I'll try to create a repro for it to
submit,
>but I thought I'd check first in case someone already knows the
answer.

I wouldn't know whether this is a problem with NAnt or something else,
but you might find that using the TIMEOUT= attribute of the EXEC
task will solve your problem immediately.  And it's generally a good
idea to set the timeout on any exec that has a potential of hanging or
just thrashing too long.

Gary




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to