Bug 162420 - OSGi Console view
Summary: OSGi Console view
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 3.6 M7   Edit
Assignee: Chris Aniszczyk CLA
QA Contact:
URL:
Whiteboard:
Keywords: noteworthy
: 287900 (view as bug list)
Depends on: 162415
Blocks:
  Show dependency tree
 
Reported: 2006-10-26 11:46 EDT by R Keelan CLA
Modified: 2010-03-31 11:09 EDT (History)
7 users (show)

See Also:


Attachments
The plugin described in the bug report. (6.06 KB, patch)
2006-10-26 11:48 EDT, R Keelan CLA
no flags Details | Diff
New version of plugin (6.11 KB, patch)
2006-10-27 12:02 EDT, R Keelan CLA
no flags Details | Diff
New UI plugin for OSGi console (20.44 KB, application/octet-stream)
2006-11-01 16:36 EST, R Keelan CLA
no flags Details
org.eclipse.pde.ui.patch (6.73 KB, patch)
2010-03-05 14:41 EST, Chris Aniszczyk CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description R Keelan CLA 2006-10-26 11:46:20 EDT
A Plugin that lets you launch an OSGi Console from the console view, while Eclipse is running. Requires changes to org.eclipse.osgi.framework.internal.core.FrameworkConsole and FrameworkCommandProvider (Bug 162415).
The plugin creates a FrameworkConsole, and extends IOConsole, then sends it's input to the framework, and takes FrameworkCOnsole's ouput. Then it registers itself with the IConsoleManager.
It overrides the dispose() method to close the FrameworkConsole, then close normally.
Comment 1 R Keelan CLA 2006-10-26 11:48:52 EDT
Created attachment 52761 [details]
The plugin described in the bug report.
Comment 2 R Keelan CLA 2006-10-27 12:02:13 EDT
Created attachment 52852 [details]
New version of plugin

Should not be released yet. I will look into using a Service factroy instead
Comment 3 Chris Aniszczyk CLA 2006-10-27 12:09:03 EDT
please don't post binaries as patch format ;)
Comment 4 R Keelan CLA 2006-11-01 16:36:55 EST
Created attachment 53112 [details]
New UI plugin for OSGi console

The plugin allows an OSGi console to be opened for a currently running instance of eclipse.
Ready for release/review.
Comment 5 Thomas Watson CLA 2009-11-13 10:13:30 EST
Moving to PDE-UI to consider using the new ConsoleSession to show a view of the osgi console for the running instance of eclipse.  This is a dup of bug 287900 or vise-versa since this bug is older.
Comment 6 Curtis Windatt CLA 2009-11-13 10:22:28 EST
*** Bug 287900 has been marked as a duplicate of this bug. ***
Comment 7 Chris Aniszczyk CLA 2009-11-13 10:30:12 EST
I might as well add this since I have a patch in my workspace.
Comment 8 Ralf Ebert CLA 2009-12-05 04:34:06 EST
Chris, do you mean you have this working already by "having a patch in your workspace"? The attached patch seems to be outdated as it used internal API. Would be nice to have this feature in 3.6, is there anything I can do to help?
Comment 9 Chris Aniszczyk CLA 2010-03-05 14:41:06 EST
moving to M7
Comment 10 Chris Aniszczyk CLA 2010-03-05 14:41:40 EST
Created attachment 161175 [details]
org.eclipse.pde.ui.patch

Here's the patch.

All we really need is a pretty icon and some cleanup.
Comment 11 Chris Aniszczyk CLA 2010-03-31 11:09:23 EDT
done, I made some improvements and added a spiffy icon.

I hope you actually use this Tom :)

> 20100331