This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 104129 - No way to redirect output
Summary: No way to redirect output
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-17 01:55 UTC by Thomas Preisler
Modified: 2014-05-20 13:31 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Preisler 2007-05-17 01:55:04 UTC
Originally filed as CR 6554857.

According to a customer request:
I have large amount of output, it's kind of hard to read them in IDE output
window, and I am too lazy to use fwrite to a file. in terminal it's just "output
> filename", but doesn't work in IDE.
Comment 1 Thomas Preisler 2009-04-14 19:49:09 UTC
Changing it to an enhancement.

You can do the following today: change output to internal output window and save the content of the window to a disk file after the run.