[go: up one dir, main page]

Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to discover missing plugin dependencies?
icon5.gif  How to discover missing plugin dependencies? [message #547879] Tue, 20 July 2010 04:09 Go to next message
kcassell2001 is currently offline kcassell2001Friend
Messages: 18
Registered: May 2010
Junior Member
I wanted to see whether I could install my first plugin in a newly installed Eclipse (Version: 3.5.2, Build id: M20100211-1343 on Windows). I placed my plugin and one of the ones it depended on in the dropins directory. After I started Eclipse my plugin wasn't shown as being installed while the other one was. I eventually noticed that I had forgotten to include another plugin on which mine was dependent. After including this one, my plugin showed up.

The unfortunate thing is that Eclipse didn't tell me about the missing dependency in either the error log or .metadata/.log. I also got no useful information when I started Eclipse with the -clean and -debug options. Is there some way to get a report about what dependencies are missing?

Cheers,
Keith
Re: How to discover missing plugin dependencies? [message #547898 is a reply to message #547879] Tue, 20 July 2010 06:59 Go to previous messageGo to next message
Mickael Istria is currently offline Mickael IstriaFriend
Messages: 865
Registered: July 2009
Location: Grenoble, France
Senior Member

Hi,

You can start or diag the OSGi Console and try to start the bundle manually. The console will print you some warnings. See http://eclipse.org/equinox/documents/quickstart.php for more details.

shell> eclipse -console
[...Eclipse starts up...]
osgi> diag your.unresolved.bundle
[...shows you unresolved constraints...]

HTH,
--
Mickael Istria -- BonitaSoft S.A.
http://www.bonitasoft.com/products/downloads.php
icon14.gif  Re: How to discover missing plugin dependencies? [message #548174 is a reply to message #547898] Tue, 20 July 2010 23:03 Go to previous message
kcassell2001 is currently offline kcassell2001Friend
Messages: 18
Registered: May 2010
Junior Member
Bless you! That worked great.
Re: How to discover missing plugin dependencies? [message #606293 is a reply to message #547898] Tue, 20 July 2010 23:03 Go to previous message
kcassell2001 is currently offline kcassell2001Friend
Messages: 18
Registered: May 2010
Junior Member
Bless you! That worked great.
Previous Topic:Cheat sheets and localization
Next Topic:Using guice in eclipse PDE?
Goto Forum:
  


Current Time: Thu Dec 12 18:36:24 GMT 2024

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

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

Back to the top