RE: [Nant-users] Redirecting output generates error

2004-08-12 Thread Dick, Brian E.
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

[Nant-users] Redirecting output generates error

2004-08-12 Thread Dick, Brian E.
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.

[Nant-users] Suppressing output of exec task

2004-08-11 Thread Dick, Brian E.
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

RE: [Nant-users] Silent delete task

2004-08-11 Thread Dick, Brian E.
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: [

[Nant-users] Silent delete task

2004-08-10 Thread Dick, Brian E.
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

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

2004-08-03 Thread Dick, Brian E.
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]

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

2004-08-03 Thread Dick, Brian E.
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

[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