Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-tm-dev] How do I get an IRemoteProcessSubSystem?

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


Back to the top