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 32911 - No warning obout redirection to incorect directory
Summary: No warning obout redirection to incorect directory
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2003-04-15 16:18 UTC by pzajac
Modified: 2008-12-23 08:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stacktrace (3.33 KB, text/plain)
2003-05-23 12:29 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2003-04-15 16:18:44 UTC
Set value of "IDE Configuration->Redirect Output
toFile" property to true. Set incorrect directory
name to "Redirection Directory" property of Ouput
properties (directory doesn't exists). There
should be better to show message on writing to
output when the directory doesn't exist.
Comment 1 _ tboudreau 2003-04-17 13:00:45 UTC
This should be fixable simply.  Setting target milestone to 4.0.
Comment 2 _ tboudreau 2003-05-21 22:44:08 UTC
Fixed, org.netbeans.core.output.OutputSettings 1.4 - 
now displays a dialog asking if you want to create the
directory if it does not exist.
Comment 3 pzajac 2003-05-23 12:28:23 UTC
if wan't create folder in readonly folder it will throw. 
java.io.IOException: Could not create directory
Comment 4 pzajac 2003-05-23 12:29:30 UTC
Created attachment 10403 [details]
exception stacktrace
Comment 5 _ tboudreau 2003-05-24 13:52:04 UTC
Fixed in trunk, OutputSettings 1.5.
Comment 6 pzajac 2003-05-30 08:11:09 UTC
verified in [20030530100]
Comment 7 _ tboudreau 2003-06-16 09:38:41 UTC
Adding SIMPLEFIX keyword - fix is a few lines of code to
check the dir and show a dialog.
Comment 8 Quality Engineering 2008-12-23 08:13:47 UTC
moving terminal emulator issues to terminalemulator component.
To see the correct version and target milestone of this issue look at Issue
Activity table.