Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-tm-dev] Advice reg. including RSE with an Eclipse RCP application

Sure, just filed the bug!

Best Regards
// Samuel

On 12/21/2010 10:33 AM, Oberhuber, Martin wrote:
Can you please file a bug for this on bugzilla ?

Let us know what connection type you are using.

From your description, this sounds like an ideal candidate for writing a Unittest - should be easy based on the existing unit tests that I referenced earlier.

Thanks,
Martin

-----Original Message-----
From: dsdp-tm-dev-bounces@xxxxxxxxxxx [mailto:dsdp-tm-dev-bounces@xxxxxxxxxxx] On Behalf Of Samuel Lampa
Sent: Monday, December 20, 2010 9:11 PM
To: dsdp-tm-dev@xxxxxxxxxxx
Subject: Re: [dsdp-tm-dev] Advice reg. including RSE with an Eclipse RCP application

I have encountered another problem with the readLine function, that I thought might be worth reporting:

If running the readLine in a loop with no, or almost no, sleep between the iterations, the pipe tends to close prematurely, causing an Exception, while sometimes it just does not give a result each time, but only each second or third time, depending on how little sleep time is introduced.

Including a sleep of ~15 ms or so seems to help in most cases, although it naturally introduces a noticeable delay.

Best Regards
// Samuel

On 12/16/2010 05:07 PM, Samuel Lampa wrote:
Hi,

Many thanks for the hints, that's much appreciated! Will look into it.

// Samuel

On 12/16/2010 06:51 AM, Oberhuber, Martin wrote:
Hi Samuel,

You may also want to get in touch with the Eclipse PTP (Parallel
Tools Project), RDT Component (Remote Development Tools).

They specialize in providing access to HPC clusters. They use TM/RSE
technology Under the hoods.

g-Eclipse is another project that provides access to Grid compute
resources.

Thanks,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River direct
+43.662.457915.85 fax +43.662.457915.6

-----Original Message-----
From: dsdp-tm-dev-bounces@xxxxxxxxxxx
[mailto:dsdp-tm-dev-bounces@xxxxxxxxxxx] On Behalf Of Samuel Lampa
Sent: Dienstag, 14. Dezember 2010 14:41
To: dsdp-tm-dev@xxxxxxxxxxx
Subject: Re: [dsdp-tm-dev] Advice reg. including RSE with an Eclipse
RCP application

Hi,

Thanks for the quick reply.

To give a little bit of background, we are building a customized
client for access to a linux based high-performance computer center,
to let also let less computer-knowledgeable people (like biologists,
working with next-gen DNA-sequencing data) submit cluster jobs by
providing wizards that generate the actual command line commands to
execute, etc.

What we want, is both to display the main views of RSE (like the file
explorer and the SSH console), and also want to programmatically
allow to execute actions via the SSH connection.

I will see if I can find my way with the hint supplied. Also we are
very thankful for any additional hints as how to get started.

Best Regards
// Samuel


On 12/13/2010 06:48 PM, Oberhuber, Martin wrote:
Hi Samuel,

This depends on what you want to achieve ?

As of today, RSE depends on core.resources:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=182363

In an IDE, we contribute the "Remote Systems" perspective.

Thanks,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
direct
+43.662.457915.85 fax +43.662.457915.6

-----Original Message-----
From: dsdp-tm-dev-bounces@xxxxxxxxxxx
[mailto:dsdp-tm-dev-bounces@xxxxxxxxxxx] On Behalf Of Samuel Lampa
Sent: Montag, 13. Dezember 2010 17:41
To: dsdp-tm-dev@xxxxxxxxxxx
Subject: [dsdp-tm-dev] Advice reg. including RSE with an Eclipse RCP
application

I'm developing Eclipse plugins for an Eclipse RCP application
(Bioclipse) where I want to include the Remote System Explorer from
the TM project when launching Bioclipse. (which I do using a custom
*.product file.)

I've managed to import the plugins and features from the RSE [1] and
TM Core [2] repositories (using the git mirrors) into the Eclipse
workspace, but I'm a bit bewildered now as to what dependencies etc
I need to setup in my feature.xml and/or .product file, in order to
have RSE loaded when launching Bioclipse?

Is there any tutorials for this? Any hints welcome.

Best Regards
// Samuel

[1] git://dev.eclipse.org/org.eclipse.tm/org.eclipse.tm.core.git
[2] git://dev.eclipse.org/org.eclipse.tm/org.eclipse.tm.rse.git

--
Samuel Lampa
---------------------------------------
Bioinformatician @ Uppsala University
Blog: http://saml.rilspace.org
---------------------------------------
_______________________________________________
dsdp-tm-dev mailing list
dsdp-tm-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev
_______________________________________________
dsdp-tm-dev mailing list
dsdp-tm-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev




--
Samuel Lampa
---------------------------------------
Bioinformatician @ Uppsala University
Blog: http://saml.rilspace.org
---------------------------------------
_______________________________________________
dsdp-tm-dev mailing list
dsdp-tm-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev
_______________________________________________
dsdp-tm-dev mailing list
dsdp-tm-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev






--
Samuel Lampa
---------------------------------------
   Bioinformatician @ Uppsala University
     Blog: http://saml.rilspace.org
---------------------------------------
_______________________________________________
dsdp-tm-dev mailing list
dsdp-tm-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev
_______________________________________________
dsdp-tm-dev mailing list
dsdp-tm-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev




--
Samuel Lampa
---------------------------------------
 Bioinformatician @ Uppsala University
   Blog: http://saml.rilspace.org
---------------------------------------


Back to the top