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 250065 - Finished not related task windows disappears after rerun one task
Summary: Finished not related task windows disappears after rerun one task
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Jetty (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-28 12:12 UTC by Christian Lenz
Modified: 2015-07-07 10:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Build task windows (128.56 KB, image/gif)
2015-01-28 12:12 UTC, Christian Lenz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Lenz 2015-01-28 12:12:02 UTC
Created attachment 151705 [details]
Build task windows

I have a task to run jetty, a task to run a codeserver for gwt, and a sass watcher task. The option "reuse output tabs from finished processes" is activated.
The problem happens, when I cancel jetty, the sass watcher and the codeserver. Now I have 3 not running tasks and when I rebuild my module or restart a task all other not running and NOT related task output windows, disappears but this is not what I expected.
All 3 tasks are output tabs/windows whatever but each of them should has his own scope or so. So no task is running, because I canceled it, I restart jetty and only this output window should be reused. All other windows should be there. You can see little screen cast gif, what happens, when I click build (what you can't see) after canceling all tasks.


Regards

Chris
Comment 1 Tomas Stupka 2015-04-15 15:01:12 UTC
"reuse output tabs from finished processes" determines only the behavior of the mvn output tab
the way the jetty output bahaves is given by the particular implementation - e.g. web server infrastructure

reassigning for further evaluation