Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Deploying RCP
Deploying RCP [message #201560] Wed, 25 February 2004 16:27 Go to next message
Mark Victory is currently offline Mark VictoryFriend
Messages: 133
Registered: July 2009
Senior Member
Has anyone figured out how to determine the entire list of required plugins
that are required by an RCP application.
I have painfully tried to do this by hand but still get the following error
when attempting to launch the application as a standalone app.

Note that all the plugins that are listed are in the plugins directory so I
must be missing a plugin or plugins that these require.
Is there a tool that will determine the complete plugin list?

Thanks,
Mark

!SESSION Feb 25, 2004
11:10:09.93 ----------------------------------------------
java.version=1.4.1_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -application com.ibm.rational.test.mt.MtApp
!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
!MESSAGE Bundle
reference:file:c:/MTAStandalone/plugins/com.ibm.rational.tes t.mt_1.0.0 [5]
was not resolved
!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
!MESSAGE Bundle reference:file:c:/MTAStandalone/plugins/com.ibm.rte_1.0.0
[6] was not resolved
!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
!MESSAGE Bundle
reference:file:c:/MTAStandalone/plugins/org.eclipse.jface.te xt_3.0.0 [24]
was not resolved
!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
!MESSAGE Bundle
reference:file:c:/MTAStandalone/plugins/org.eclipse.jface_3. 0.0 [25] was not
resolved
!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
!MESSAGE Bundle
reference:file:c:/MTAStandalone/plugins/org.eclipse.swt.brow ser.dom_3.0.0
[27] was not resolved
!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.109
!MESSAGE Bundle
reference:file:c:/MTAStandalone/plugins/org.eclipse.swt.brow ser.w3cdom_3.0.0
[28] was not resolved
!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.109
!MESSAGE Bundle
reference:file:c:/MTAStandalone/plugins/org.eclipse.swt.win3 2_3.0.0 [29] was
not resolved
!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.109
!MESSAGE Bundle
reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.conso le_3.0.0 [31]
was not resolved
!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
!MESSAGE Bundle
reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.edito rs_3.0.0 [32]
was not resolved
!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
!MESSAGE Bundle
reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.ide_3 .0.0 [33] was
not resolved
!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
!MESSAGE Bundle
reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.views _3.0.0 [34] was
not resolved
!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
!MESSAGE Bundle
reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.workb ench.texteditor_
3.0.0 [35] was not resolved
!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
!MESSAGE Bundle
reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.workb ench_3.0.0 [36]
was not resolved
!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.140
!MESSAGE Bundle reference:file:c:/MTAStandalone/plugins/org.eclipse.ui_3.0.0
[37] was not resolved
!ENTRY org.eclipse.core.runtime 4 13 Feb 25, 2004 11:10:09.140
!MESSAGE Unable to locate application extension:
com.ibm.rational.test.mt.MtApp
!STACK 0
java.lang.RuntimeException: Unable to locate application extension:
com.ibm.rational.test.mt.MtApp
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.
java:236)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:279)
at org.eclipse.core.launcher.Main.run(Main.java:742)
at org.eclipse.core.launcher.Main.main(Main.java:581)
Re: Deploying RCP [message #201627 is a reply to message #201560] Wed, 25 February 2004 17:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: manahan.NOSPAM.ca.ibm.com

There is an initial list of required plugins in the RCP tutorials Ed
Burnette wrote (thanks Ed :-)listed here.

http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform -ui-home/rcp-proposal/rich_client_platform_facilities.html

Depending on what you add above and beyond the minimal listed you'll
have to add those as well. You should be able to specify the plugins to
load when running it via a runtime workbench and then use that same list
when deploying the application.


Peter

Mark Victory wrote:
> Has anyone figured out how to determine the entire list of required plugins
> that are required by an RCP application.
> I have painfully tried to do this by hand but still get the following error
> when attempting to launch the application as a standalone app.
>
> Note that all the plugins that are listed are in the plugins directory so I
> must be missing a plugin or plugins that these require.
> Is there a tool that will determine the complete plugin list?
>
> Thanks,
> Mark
>
> !SESSION Feb 25, 2004
> 11:10:09.93 ----------------------------------------------
> java.version=1.4.1_03
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Command-line arguments: -application com.ibm.rational.test.mt.MtApp
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> !MESSAGE Bundle
> reference:file:c:/MTAStandalone/plugins/com.ibm.rational.tes t.mt_1.0.0 [5]
> was not resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> !MESSAGE Bundle reference:file:c:/MTAStandalone/plugins/com.ibm.rte_1.0.0
> [6] was not resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> !MESSAGE Bundle
> reference:file:c:/MTAStandalone/plugins/org.eclipse.jface.te xt_3.0.0 [24]
> was not resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> !MESSAGE Bundle
> reference:file:c:/MTAStandalone/plugins/org.eclipse.jface_3. 0.0 [25] was not
> resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> !MESSAGE Bundle
> reference:file:c:/MTAStandalone/plugins/org.eclipse.swt.brow ser.dom_3.0.0
> [27] was not resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.109
> !MESSAGE Bundle
> reference:file:c:/MTAStandalone/plugins/org.eclipse.swt.brow ser.w3cdom_3.0.0
> [28] was not resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.109
> !MESSAGE Bundle
> reference:file:c:/MTAStandalone/plugins/org.eclipse.swt.win3 2_3.0.0 [29] was
> not resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.109
> !MESSAGE Bundle
> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.conso le_3.0.0 [31]
> was not resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> !MESSAGE Bundle
> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.edito rs_3.0.0 [32]
> was not resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> !MESSAGE Bundle
> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.ide_3 .0.0 [33] was
> not resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> !MESSAGE Bundle
> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.views _3.0.0 [34] was
> not resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> !MESSAGE Bundle
> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.workb ench.texteditor_
> 3.0.0 [35] was not resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> !MESSAGE Bundle
> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.workb ench_3.0.0 [36]
> was not resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.140
> !MESSAGE Bundle reference:file:c:/MTAStandalone/plugins/org.eclipse.ui_3.0.0
> [37] was not resolved
> !ENTRY org.eclipse.core.runtime 4 13 Feb 25, 2004 11:10:09.140
> !MESSAGE Unable to locate application extension:
> com.ibm.rational.test.mt.MtApp
> !STACK 0
> java.lang.RuntimeException: Unable to locate application extension:
> com.ibm.rational.test.mt.MtApp
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.
> java:236)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:104)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.core.launcher.Main.basicRun(Main.java:279)
> at org.eclipse.core.launcher.Main.run(Main.java:742)
> at org.eclipse.core.launcher.Main.main(Main.java:581)
>
>
Re: Deploying RCP [message #201664 is a reply to message #201627] Wed, 25 February 2004 18:30 Go to previous messageGo to next message
Mark Victory is currently offline Mark VictoryFriend
Messages: 133
Registered: July 2009
Senior Member
Thanks Peter,

I started with Ed's tutorial (Thanks Ed).

The problem is that some of the plugins that I require, themselves require
plugins.
I do not have to explicitly specify those plugins. My RCP based app just
works when I run from the IDE because those plugins exist. However when I
deploy my RCP app, I need to know the entire plugin dependency tree. I am
surprised that a tool that enumerates the plugin dependency tree does not
exist. If I get the time, I will write one.

Thanks,
Mark

"Peter Manahan" <manahan@NOSPAM.ca.ibm.com> wrote in message
news:c1ilp2$5el$1@eclipse.org...
> There is an initial list of required plugins in the RCP tutorials Ed
> Burnette wrote (thanks Ed :-)listed here.
>
>
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform -ui-home/rcp-proposal/rich_client_platform_facilities.html
>
> Depending on what you add above and beyond the minimal listed you'll
> have to add those as well. You should be able to specify the plugins to
> load when running it via a runtime workbench and then use that same list
> when deploying the application.
>
>
> Peter
>
> Mark Victory wrote:
> > Has anyone figured out how to determine the entire list of required
plugins
> > that are required by an RCP application.
> > I have painfully tried to do this by hand but still get the following
error
> > when attempting to launch the application as a standalone app.
> >
> > Note that all the plugins that are listed are in the plugins directory
so I
> > must be missing a plugin or plugins that these require.
> > Is there a tool that will determine the complete plugin list?
> >
> > Thanks,
> > Mark
> >
> > !SESSION Feb 25, 2004
> > 11:10:09.93 ----------------------------------------------
> > java.version=1.4.1_03
> > java.vendor=Sun Microsystems Inc.
> > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> > Command-line arguments: -application com.ibm.rational.test.mt.MtApp
> > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> > !MESSAGE Bundle
> > reference:file:c:/MTAStandalone/plugins/com.ibm.rational.tes t.mt_1.0.0
[5]
> > was not resolved
> > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> > !MESSAGE Bundle
reference:file:c:/MTAStandalone/plugins/com.ibm.rte_1.0.0
> > [6] was not resolved
> > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> > !MESSAGE Bundle
> > reference:file:c:/MTAStandalone/plugins/org.eclipse.jface.te xt_3.0.0
[24]
> > was not resolved
> > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> > !MESSAGE Bundle
> > reference:file:c:/MTAStandalone/plugins/org.eclipse.jface_3. 0.0 [25] was
not
> > resolved
> > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> > !MESSAGE Bundle
> >
reference:file:c:/MTAStandalone/plugins/org.eclipse.swt.brow ser.dom_3.0.0
> > [27] was not resolved
> > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.109
> > !MESSAGE Bundle
> >
reference:file:c:/MTAStandalone/plugins/org.eclipse.swt.brow ser.w3cdom_3.0.0
> > [28] was not resolved
> > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.109
> > !MESSAGE Bundle
> > reference:file:c:/MTAStandalone/plugins/org.eclipse.swt.win3 2_3.0.0 [29]
was
> > not resolved
> > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.109
> > !MESSAGE Bundle
> > reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.conso le_3.0.0
[31]
> > was not resolved
> > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> > !MESSAGE Bundle
> > reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.edito rs_3.0.0
[32]
> > was not resolved
> > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> > !MESSAGE Bundle
> > reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.ide_3 .0.0 [33]
was
> > not resolved
> > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> > !MESSAGE Bundle
> > reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.views _3.0.0 [34]
was
> > not resolved
> > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> > !MESSAGE Bundle
> >
reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.workb ench.texteditor_
> > 3.0.0 [35] was not resolved
> > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> > !MESSAGE Bundle
> > reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.workb ench_3.0.0
[36]
> > was not resolved
> > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.140
> > !MESSAGE Bundle
reference:file:c:/MTAStandalone/plugins/org.eclipse.ui_3.0.0
> > [37] was not resolved
> > !ENTRY org.eclipse.core.runtime 4 13 Feb 25, 2004 11:10:09.140
> > !MESSAGE Unable to locate application extension:
> > com.ibm.rational.test.mt.MtApp
> > !STACK 0
> > java.lang.RuntimeException: Unable to locate application extension:
> > com.ibm.rational.test.mt.MtApp
> > at
> >
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.
> > java:236)
> > at
> >
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:104)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> > at java.lang.reflect.Method.invoke(Unknown Source)
> > at org.eclipse.core.launcher.Main.basicRun(Main.java:279)
> > at org.eclipse.core.launcher.Main.run(Main.java:742)
> > at org.eclipse.core.launcher.Main.main(Main.java:581)
> >
> >
>
Re: Deploying RCP [message #201672 is a reply to message #201664] Wed, 25 February 2004 18:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: manahan.NOSPAM.ca.ibm.com

The PDE does this. Select the project Context Menu. PDE Tools->Open
Dependencies.

You also can just open the view and use it Window->Show View. You want
the "Plug-in Dependencies" View.

Peter

Mark Victory wrote:

> Thanks Peter,
>
> I started with Ed's tutorial (Thanks Ed).
>
> The problem is that some of the plugins that I require, themselves require
> plugins.
> I do not have to explicitly specify those plugins. My RCP based app just
> works when I run from the IDE because those plugins exist. However when I
> deploy my RCP app, I need to know the entire plugin dependency tree. I am
> surprised that a tool that enumerates the plugin dependency tree does not
> exist. If I get the time, I will write one.
>
> Thanks,
> Mark
>
> "Peter Manahan" <manahan@NOSPAM.ca.ibm.com> wrote in message
> news:c1ilp2$5el$1@eclipse.org...
>
>>There is an initial list of required plugins in the RCP tutorials Ed
>>Burnette wrote (thanks Ed :-)listed here.
>>
>>
>
> http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform -ui-home/rcp-proposal/rich_client_platform_facilities.html
>
>>Depending on what you add above and beyond the minimal listed you'll
>>have to add those as well. You should be able to specify the plugins to
>>load when running it via a runtime workbench and then use that same list
>>when deploying the application.
>>
>>
>>Peter
>>
>>Mark Victory wrote:
>>
>>>Has anyone figured out how to determine the entire list of required
>
> plugins
>
>>>that are required by an RCP application.
>>>I have painfully tried to do this by hand but still get the following
>
> error
>
>>>when attempting to launch the application as a standalone app.
>>>
>>>Note that all the plugins that are listed are in the plugins directory
>
> so I
>
>>>must be missing a plugin or plugins that these require.
>>>Is there a tool that will determine the complete plugin list?
>>>
>>>Thanks,
>>>Mark
>>>
>>>!SESSION Feb 25, 2004
>>>11:10:09.93 ----------------------------------------------
>>>java.version=1.4.1_03
>>>java.vendor=Sun Microsystems Inc.
>>>BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
>>>Command-line arguments: -application com.ibm.rational.test.mt.MtApp
>>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
>>>!MESSAGE Bundle
>>> reference:file:c:/MTAStandalone/plugins/com.ibm.rational.tes t.mt_1.0.0
>
> [5]
>
>>>was not resolved
>>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
>>>!MESSAGE Bundle
>
> reference:file:c:/MTAStandalone/plugins/com.ibm.rte_1.0.0
>
>>>[6] was not resolved
>>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
>>>!MESSAGE Bundle
>>> reference:file:c:/MTAStandalone/plugins/org.eclipse.jface.te xt_3.0.0
>
> [24]
>
>>>was not resolved
>>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
>>>!MESSAGE Bundle
>>> reference:file:c:/MTAStandalone/plugins/org.eclipse.jface_3. 0.0 [25] was
>
> not
>
>>>resolved
>>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
>>>!MESSAGE Bundle
>>>
>
> reference:file:c:/MTAStandalone/plugins/org.eclipse.swt.brow ser.dom_3.0.0
>
>>>[27] was not resolved
>>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.109
>>>!MESSAGE Bundle
>>>
>
> reference:file:c:/MTAStandalone/plugins/org.eclipse.swt.brow ser.w3cdom_3.0.0
>
>>>[28] was not resolved
>>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.109
>>>!MESSAGE Bundle
>>> reference:file:c:/MTAStandalone/plugins/org.eclipse.swt.win3 2_3.0.0 [29]
>
> was
>
>>>not resolved
>>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.109
>>>!MESSAGE Bundle
>>> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.conso le_3.0.0
>
> [31]
>
>>>was not resolved
>>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
>>>!MESSAGE Bundle
>>> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.edito rs_3.0.0
>
> [32]
>
>>>was not resolved
>>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
>>>!MESSAGE Bundle
>>> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.ide_3 .0.0 [33]
>
> was
>
>>>not resolved
>>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
>>>!MESSAGE Bundle
>>> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.views _3.0.0 [34]
>
> was
>
>>>not resolved
>>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
>>>!MESSAGE Bundle
>>>
>
> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.workb ench.texteditor_
>
>>>3.0.0 [35] was not resolved
>>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
>>>!MESSAGE Bundle
>>> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.workb ench_3.0.0
>
> [36]
>
>>>was not resolved
>>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.140
>>>!MESSAGE Bundle
>
> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui_3.0.0
>
>>>[37] was not resolved
>>>!ENTRY org.eclipse.core.runtime 4 13 Feb 25, 2004 11:10:09.140
>>>!MESSAGE Unable to locate application extension:
>>>com.ibm.rational.test.mt.MtApp
>>>!STACK 0
>>>java.lang.RuntimeException: Unable to locate application extension:
>>>com.ibm.rational.test.mt.MtApp
>>> at
>>>
>
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.
>
>>>java:236)
>>> at
>>>
>
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:104)
>
>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>>> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>>> at java.lang.reflect.Method.invoke(Unknown Source)
>>> at org.eclipse.core.launcher.Main.basicRun(Main.java:279)
>>> at org.eclipse.core.launcher.Main.run(Main.java:742)
>>> at org.eclipse.core.launcher.Main.main(Main.java:581)
>>>
>>>
>>
>
>
Re: Deploying RCP [message #201689 is a reply to message #201664] Wed, 25 February 2004 18:46 Go to previous messageGo to next message
James Willans is currently offline James WillansFriend
Messages: 303
Registered: July 2009
Senior Member
I expected this functionality to be the result of pressing the "add
required-plug-ins" buttons in the run menu, however this seems to add
plug-ins that are not required based on the manifest of the plug-ins being
run. Unfortunately I also have to resort to drawing a dependency graph
(using paper and pen!).

James

Mark Victory wrote:

> Thanks Peter,

> I started with Ed's tutorial (Thanks Ed).

> The problem is that some of the plugins that I require, themselves require
> plugins.
> I do not have to explicitly specify those plugins. My RCP based app just
> works when I run from the IDE because those plugins exist. However when I
> deploy my RCP app, I need to know the entire plugin dependency tree. I am
> surprised that a tool that enumerates the plugin dependency tree does not
> exist. If I get the time, I will write one.

> Thanks,
> Mark

> "Peter Manahan" <manahan@NOSPAM.ca.ibm.com> wrote in message
> news:c1ilp2$5el$1@eclipse.org...
> > There is an initial list of required plugins in the RCP tutorials Ed
> > Burnette wrote (thanks Ed :-)listed here.
> >
> >
>
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform -ui-home/rcp-proposal/rich_client_platform_facilities.html
> >
> > Depending on what you add above and beyond the minimal listed you'll
> > have to add those as well. You should be able to specify the plugins to
> > load when running it via a runtime workbench and then use that same list
> > when deploying the application.
> >
> >
> > Peter
> >
> > Mark Victory wrote:
> > > Has anyone figured out how to determine the entire list of required
> plugins
> > > that are required by an RCP application.
> > > I have painfully tried to do this by hand but still get the following
> error
> > > when attempting to launch the application as a standalone app.
> > >
> > > Note that all the plugins that are listed are in the plugins directory
> so I
> > > must be missing a plugin or plugins that these require.
> > > Is there a tool that will determine the complete plugin list?
> > >
> > > Thanks,
> > > Mark
> > >
> > > !SESSION Feb 25, 2004
> > > 11:10:09.93 ----------------------------------------------
> > > java.version=1.4.1_03
> > > java.vendor=Sun Microsystems Inc.
> > > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> > > Command-line arguments: -application com.ibm.rational.test.mt.MtApp
> > > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> > > !MESSAGE Bundle
> > > reference:file:c:/MTAStandalone/plugins/com.ibm.rational.tes t.mt_1.0.0
> [5]
> > > was not resolved
> > > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> > > !MESSAGE Bundle
> reference:file:c:/MTAStandalone/plugins/com.ibm.rte_1.0.0
> > > [6] was not resolved
> > > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> > > !MESSAGE Bundle
> > > reference:file:c:/MTAStandalone/plugins/org.eclipse.jface.te xt_3.0.0
> [24]
> > > was not resolved
> > > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> > > !MESSAGE Bundle
> > > reference:file:c:/MTAStandalone/plugins/org.eclipse.jface_3. 0.0 [25] was
> not
> > > resolved
> > > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> > > !MESSAGE Bundle
> > >
> reference:file:c:/MTAStandalone/plugins/org.eclipse.swt.brow ser.dom_3.0.0
> > > [27] was not resolved
> > > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.109
> > > !MESSAGE Bundle
> > >
> reference:file:c:/MTAStandalone/plugins/org.eclipse.swt.brow ser.w3cdom_3.0.0
> > > [28] was not resolved
> > > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.109
> > > !MESSAGE Bundle
> > > reference:file:c:/MTAStandalone/plugins/org.eclipse.swt.win3 2_3.0.0 [29]
> was
> > > not resolved
> > > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.109
> > > !MESSAGE Bundle
> > > reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.conso le_3.0.0
> [31]
> > > was not resolved
> > > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> > > !MESSAGE Bundle
> > > reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.edito rs_3.0.0
> [32]
> > > was not resolved
> > > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> > > !MESSAGE Bundle
> > > reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.ide_3 .0.0 [33]
> was
> > > not resolved
> > > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> > > !MESSAGE Bundle
> > > reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.views _3.0.0 [34]
> was
> > > not resolved
> > > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> > > !MESSAGE Bundle
> > >
> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.workb ench.texteditor_
> > > 3.0.0 [35] was not resolved
> > > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> > > !MESSAGE Bundle
> > > reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.workb ench_3.0.0
> [36]
> > > was not resolved
> > > !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.140
> > > !MESSAGE Bundle
> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui_3.0.0
> > > [37] was not resolved
> > > !ENTRY org.eclipse.core.runtime 4 13 Feb 25, 2004 11:10:09.140
> > > !MESSAGE Unable to locate application extension:
> > > com.ibm.rational.test.mt.MtApp
> > > !STACK 0
> > > java.lang.RuntimeException: Unable to locate application extension:
> > > com.ibm.rational.test.mt.MtApp
> > > at
> > >
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.
> > > java:236)
> > > at
> > >
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:104)
> > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> > > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> > > at java.lang.reflect.Method.invoke(Unknown Source)
> > > at org.eclipse.core.launcher.Main.basicRun(Main.java:279)
> > > at org.eclipse.core.launcher.Main.run(Main.java:742)
> > > at org.eclipse.core.launcher.Main.main(Main.java:581)
> > >
> > >
> >
Re: Deploying RCP [message #201705 is a reply to message #201672] Wed, 25 February 2004 19:30 Go to previous messageGo to next message
Mark Victory is currently offline Mark VictoryFriend
Messages: 133
Registered: July 2009
Senior Member
I tried the Plug-in Dependencies. While it is certainly helpful, it is
painful to search through the set of plugins drilling down through all the
levels. What I would like is a simple list of all the plugins on which my
app (plugin) depends.

"Peter Manahan" <manahan@NOSPAM.ca.ibm.com> wrote in message
news:c1ips6$b4e$1@eclipse.org...
> The PDE does this. Select the project Context Menu. PDE Tools->Open
> Dependencies.
>
> You also can just open the view and use it Window->Show View. You want
> the "Plug-in Dependencies" View.
>
> Peter
>
> Mark Victory wrote:
>
> > Thanks Peter,
> >
> > I started with Ed's tutorial (Thanks Ed).
> >
> > The problem is that some of the plugins that I require, themselves
require
> > plugins.
> > I do not have to explicitly specify those plugins. My RCP based app
just
> > works when I run from the IDE because those plugins exist. However when
I
> > deploy my RCP app, I need to know the entire plugin dependency tree. I
am
> > surprised that a tool that enumerates the plugin dependency tree does
not
> > exist. If I get the time, I will write one.
> >
> > Thanks,
> > Mark
> >
> > "Peter Manahan" <manahan@NOSPAM.ca.ibm.com> wrote in message
> > news:c1ilp2$5el$1@eclipse.org...
> >
> >>There is an initial list of required plugins in the RCP tutorials Ed
> >>Burnette wrote (thanks Ed :-)listed here.
> >>
> >>
> >
> >
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform -ui-home/rcp-proposal/rich_client_platform_facilities.html
> >
> >>Depending on what you add above and beyond the minimal listed you'll
> >>have to add those as well. You should be able to specify the plugins to
> >>load when running it via a runtime workbench and then use that same list
> >>when deploying the application.
> >>
> >>
> >>Peter
> >>
> >>Mark Victory wrote:
> >>
> >>>Has anyone figured out how to determine the entire list of required
> >
> > plugins
> >
> >>>that are required by an RCP application.
> >>>I have painfully tried to do this by hand but still get the following
> >
> > error
> >
> >>>when attempting to launch the application as a standalone app.
> >>>
> >>>Note that all the plugins that are listed are in the plugins directory
> >
> > so I
> >
> >>>must be missing a plugin or plugins that these require.
> >>>Is there a tool that will determine the complete plugin list?
> >>>
> >>>Thanks,
> >>>Mark
> >>>
> >>>!SESSION Feb 25, 2004
> >>>11:10:09.93 ----------------------------------------------
> >>>java.version=1.4.1_03
> >>>java.vendor=Sun Microsystems Inc.
> >>>BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> >>>Command-line arguments: -application com.ibm.rational.test.mt.MtApp
> >>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> >>>!MESSAGE Bundle
> >>> reference:file:c:/MTAStandalone/plugins/com.ibm.rational.tes t.mt_1.0.0
> >
> > [5]
> >
> >>>was not resolved
> >>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> >>>!MESSAGE Bundle
> >
> > reference:file:c:/MTAStandalone/plugins/com.ibm.rte_1.0.0
> >
> >>>[6] was not resolved
> >>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> >>>!MESSAGE Bundle
> >>> reference:file:c:/MTAStandalone/plugins/org.eclipse.jface.te xt_3.0.0
> >
> > [24]
> >
> >>>was not resolved
> >>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> >>>!MESSAGE Bundle
> >>> reference:file:c:/MTAStandalone/plugins/org.eclipse.jface_3. 0.0 [25]
was
> >
> > not
> >
> >>>resolved
> >>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> >>>!MESSAGE Bundle
> >>>
> >
> >
reference:file:c:/MTAStandalone/plugins/org.eclipse.swt.brow ser.dom_3.0.0
> >
> >>>[27] was not resolved
> >>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.109
> >>>!MESSAGE Bundle
> >>>
> >
> >
reference:file:c:/MTAStandalone/plugins/org.eclipse.swt.brow ser.w3cdom_3.0.0
> >
> >>>[28] was not resolved
> >>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.109
> >>>!MESSAGE Bundle
> >>> reference:file:c:/MTAStandalone/plugins/org.eclipse.swt.win3 2_3.0.0
[29]
> >
> > was
> >
> >>>not resolved
> >>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.109
> >>>!MESSAGE Bundle
> >>> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.conso le_3.0.0
> >
> > [31]
> >
> >>>was not resolved
> >>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> >>>!MESSAGE Bundle
> >>> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.edito rs_3.0.0
> >
> > [32]
> >
> >>>was not resolved
> >>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> >>>!MESSAGE Bundle
> >>> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.ide_3 .0.0 [33]
> >
> > was
> >
> >>>not resolved
> >>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> >>>!MESSAGE Bundle
> >>> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.views _3.0.0 [34]
> >
> > was
> >
> >>>not resolved
> >>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> >>>!MESSAGE Bundle
> >>>
> >
> >
reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.workb ench.texteditor_
> >
> >>>3.0.0 [35] was not resolved
> >>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> >>>!MESSAGE Bundle
> >>> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.workb ench_3.0.0
> >
> > [36]
> >
> >>>was not resolved
> >>>!ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.140
> >>>!MESSAGE Bundle
> >
> > reference:file:c:/MTAStandalone/plugins/org.eclipse.ui_3.0.0
> >
> >>>[37] was not resolved
> >>>!ENTRY org.eclipse.core.runtime 4 13 Feb 25, 2004 11:10:09.140
> >>>!MESSAGE Unable to locate application extension:
> >>>com.ibm.rational.test.mt.MtApp
> >>>!STACK 0
> >>>java.lang.RuntimeException: Unable to locate application extension:
> >>>com.ibm.rational.test.mt.MtApp
> >>> at
> >>>
> >
> >
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.
> >
> >>>java:236)
> >>> at
> >>>
> >
> >
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:104)
> >
> >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >>> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> >>> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> >>> at java.lang.reflect.Method.invoke(Unknown Source)
> >>> at org.eclipse.core.launcher.Main.basicRun(Main.java:279)
> >>> at org.eclipse.core.launcher.Main.run(Main.java:742)
> >>> at org.eclipse.core.launcher.Main.main(Main.java:581)
> >>>
> >>>
> >>
> >
> >
>
Re: Deploying RCP [message #202769 is a reply to message #201560] Fri, 27 February 2004 04:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jeff_mcaffer.REMOVE.ca.ibm.com

In recent builds you should be able to go to the Plugins tab in the launch
config and click on "choose plugins from list". In there pick your plugins
and click "Add Required".

IMHO this support is not complete (you and (de)select all, and the same
thing on the Target Platform preferenece page).

I find the PDE folks particularly receptive to bug reports on matters like
this. They really want to make PDE useful.

Jeff


"Mark Victory" <MVictory@us.ibm.com> wrote in message
news:c1ihsj$vch$1@eclipse.org...
> Has anyone figured out how to determine the entire list of required
plugins
> that are required by an RCP application.
> I have painfully tried to do this by hand but still get the following
error
> when attempting to launch the application as a standalone app.
>
> Note that all the plugins that are listed are in the plugins directory so
I
> must be missing a plugin or plugins that these require.
> Is there a tool that will determine the complete plugin list?
>
> Thanks,
> Mark
>
> !SESSION Feb 25, 2004
> 11:10:09.93 ----------------------------------------------
> java.version=1.4.1_03
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Command-line arguments: -application com.ibm.rational.test.mt.MtApp
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> !MESSAGE Bundle
> reference:file:c:/MTAStandalone/plugins/com.ibm.rational.tes t.mt_1.0.0 [5]
> was not resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> !MESSAGE Bundle reference:file:c:/MTAStandalone/plugins/com.ibm.rte_1.0.0
> [6] was not resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> !MESSAGE Bundle
> reference:file:c:/MTAStandalone/plugins/org.eclipse.jface.te xt_3.0.0 [24]
> was not resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> !MESSAGE Bundle
> reference:file:c:/MTAStandalone/plugins/org.eclipse.jface_3. 0.0 [25] was
not
> resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.93
> !MESSAGE Bundle
> reference:file:c:/MTAStandalone/plugins/org.eclipse.swt.brow ser.dom_3.0.0
> [27] was not resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.109
> !MESSAGE Bundle
>
reference:file:c:/MTAStandalone/plugins/org.eclipse.swt.brow ser.w3cdom_3.0.0
> [28] was not resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.109
> !MESSAGE Bundle
> reference:file:c:/MTAStandalone/plugins/org.eclipse.swt.win3 2_3.0.0 [29]
was
> not resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.109
> !MESSAGE Bundle
> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.conso le_3.0.0 [31]
> was not resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> !MESSAGE Bundle
> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.edito rs_3.0.0 [32]
> was not resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> !MESSAGE Bundle
> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.ide_3 .0.0 [33] was
> not resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> !MESSAGE Bundle
> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.views _3.0.0 [34]
was
> not resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> !MESSAGE Bundle
>
reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.workb ench.texteditor_
> 3.0.0 [35] was not resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.125
> !MESSAGE Bundle
> reference:file:c:/MTAStandalone/plugins/org.eclipse.ui.workb ench_3.0.0
[36]
> was not resolved
> !ENTRY org.eclipse.osgi Feb 25, 2004 11:10:09.140
> !MESSAGE Bundle
reference:file:c:/MTAStandalone/plugins/org.eclipse.ui_3.0.0
> [37] was not resolved
> !ENTRY org.eclipse.core.runtime 4 13 Feb 25, 2004 11:10:09.140
> !MESSAGE Unable to locate application extension:
> com.ibm.rational.test.mt.MtApp
> !STACK 0
> java.lang.RuntimeException: Unable to locate application extension:
> com.ibm.rational.test.mt.MtApp
> at
>
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.
> java:236)
> at
>
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:104)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.core.launcher.Main.basicRun(Main.java:279)
> at org.eclipse.core.launcher.Main.run(Main.java:742)
> at org.eclipse.core.launcher.Main.main(Main.java:581)
>
>
CVS Commit and Eclipse Dev mailing list [message #205076 is a reply to message #201560] Wed, 03 March 2004 11:16 Go to previous message
Eclipse UserFriend
Originally posted by: frans.intercitra.com

Any one know where is Eclipse Dev mailing list?

so I can get update about RCP development.

Frans
Previous Topic:just a quick question
Next Topic:upgrade from eclipse2.0 to eclipse2.1
Goto Forum:
  


Current Time: Tue Jul 23 11:28:36 GMT 2024

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

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

Back to the top