Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Errors running Help plug-in
Errors running Help plug-in [message #654988] Thu, 17 February 2011 21:45 Go to next message
Thomas Rathkamp is currently offline Thomas RathkampFriend
Messages: 34
Registered: February 2011
Member
I create a Help Contents plug-in, ran it, and received the following errors. The bundles listed are in my project as dependencies. So I don;t know why it is returning the errors:

!ENTRY org.eclipse.osgi 2 0 2011-02-17 15:40:08.247

!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:

!SUBENTRY 1 org.eclipse.osgi 2 0 2011-02-17 15:40:08.247

!MESSAGE Bundle reference:file:/C:/Documents and Settings/trathkamp/workspace/WennSoft Evolution - Release 1/WennSoft Evolution/ was not resolved.

!SUBENTRY 2 WennSoft_Evolution 2 0 2011-02-17 15:40:08.247

!MESSAGE Missing required bundle org.eclipse.help.ui.source_3.5.2.

!SUBENTRY 2 WennSoft_Evolution 2 0 2011-02-17 15:40:08.247

!MESSAGE Missing required bundle org.eclipse.help.webapp.source_3.5.2.

!SUBENTRY 2 WennSoft_Evolution 2 0 2011-02-17 15:40:08.247

!MESSAGE Missing required bundle org.eclipse.help.base.source_3.5.2.

!SUBENTRY 2 WennSoft_Evolution 2 0 2011-02-17 15:40:08.247

!MESSAGE Missing required bundle org.eclipse.help.source_3.5.0.



!ENTRY org.eclipse.osgi 2 0 2011-02-17 15:40:08.294

!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:

!SUBENTRY 1 org.eclipse.osgi 2 0 2011-02-17 15:40:08.294

!MESSAGE Bundle WennSoft_Evolution_1.0.0.qualifier [200] was not resolved.

!SUBENTRY 2 WennSoft_Evolution 2 0 2011-02-17 15:40:08.294

!MESSAGE Missing required bundle org.eclipse.help.base.source_3.5.2.

!SUBENTRY 2 WennSoft_Evolution 2 0 2011-02-17 15:40:08.294

!MESSAGE Missing required bundle org.eclipse.help.source_3.5.0.

!SUBENTRY 2 WennSoft_Evolution 2 0 2011-02-17 15:40:08.294

!MESSAGE Missing required bundle org.eclipse.help.ui.source_3.5.2.

!SUBENTRY 2 WennSoft_Evolution 2 0 2011-02-17 15:40:08.294

!MESSAGE Missing required bundle org.eclipse.help.webapp.source_3.5.2.

Re: Errors running Help plug-in [message #655038 is a reply to message #654988] Fri, 18 February 2011 06:34 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
On 17.02.2011 22:45, Thomas Rathkamp wrote:
> I create a Help Contents plug-in, ran it, and received the following
> errors. The bundles listed are in my project as dependencies. So I
> don;t know why it is returning the errors:
Maybe you didn't add them as required in the MANIFEST.MF?

Dani
>
> !ENTRY org.eclipse.osgi 2 0 2011-02-17 15:40:08.247
>
> !MESSAGE One or more bundles are not resolved because the following
> root constraints are not resolved:
>
> !SUBENTRY 1 org.eclipse.osgi 2 0 2011-02-17 15:40:08.247
>
> !MESSAGE Bundle reference:file:/C:/Documents and
> Settings/trathkamp/workspace/WennSoft Evolution - Release 1/WennSoft
> Evolution/ was not resolved.
>
> !SUBENTRY 2 WennSoft_Evolution 2 0 2011-02-17 15:40:08.247
>
> !MESSAGE Missing required bundle org.eclipse.help.ui.source_3.5.2.
>
> !SUBENTRY 2 WennSoft_Evolution 2 0 2011-02-17 15:40:08.247
>
> !MESSAGE Missing required bundle org.eclipse.help.webapp.source_3.5.2.
>
> !SUBENTRY 2 WennSoft_Evolution 2 0 2011-02-17 15:40:08.247
>
> !MESSAGE Missing required bundle org.eclipse.help.base.source_3.5.2.
>
> !SUBENTRY 2 WennSoft_Evolution 2 0 2011-02-17 15:40:08.247
>
> !MESSAGE Missing required bundle org.eclipse.help.source_3.5.0.
>
>
>
> !ENTRY org.eclipse.osgi 2 0 2011-02-17 15:40:08.294
>
> !MESSAGE The following is a complete list of bundles which are not
> resolved, see the prior log entry for the root cause if it exists:
>
> !SUBENTRY 1 org.eclipse.osgi 2 0 2011-02-17 15:40:08.294
>
> !MESSAGE Bundle WennSoft_Evolution_1.0.0.qualifier [200] was not
> resolved.
>
> !SUBENTRY 2 WennSoft_Evolution 2 0 2011-02-17 15:40:08.294
>
> !MESSAGE Missing required bundle org.eclipse.help.base.source_3.5.2.
>
> !SUBENTRY 2 WennSoft_Evolution 2 0 2011-02-17 15:40:08.294
>
> !MESSAGE Missing required bundle org.eclipse.help.source_3.5.0.
>
> !SUBENTRY 2 WennSoft_Evolution 2 0 2011-02-17 15:40:08.294
>
> !MESSAGE Missing required bundle org.eclipse.help.ui.source_3.5.2.
>
> !SUBENTRY 2 WennSoft_Evolution 2 0 2011-02-17 15:40:08.294
>
> !MESSAGE Missing required bundle org.eclipse.help.webapp.source_3.5.2.
>
>
Re: Errors running Help plug-in [message #655236 is a reply to message #654988] Fri, 18 February 2011 18:52 Go to previous messageGo to next message
Thomas Rathkamp is currently offline Thomas RathkampFriend
Messages: 34
Registered: February 2011
Member
Thanks Dani. It's working now. I may have removed some at some point.
Re: Errors running Help plug-in [message #655244 is a reply to message #654988] Fri, 18 February 2011 19:21 Go to previous messageGo to next message
Thomas Rathkamp is currently offline Thomas RathkampFriend
Messages: 34
Registered: February 2011
Member
Dani. I have a question. I am using Eclipse Help to put on a server so that our users can access that help. Other than the source (content) files, plugin.xml, etc ..what would I need? Would I need to creaet my own plug-in? Any help would be appreciated. I have been given the opportunity to do a "proof of concept" with this and I want all my ducks in a row.

thanks much

Tom
Re: Errors running Help plug-in [message #655246 is a reply to message #655244] Fri, 18 February 2011 19:24 Go to previous message
Thomas Rathkamp is currently offline Thomas RathkampFriend
Messages: 34
Registered: February 2011
Member
I meant to say "my" help ..so users can access "my" help, not the Eclipse Platform help -- just wanted to clarify ...thanks
Previous Topic:optimizing DLTK for 70,000+ php file project
Next Topic:Console input not recognizing
Goto Forum:
  


Current Time: Sat Apr 20 03:20:13 GMT 2024

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

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

Back to the top