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

Summary: Attach Felix process I/O to Terminal output window
Product: projects Reporter: Antonin Nebuzelsky <anebuzelsky>
Component: Maven OSGi bundlesAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: experimental patch

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