Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » plugin fragment extensions not loaded
plugin fragment extensions not loaded [message #3699] Fri, 23 May 2008 17:18 Go to next message
Charles Doucette is currently offline Charles DoucetteFriend
Messages: 125
Registered: July 2009
Senior Member
We are developing a large complicated plugin.
We'd prefer to break it up into independent plugin fragments.
The fragment that I am developing contributes some extensions, such as the
following:
<extension point="org.eclipse.core.runtime.contentTypes">

Those extensions aren't being loaded, and there is currently no error from
Eclipse
explaining why my plugin fragment is not resolved.
Earlier I was getting errors the the plugin requirements/dependencies
conflicted with the host plugin constraints (even though they did not).
I resolved that by explicitly requiring certain versions of the dependent
plugins
(although in most cases I don't require that minimum version).
I am using:
Eclipse SDK


Version: 3.3.1.1

Build id: M20071023-1652

I would appreciate any advice people could offer about what might be wrong
and where to look to analyze and resolve this.

Thanks,

Chuck
Re: plugin fragment extensions not loaded [message #4141 is a reply to message #3699] Tue, 27 May 2008 21:14 Go to previous message
Charles Doucette is currently offline Charles DoucetteFriend
Messages: 125
Registered: July 2009
Senior Member
Does anyone know anything about plugin fragments that might be able to help
me?

Thanks,
Chuck

"Chuck Doucette" <cdoucette@vaultus.com> wrote in message
news:g16ucd$a7l$1@build.eclipse.org...
> We are developing a large complicated plugin.
> We'd prefer to break it up into independent plugin fragments.
> The fragment that I am developing contributes some extensions, such as the
> following:
> <extension point="org.eclipse.core.runtime.contentTypes">
>
> Those extensions aren't being loaded, and there is currently no error from
> Eclipse
> explaining why my plugin fragment is not resolved.
> Earlier I was getting errors the the plugin requirements/dependencies
> conflicted with the host plugin constraints (even though they did not).
> I resolved that by explicitly requiring certain versions of the dependent
> plugins
> (although in most cases I don't require that minimum version).
> I am using:
> Eclipse SDK
>
>
> Version: 3.3.1.1
>
> Build id: M20071023-1652
>
> I would appreciate any advice people could offer about what might be wrong
> and where to look to analyze and resolve this.
>
> Thanks,
>
> Chuck
>
>
>
>
Re: plugin fragment extensions not loaded [message #567268 is a reply to message #3699] Tue, 27 May 2008 21:14 Go to previous message
Charles Doucette is currently offline Charles DoucetteFriend
Messages: 125
Registered: July 2009
Senior Member
Does anyone know anything about plugin fragments that might be able to help
me?

Thanks,
Chuck

"Chuck Doucette" <cdoucette@vaultus.com> wrote in message
news:g16ucd$a7l$1@build.eclipse.org...
> We are developing a large complicated plugin.
> We'd prefer to break it up into independent plugin fragments.
> The fragment that I am developing contributes some extensions, such as the
> following:
> <extension point="org.eclipse.core.runtime.contentTypes">
>
> Those extensions aren't being loaded, and there is currently no error from
> Eclipse
> explaining why my plugin fragment is not resolved.
> Earlier I was getting errors the the plugin requirements/dependencies
> conflicted with the host plugin constraints (even though they did not).
> I resolved that by explicitly requiring certain versions of the dependent
> plugins
> (although in most cases I don't require that minimum version).
> I am using:
> Eclipse SDK
>
>
> Version: 3.3.1.1
>
> Build id: M20071023-1652
>
> I would appreciate any advice people could offer about what might be wrong
> and where to look to analyze and resolve this.
>
> Thanks,
>
> Chuck
>
>
>
>
Previous Topic:Showing two editors (Horizontal or vertical split) programmatically
Next Topic:integrate ant build into a headless product build
Goto Forum:
  


Current Time: Thu Apr 25 20:34:21 GMT 2024

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

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

Back to the top