Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Adding Error Log view without depending on o.e.pde
Adding Error Log view without depending on o.e.pde [message #686617] Wed, 22 June 2011 11:41 Go to next message
Eclipse UserFriend
Hello,

In my RCP I want to include Error Log view, if I add dependency on org.eclipse.pde.runtime the view shows up, but I also get Run and Search menus which I don't want - I added o.e.pde into my target platform. I found this blog post that says that in 3.4+ error log view lives in org.eclipse.ui.views.log, is this in fact the case? I can't seem to add this plugin without having o.e.pde in target platform.

Thanks,
Alex
(no subject) [message #692572 is a reply to message #686617] Mon, 04 July 2011 14:45 Go to previous messageGo to next message
Eclipse UserFriend
Hi Alex,

You need to isolate the Error log view. If the plugin depends on other
plugins that in turn pull in the complete PDE then you need to hack this
yourself. File a bug to ask for isolation of this view and if at all
possible, provide the patch as well.

Best regards,

Wim Jongman


> Hello,
>
> In my RCP I want to include Error Log view, if I add dependency on
org.eclipse.pde.runtime the view shows up, but I also get Run and Search
menus which I don't want - I added o.e.pde into my target platform. I found
http://aniszczyk.org/2007/10/08/error-log-view-and-you/ blog post that says
that in 3.4+ error log view lives in org.eclipse.ui.views.log, is this in
fact the case? I can't seem to add this plugin without having o.e.pde in
target platform.
>
> Thanks,
> Alex
Re: (no subject) [message #693608 is a reply to message #692572] Wed, 06 July 2011 17:02 Go to previous message
Eclipse UserFriend
Thanks Wim,

I took a look at o.e.ui.views.log again and don't see dependency on pde there (or any of its dependencies). I am going to look at this more closely, perhaps it was oversight on my part.

Alex
Previous Topic:Problems during export of a product
Next Topic:org.eclipse.ui.navigator.CommonNavigator
Goto Forum:
  


Current Time: Sat Aug 30 19:37:17 EDT 2025

Powered by FUDForum. Page generated in 0.03651 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top