Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Plug-in Development - Singleton Issue
Plug-in Development - Singleton Issue [message #534772] Thu, 20 May 2010 09:50 Go to next message
Peter is currently offline PeterFriend
Messages: 7
Registered: May 2010
Junior Member
Hello,

I am trying to develop a toolchain plug-in for Eclipse CDT using Galileo V3.5 SR2 and CDT V6.0.2. I have followed the tutorial in the Managed Build System Extensibility Document of the CDT Plug-in Developer Guide almost to the letter, although I've changed some of the names.

Once the plug-in has been created, I try to run it using Debug as -> Eclipse Application. The new IDE instance starts, but I get the following error:

!MESSAGE The extensions and extension-points from the bundle "org.eclipse.cdt.ppceabi.toolchain" are ignored. The bundle is not marked as singleton. 


This refers to the plug-in I am developing. The message says that the bundle is not marked as a singleton, but this is from the manifest:

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Toolchain
Bundle-SymbolicName: org.eclipse.cdt.ppceabi.toolchain;singleton:=true
Bundle-Version: 1.0.0.1
Require-Bundle: org.eclipse.cdt.managedbuilder.core;bundle-version="6.0.0"


Why I'm getting this message regarding my plug-in not being defined as a singleton, when it appears that it is defined as a singleton?

I am also getting these two messages, which seem to refer to projects that I have previously deleted:

!MESSAGE Indexed 'MyTest' (0 sources, 64 headers) in 1.58 sec: 1,547 declarations; 2,067 references; 0 unresolved inclusions; 0 syntax errors; 1 unresolved names (0.03%)
!MESSAGE The extensions and extension-points from the bundle "org.eclipse.cdt.example.toolchain" are ignored. The bundle is not marked as singleton. 


How do I ensure that all remnants of a project are eliminated when I delete a project?

Thanks for any help offered!

Peter
Re: Plug-in Development - Singleton Issue [message #534785 is a reply to message #534772] Thu, 20 May 2010 10:44 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
Peter,

Does your run/debug configuration's Configuration tab specify to "Clear
the configuration area before launching". You might try specifying a
fresh workspace location for it...


Peter wrote:
> Hello,
>
> I am trying to develop a toolchain plug-in for Eclipse CDT using
> Galileo V3.5 SR2 and CDT V6.0.2. I have followed the tutorial in the
> Managed Build System Extensibility Document of the CDT Plug-in
> Developer Guide almost to the letter, although I've changed some of
> the names.
>
> Once the plug-in has been created, I try to run it using Debug as ->
> Eclipse Application. The new IDE instance starts, but I get the
> following error:
>
>
> !MESSAGE The extensions and extension-points from the bundle
> "org.eclipse.cdt.ppceabi.toolchain" are ignored. The bundle is not
> marked as singleton.
>
> This refers to the plug-in I am developing. The message says that the
> bundle is not marked as a singleton, but this is from the manifest:
>
>
> Manifest-Version: 1.0
> Bundle-ManifestVersion: 2
> Bundle-Name: Toolchain
> Bundle-SymbolicName: org.eclipse.cdt.ppceabi.toolchain;singleton:=true
> Bundle-Version: 1.0.0.1
> Require-Bundle:
> org.eclipse.cdt.managedbuilder.core;bundle-version="6.0.0"
>
>
> Why I'm getting this message regarding my plug-in not being defined as
> a singleton, when it appears that it is defined as a singleton?
>
> I am also getting these two messages, which seem to refer to projects
> that I have previously deleted:
>
>
> !MESSAGE Indexed 'MyTest' (0 sources, 64 headers) in 1.58 sec: 1,547
> declarations; 2,067 references; 0 unresolved inclusions; 0 syntax
> errors; 1 unresolved names (0.03%)
> !MESSAGE The extensions and extension-points from the bundle
> "org.eclipse.cdt.example.toolchain" are ignored. The bundle is not
> marked as singleton.
>
> How do I ensure that all remnants of a project are eliminated when I
> delete a project?
>
> Thanks for any help offered!
>
> Peter


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Plug-in Development - Singleton Issue [message #534842 is a reply to message #534785] Thu, 20 May 2010 13:34 Go to previous message
Peter is currently offline PeterFriend
Messages: 7
Registered: May 2010
Junior Member
Ed,

Checking that box fixed the problem.
Still a lot to learn clearly.

Thanks for the response!

Peter
Previous Topic:Running an HTML file in Eclipse
Next Topic:Remote System Perspective and SVN
Goto Forum:
  


Current Time: Fri Apr 19 23:47:47 GMT 2024

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

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

Back to the top