Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to connect two different Feature's Activators(Eclipse Plugin Development)
How to connect two different Feature's Activators [message #1064580] Thu, 20 June 2013 06:00
Jyostna Chakravarthy is currently offline Jyostna ChakravarthyFriend
Messages: 5
Registered: June 2013
Junior Member
Hi,

I have created a product[Product] consisting of Base Feature Project(F1) created out of Plugin (P1) and another Feature(F2) out of Plugin(P2).These 2 plugins are loaded as Perspectives once the features are installed through "Install New Software".

My requirement is

1. When ever I open a perspective under this product I want to capture the perspective loaded in some file.
2. For this testing ,I have written code to capture the Opened Perspective details in the Activator class of P2 plugin .And it is working fine
3. I have writen same code in my base plugin (P1)'s Activator class.
4. But it is not getting invoked.


Could you please let me know how to execute base-feature's plugin Activator first and then execute respective perspective's Activator.
Previous Topic:NoClassDefFoundError for ResourcePlugin
Next Topic:using existing weblogic portal plugin to create new portal project
Goto Forum:
  


Current Time: Sat Apr 20 02:46:43 GMT 2024

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

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

Back to the top