[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[platform-ui-dev] Attempt to activate a disabled plug-in: "<plug-in name>"
|
- From: "Eclipse Questions" <eclipse.questions@xxxxxxxxx>
- Date: Fri, 18 May 2007 15:39:40 +0530
- Delivered-to: platform-ui-dev@eclipse.org
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=JgRroto/2MVoeeddo9nxx7n5IOhBGgzwCwfelSrfvyj3aBZTk18Vv5/DWLtftZ6jPPwME1fcNOJvikCKAZvWZeUfEinTjf/t6jDFp29k0Ciqq0P9dckTaYMPP547W2hmii1JQI7J2V1rvAOX1LjTPmQPd5/36didS/9ZEg8TakQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=T24hOWCPzGZ8L9rL8J+aa7PCEi8cKkQeFRaNhhfSdAijqeB6oNsA4bM9lt4dWy+kBaDpihxvlh0gwOd4xpIaVzJGbfm3kVT85608Skfs8g4qIeDhXn1edzXzLalX0CcT02cckNgbwGKgDqzupEHs2Sqc2dzzxr5oI2TlVgKonW4=
Hi All
I am getting the following error when I try to access one of the plug-ins programatically:
Attempt to activate a disabled plug-in: "<plug-in name>"
The following is the scenario:
I have 4 plug-ins in my workbench "Plug-in A", "Plug-in B", "Plug-in C", "Plug-in D"
"Plug-in B" has a dependency on "Plug-in A" and "Plug-in C"
"Plug-in C" has a dependency on "Plug-in A" and "Plug-in D"
When I try to execute "Plug-in C" in debug mode, i get the above mentioned error in the ".log" file in the ".metadata" folder of the workspace.
Where could I have gone wrong.
Thanks and Regards
Prashant