RE: [Nant-users] No exit code from exe

2004-08-03 Thread Dick, Brian E.
Suggestion noted. FYI, I was exposing the worse case. -Original Message- From: McCullough, Gary [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 03, 2004 10:32 AM To: [EMAIL PROTECTED] Subject: RE: [Nant-users] No exit code from exe Just a suggestion, but if you're running a

RE: [Nant-users] No exit code from exe

2004-08-03 Thread McCullough, Gary
37 AM To: [EMAIL PROTECTED] Subject: RE: [Nant-users] No exit code from exe Thanks Craig. That works for the most part, but I'm concerned about its robustness. The EXE will be run hundreds of times per build, in parallel, and its output can be large. Because of these characteristics, I would

RE: [Nant-users] No exit code from exe

2004-08-03 Thread Dick, Brian E.
with my changes. -Original Message- From: Craig Green [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 9:19 PM To: [EMAIL PROTECTED] Subject: RE: [Nant-users] No exit code from exe Hi Brian, Your qu

RE: [Nant-users] No exit code from exe

2004-08-02 Thread Craig Green
Hi Brian, Your question inspired me to figure out how to do this. Here is what I learned. Disclaimer: I'm a complete nant newbie, so my way might not be the best way. You can log the output of your exec task and parse it with a foreach task. Below is an example build file that spawns an instan