Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Required Plugins?
Required Plugins? [message #469655] Tue, 02 October 2007 13:20 Go to next message
J. Michael Dean, M.D. is currently offline J. Michael Dean, M.D.Friend
Messages: 218
Registered: July 2009
Senior Member
Documentation for adding help to RCP still refers to requiring tomcat,
lucene, etc. What are the explicit plugins that must be in the target when
exporting an RCP?
Re: Required Plugins? [message #469656 is a reply to message #469655] Tue, 02 October 2007 19:53 Go to previous messageGo to next message
Jacek Pospychala is currently offline Jacek PospychalaFriend
Messages: 159
Registered: July 2009
Senior Member
Hi,
this recent article:
http://www.eclipse.org/articles/article.php?file=Article-Add ingHelpToRCP/index.html
notes that only required plugins are org.eclipse.help.webapp and
org.eclipse.help.ui plus their dependencies.


J Michael Dean wrote:
> Documentation for adding help to RCP still refers to requiring tomcat,
> lucene, etc. What are the explicit plugins that must be in the target when
> exporting an RCP?
>
>
Re: Required Plugins? [message #469657 is a reply to message #469656] Wed, 03 October 2007 13:26 Go to previous messageGo to next message
J. Michael Dean, M.D. is currently offline J. Michael Dean, M.D.Friend
Messages: 218
Registered: July 2009
Senior Member
Right. The dependencies are needed in the feature holding the plugin.
These used to include appserver, base, tomcat, some apache code, etc.


On 10/2/07 1:53 PM, in article fdu7jc$a8k$1@build.eclipse.org, "Jacek
Pospychala" <jacek.pospychala@pl.ibm.com> wrote:

> Hi,
> this recent article:
> http://www.eclipse.org/articles/article.php?file=Article-Add ingHelpToRCP/index
> .html
> notes that only required plugins are org.eclipse.help.webapp and
> org.eclipse.help.ui plus their dependencies.
>
>
> J Michael Dean wrote:
>> Documentation for adding help to RCP still refers to requiring tomcat,
>> lucene, etc. What are the explicit plugins that must be in the target when
>> exporting an RCP?
>>
>>
Re: Required Plugins? [message #469660 is a reply to message #469656] Thu, 11 October 2007 13:42 Go to previous messageGo to next message
Owen Rees is currently offline Owen ReesFriend
Messages: 41
Registered: July 2009
Member
Jacek Pospychala <jacek.pospychala@pl.ibm.com> writes:

> Hi,
> this recent article:
> http://www.eclipse.org/articles/article.php?file=Article-Add ingHelpToRCP/index.html
> notes that only required plugins are org.eclipse.help.webapp and
> org.eclipse.help.ui plus their dependencies.

If you are starting from the RCP SDK as the target you do not have
those plugins or their dependencies so you have to copy them to your
target from the platform SDK. There does not seem to be an easy way to
find out what dependencies are missing from the target. You can go
through the plugins one by one looking at their dependencies to see
which are missing but it is a rather tedious process.

It is possible to change the target to the platform SDK, do the "Add
Required Plug-ins", save the product and then change the target back
again. That leaves your product configuration with the missing plugins
listed and marked as faulty so you can then copy them in one go. This
is less tedious but does not seem to me to be an ideal way of
addressing the issue.


--
Owen Rees; speaking personally, and not on behalf of HP.
========================================================
Hewlett-Packard Limited. Registered No: 690597 England
Registered Office: Cain Road, Bracknell, Berks RG12 1HN
Re: Required Plugins? [message #469886 is a reply to message #469660] Sat, 13 October 2007 00:27 Go to previous message
J. Michael Dean, M.D. is currently offline J. Michael Dean, M.D.Friend
Messages: 218
Registered: July 2009
Senior Member
Thanks. In the past, there were eight (I think) specific plugins that were
required for help to work. Now the documentation simply refers to two, but
their dependencies have multiplied like loaves and fishes. The end result
is that it is difficult to set up a separate target platform from the
development platform.


On 10/11/07 7:42 AM, in article m3ve9dydgz.fsf@orees.hpl.hp.com, "Owen Rees"
<owen.rees@hp.com> wrote:

> Jacek Pospychala <jacek.pospychala@pl.ibm.com> writes:
>
>> Hi,
>> this recent article:
>> http://www.eclipse.org/articles/article.php?file=Article-Add ingHelpToRCP/inde
>> x.html
>> notes that only required plugins are org.eclipse.help.webapp and
>> org.eclipse.help.ui plus their dependencies.
>
> If you are starting from the RCP SDK as the target you do not have
> those plugins or their dependencies so you have to copy them to your
> target from the platform SDK. There does not seem to be an easy way to
> find out what dependencies are missing from the target. You can go
> through the plugins one by one looking at their dependencies to see
> which are missing but it is a rather tedious process.
>
> It is possible to change the target to the platform SDK, do the "Add
> Required Plug-ins", save the product and then change the target back
> again. That leaves your product configuration with the missing plugins
> listed and marked as faulty so you can then copy them in one go. This
> is less tedious but does not seem to me to be an ideal way of
> addressing the issue.
>
Re: Required Plugins? [message #586171 is a reply to message #469655] Tue, 02 October 2007 19:53 Go to previous message
Jacek Pospychala is currently offline Jacek PospychalaFriend
Messages: 159
Registered: July 2009
Senior Member
Hi,
this recent article:
http://www.eclipse.org/articles/article.php?file=Article-Add ingHelpToRCP/index.html
notes that only required plugins are org.eclipse.help.webapp and
org.eclipse.help.ui plus their dependencies.


J Michael Dean wrote:
> Documentation for adding help to RCP still refers to requiring tomcat,
> lucene, etc. What are the explicit plugins that must be in the target when
> exporting an RCP?
>
>
Re: Required Plugins? [message #586182 is a reply to message #469656] Wed, 03 October 2007 13:26 Go to previous message
J. Michael Dean, M.D. is currently offline J. Michael Dean, M.D.Friend
Messages: 218
Registered: July 2009
Senior Member
Right. The dependencies are needed in the feature holding the plugin.
These used to include appserver, base, tomcat, some apache code, etc.


On 10/2/07 1:53 PM, in article fdu7jc$a8k$1@build.eclipse.org, "Jacek
Pospychala" <jacek.pospychala@pl.ibm.com> wrote:

> Hi,
> this recent article:
> http://www.eclipse.org/articles/article.php?file=Article-Add ingHelpToRCP/index
> .html
> notes that only required plugins are org.eclipse.help.webapp and
> org.eclipse.help.ui plus their dependencies.
>
>
> J Michael Dean wrote:
>> Documentation for adding help to RCP still refers to requiring tomcat,
>> lucene, etc. What are the explicit plugins that must be in the target when
>> exporting an RCP?
>>
>>
Re: Required Plugins? [message #586222 is a reply to message #469656] Thu, 11 October 2007 13:42 Go to previous message
Owen Rees is currently offline Owen ReesFriend
Messages: 41
Registered: July 2009
Member
Jacek Pospychala <jacek.pospychala@pl.ibm.com> writes:

> Hi,
> this recent article:
> http://www.eclipse.org/articles/article.php?file=Article-Add ingHelpToRCP/index.html
> notes that only required plugins are org.eclipse.help.webapp and
> org.eclipse.help.ui plus their dependencies.

If you are starting from the RCP SDK as the target you do not have
those plugins or their dependencies so you have to copy them to your
target from the platform SDK. There does not seem to be an easy way to
find out what dependencies are missing from the target. You can go
through the plugins one by one looking at their dependencies to see
which are missing but it is a rather tedious process.

It is possible to change the target to the platform SDK, do the "Add
Required Plug-ins", save the product and then change the target back
again. That leaves your product configuration with the missing plugins
listed and marked as faulty so you can then copy them in one go. This
is less tedious but does not seem to me to be an ideal way of
addressing the issue.


--
Owen Rees; speaking personally, and not on behalf of HP.
========================================================
Hewlett-Packard Limited. Registered No: 690597 England
Registered Office: Cain Road, Bracknell, Berks RG12 1HN
Re: Required Plugins? [message #588590 is a reply to message #469660] Sat, 13 October 2007 00:27 Go to previous message
J. Michael Dean, M.D. is currently offline J. Michael Dean, M.D.Friend
Messages: 218
Registered: July 2009
Senior Member
Thanks. In the past, there were eight (I think) specific plugins that were
required for help to work. Now the documentation simply refers to two, but
their dependencies have multiplied like loaves and fishes. The end result
is that it is difficult to set up a separate target platform from the
development platform.


On 10/11/07 7:42 AM, in article m3ve9dydgz.fsf@orees.hpl.hp.com, "Owen Rees"
<owen.rees@hp.com> wrote:

> Jacek Pospychala <jacek.pospychala@pl.ibm.com> writes:
>
>> Hi,
>> this recent article:
>> http://www.eclipse.org/articles/article.php?file=Article-Add ingHelpToRCP/inde
>> x.html
>> notes that only required plugins are org.eclipse.help.webapp and
>> org.eclipse.help.ui plus their dependencies.
>
> If you are starting from the RCP SDK as the target you do not have
> those plugins or their dependencies so you have to copy them to your
> target from the platform SDK. There does not seem to be an easy way to
> find out what dependencies are missing from the target. You can go
> through the plugins one by one looking at their dependencies to see
> which are missing but it is a rather tedious process.
>
> It is possible to change the target to the platform SDK, do the "Add
> Required Plug-ins", save the product and then change the target back
> again. That leaves your product configuration with the missing plugins
> listed and marked as faulty so you can then copy them in one go. This
> is less tedious but does not seem to me to be an ideal way of
> addressing the issue.
>
Previous Topic:Minimal Standalone Help error
Next Topic:How to set Help -> Help Contents
Goto Forum:
  


Current Time: Wed Apr 24 21:34:12 GMT 2024

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

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

Back to the top