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
004 11:17 AM To: [EMAIL PROTECTED] Subject: [Nant-users] No exit code from exe I'm using the exec task to run an exe, but this particular exe does not set the exit code on success or failure. However, this exe does send a "FATAL ERROR" message to standard output if it fails. Is there a w

[Nant-users] No exit code from exe

2004-08-02 Thread Dick, Brian E.
Title: No exit code from exe I'm using the exec task to run an exe, but this particular exe does not set the exit code on success or failure. However, this exe does send a "FATAL ERROR" message to standard output if it fails. Is there a way I can monitor the output of this exe and set the exi