[nem-bug] [Nemerle 0000659]: [commad line] pipe redirection doesn't work on ncc.exe

feedback at nemerle.org feedback at nemerle.org
Wed May 3 18:24:00 CEST 2006


The following issue has been RESOLVED.
======================================================================
<http://nemerle.org/bugs/view.php?id=659> 
======================================================================
Reported By:                AndreiF
Assigned To:                nazgul
======================================================================
Project:                    Nemerle
Issue ID:                   659
Category:                   Compiler
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
Resolution:                 not an issue
Fixed in Version:           
======================================================================
Date Submitted:             04-20-2006 07:59 CEST
Last Modified:              05-03-2006 18:23 CEST
======================================================================
Summary:                    [commad line] pipe redirection doesn't work on
ncc.exe
Description: 
for example, the command
ncc.exe > 1.txt
shows all output in the console, and doesn't put any text into the file
"1.txt"
(tried on WinXP)
======================================================================

----------------------------------------------------------------------
 nazgul - 04-24-06 17:09 
----------------------------------------------------------------------
ncc outputs error messages to standard output, so this is by design.

Try using ncc.exe 2> 1.txt

----------------------------------------------------------------------
 nazgul - 05-03-06 18:23 
----------------------------------------------------------------------
I also verified this with cmd.exe on WinXP, it handles redirecting standard
error properly. So I close it as "by design"

Issue History
Date Modified  Username       Field                    Change              
======================================================================
04-20-06 07:59 AndreiF        New Issue                                    
04-24-06 17:09 nazgul         Note Added: 0001203                          
05-03-06 18:23 nazgul         Status                   new => resolved     
05-03-06 18:23 nazgul         Resolution               open => not an issue
05-03-06 18:23 nazgul         Assigned To               => nazgul          
05-03-06 18:23 nazgul         Note Added: 0001221                          
======================================================================




More information about the bugs mailing list