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 190012 - Attach Felix process I/O to Terminal output window
Summary: Attach Felix process I/O to Terminal output window
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven OSGi bundles (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-31 09:30 UTC by Antonin Nebuzelsky
Modified: 2014-05-12 13:09 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
experimental patch (5.99 KB, patch)
2013-01-29 11:43 UTC, Milos Kleint
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2010-08-31 09:30:03 UTC
For the possibility to interact with the running Felix container, the process should be attached to Terminal output window rather than to the simple Output2.
Comment 1 Milos Kleint 2013-01-29 11:43:21 UTC
just replacing IOProvider.getDefault() with IOProvider.get("Terminal"); appears to show the output in different way (a square cursor appears in the output) but for some reason I was not able to write any input using the Terminal implementation. Maybe depending on the terminal module and using IOTerm api would help,
Comment 2 Milos Kleint 2013-01-29 11:43:55 UTC
Created attachment 130772 [details]
experimental patch