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 16160 - Default output redirection folder should not be in system/
Summary: Default output redirection folder should not be in system/
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: akemr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-03 10:16 UTC by Jesse Glick
Modified: 2008-12-23 08:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2001-10-03 10:16:20 UTC
[dev oct 1] I noticed that the default folder for redirecting output
from the Output Window, as defined by OutputSettings, is
${nb.user}/system/OutputRedirection/. I would suggest instead
${nb.user}/output/. The system folder is merged into the system file
system and ought to be used mainly for things that need to be
accessible via the SFS; output files do not. Compare the default
locations of generated Javadoc, installed beans, etc.; these are all
in the user directory but not in the system/ folder because they do
not need to be. It takes some processing to merge disk files into the
SFS, and users might wish to store the contents of the SFS in
version-control as part of their settings and IDE configuration.
Comment 1 akemr 2001-10-03 15:08:03 UTC
Fixed in main trunk.
Comment 2 Marian Mirilovic 2002-04-17 13:54:22 UTC
verified in [nb_dev](20020417) && [orion CE](020416),

now it is : ${nb.user}/output/
Comment 3 Quality Engineering 2003-07-01 16:48:23 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.
Comment 4 Quality Engineering 2008-12-23 08:18:23 UTC
moving terminal emulator issues to terminalemulator component.
To see the correct version and target milestone of this issue look at Issue
Activity table.