an [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 12, 2004 11:57 AM
To: Dick, Brian E.; NAnt Users List (E-mail)
Subject: Re: [Nant-users] Redirecting output generates error
>From: "Dick, Brian E." <[EMAIL PROTECTED]>
>Sent: Thursday, August 12, 2004 9:17 AM
Short a
I'm trying to suppress the logging of standard output by redirecting it
to a file. However, the program is choking on the redirection. Is NAnt
doing something funky to the command line arguments?
Here's my target code.
Here's the error message.
I am using the exec task to capture a program's standard output to a
file. Is there a way to suppress its standard output from going to the
build log, too?
---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DV
I'm deleting a temporary file in a target that is called frequently. The
message is uninformative, clutters the log and obscures more important
messages.
-Original Message-
From: Ian MacLean [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 10, 2004 10:32 PM
To: Dick, Brian E.
Cc: [
Is there a way suppress the message from the delete task? I don't want
to see
[delete] Deleting file myfile.ext
-Original Message-
From: Gert Driesen [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 10, 2004 1:35 PM
To: Madhan Retnaswamy; [EMAIL PROTECTED]
Subject: Re: [Nant-users] Ca
a way not to run an exe hundreds
of times per build.
Gary McCullough
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dick, Brian
E.
Sent: Tuesday, August 03, 2004 9:37 AM
To: [EMAIL PROTECTED]
Subject: RE: [Nant-users]
ll not work with nant versions prior to 0.85.
Good luck,
-Craig Green
-----Original Message-
From: Dick, Brian E. [mailto:[EMAIL PROTECTED]
Sent: Monday, August 02, 2004 11:17 AM
To: [EMAIL PROTE
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