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 160401 - Console type in project run options should be "Output Wiindow" , in the case of remote host
Summary: Console type in project run options should be "Output Wiindow" , in the case ...
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-16 19:17 UTC by Vladimir Kvashin
Modified: 2013-08-07 17:29 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 Vladimir Kvashin 2009-03-16 19:17:10 UTC
Now IDE can run application remotely only using Output Window console type.
However, the default console type is External Terminal; and in the case remote host is selected, it can not be changed.
Comment 1 Vladimir Kvashin 2009-03-16 19:21:22 UTC
There is an easy, though ugly, workaround:
- change host to local host
- change terminal to Output Window
- change host back to remote
Comment 2 Vladimir Kvashin 2009-03-16 19:57:21 UTC
This is a project system issue.
Responsible class is o.n.m.c.makeproject.api.runprofiles.RunProfile
Comment 3 Thomas Preisler 2009-03-20 20:40:53 UTC
Tried your work-around, but still didn't see output go to external terminal. Not sure what and how to fix it. Perhaps it is better you do it.
Comment 4 Vladimir Kvashin 2009-03-20 21:35:02 UTC
For now application can not be run on remote host using external terminal - 
this is the subject of another issue: #158992

This issue is only about project options UI: although we always run remote application in output window, project options
can mislead user: if, while working in local mode, I select external terminal, then in remote node I still see "external
terminal" in options. But the program will run in output window (unless I change host back to localhost).

I don't think this is a serious problem, however (When I was filing this issue, I thought that this has more negative
consequences, but fortunately I was wrong).
Comment 5 Thomas Preisler 2009-04-15 19:13:45 UTC
reclassify as 'remote'. The base issue is not a project issue.
Comment 6 Alexander Simon 2010-04-25 08:47:50 UTC
Is bug still actual?
Comment 7 Vladimir Kvashin 2010-04-29 17:11:16 UTC
This is still actual: the UI issue is that you can see "External terminal" in the project options for a project with remote development host, while actually an output window will be used.
Comment 8 Vladimir Kvashin 2013-08-07 17:29:57 UTC
fixed long ago