Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » List of active plugins from cmd-line?
List of active plugins from cmd-line? [message #333449] Thu, 11 December 2008 16:24 Go to next message
Chris W is currently offline Chris WFriend
Messages: 33
Registered: July 2009
Member
We'd like to test our Update Site by installing our plugins via the Update
Manager from the command-line. It looks like
org.eclipse.update.core.standaloneUpdate does that. Next we'd like to
verify that the plugins were successfully install and activated.

Is there a way to get a list of active plugins from a running Eclipse?

Thank you.
Re: List of active plugins from cmd-line? [message #333466 is a reply to message #333449] Fri, 12 December 2008 09:37 Go to previous message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Chris W schrieb:
> We'd like to test our Update Site by installing our plugins via the
> Update Manager from the command-line. It looks like
> org.eclipse.update.core.standaloneUpdate does that. Next we'd like to
> verify that the plugins were successfully install and activated.
>
> Is there a way to get a list of active plugins from a running Eclipse?
>
> Thank you.
>

You can start your application with the "-console" programm argument.
Then the OSGi Console is active and you should be able to list all
plugins with their states by the line-command "ss".
Previous Topic:Job scheduling
Next Topic:apache.commons.logging 1.0.4 with two different build dates
Goto Forum:
  


Current Time: Wed Jul 17 16:57:03 GMT 2024

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

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

Back to the top