Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tm-dev] RE: RSE Terminal Shells questions...

Title: RSE Terminal Shells questions...
Hello Kristoffer,
 
I'm not exactly sure if I understand what you need, but it might
help you to have a look at
 
   https://bugs.eclipse.org/bugs/show_bug.cgi?id=239159
 
and its attached patch, as well as the code in the
org.eclipse.rse.subsystems.processes.shell.linux
plugin in general.
 
Also, if you don't mind, I'd like to have all communications
open, transparent and public, so I'm copying the
dsdp-tm-dev mailing list with this answer so it's logged
in a searchable archive.
 
Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
 
 


From: Kristoffer Kobosko K [mailto:kristoffer.k.kobosko@xxxxxxxxxxxx]
Sent: Thursday, July 24, 2008 2:56 PM
To: Oberhuber, Martin
Cc: Anders Olsson X
Subject: RSE Terminal Shells questions...

Hi!


My name is Kristoffer Kobosko and I am a software designer at Ericsson.
leading a project aimed at integrating a VMWare based simulated cluster
in Eclipse using RSE shells and hopefully terminals.

I am very grateful for your slides from EclipseCon 2008 and found them extremely useful!

The only trouble is, that you do not mention TerminalShells in these slides.

Specifically, I am wondering how hard it would be to do something like

ITerminalService ts = ((ITerminalServiceSubsystem)subSystem).getTerminalService();

as one can with IShellServiceSubSystem.

I understand from the Javadoc that TerminalService is internal and only provides the
launchTerminal method.

Do you know how to do this? If launchTerminal is the only feature available, I would really
like to be able to execute it.

In the end, my goal is something like injecting commands into the shell and executing them
there instead of the Shell. But that is another story!

Thanks in advance for any help

Kind regards

Kristoffer Kobosko
Ericsson
Älvsjö, Sweden


Back to the top