[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [dsdp-tm-dev] How do I get an IRemoteProcessSubSystem?
|
Hi Lothar,
You could add it to your own plugin like this:
<extension
point="org.eclipse.rse.core.subsystemConfigurations">
<configuration
systemTypeIds="org.eclipse.rse.systemtype.ssh"
name="Processes"
description="Description of processes subsystem"
iconlive="icons/full/obj16/processsubsystemlive_obj.gif"
icon="icons/full/obj16/processsubsystem_obj.gif"
category="processes"
class="org.eclipse.rse.subsystems.processes.shell.linux.ShellProcessSubSystemConfiguration"
vendor="my provider"
priority="200"
id="processes.shell.linux2"/>
</extension>
The plugin would need appropriate icons and properties. Also you would need to make sure that the manifest file includes the following dependency:
org.eclipse.rse.subsystems.processes.shell.linux
____________________________________
David McKnight
Phone: 905-413-3902 , T/L: 969-3902
Internet: dmcknigh@xxxxxxxxxx
Mail: D1/YFY/8200/TOR
____________________________________
Lothar Werzinger <lothar@xxxxxxxxxxxxxx>
Lothar Werzinger <lothar@xxxxxxxxxxxxxx>
Sent by: dsdp-tm-dev-bounces@xxxxxxxxxxx
10/02/2009 11:54 PM
Please respond to
Target Management developer discussions <dsdp-tm-dev@xxxxxxxxxxx> |
|
|
On Tuesday 10 February 2009, David McKnight wrote:
> Hi Lothar,
>
> One thing you may want to experiment with is changing the plugin.xml file
> for org.eclipse.rse.subsystems.processes.shell.linux to have the following
> in the extension: org.eclipse.rse.systemtype.ssh
>
> For example:
>
> <extension
> point="org.eclipse.rse.core.subsystemConfigurations">
> <configuration
> systemTypeIds=
> "org.eclipse.rse.systemtype.linux;org.eclipse.rse.systemtype.ssh"
> name="%ShellProcessSubsystemName"
> description="%ShellProcessSubsystemDescription"
> iconlive="icons/full/obj16/processsubsystemlive_obj.gif"
> icon="icons/full/obj16/processsubsystem_obj.gif"
> category="processes"
> class=
> "org.eclipse.rse.subsystems.processes.shell.linux.ShellProcessSubSystemConf
>iguration" vendor="%providerName"
> priority="200"
> id="processes.shell.linux"/>
> </extension>
>
>
> When you create an SSH Only connection with this change, the process
> subsystem should be available.
>
> ____________________________________
> David McKnight
> Phone: 905-413-3902 , T/L: 969-3902
> Internet: dmcknigh@xxxxxxxxxx
> Mail: D1/YFY/8200/TOR
> ____________________________________
Thanks David, do I have to "patch" the RSE plugin or can I put that little xml
magic in my plugin, too or would it conflict with RSE's definition? I am not
so familiar with how extension points work. The reason I am asking is that I
would rather not have to modify a RSE plugin.
Thanks!
Lothar
--
Lothar Werzinger Dipl.-Ing. Univ.
Director of Technology
Tradescape Inc. - Enabling Efficient Digital Marketplaces
1754 Technology Drive, Suite 128
San Jose, CA 95110
web: http://www.tradescape.biz
_______________________________________________
dsdp-tm-dev mailing list
dsdp-tm-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev


