Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Re: pde-dev Digest, Vol 33, Issue 2

 
Hi,
 
First of all sorry that i am contacting you on personal ID but since i am stuck at the similar problem or the problem whose solution u might be having so.
 
I am developing a plugin in which i am exploring the remote file system by using RSE eclipse plugin.
i will be extending RSE such that i could perform few operations on remote server and fetch the
output back.
i will be providing those options on context menu; but i am not aware of how to hadle ssh connection and also
maintain the session while the processes are running at remote server.
Through RSE i can connect to remote server, access those files but how to go ahead in case of runing remote process?
I am stuck up at this point. I am going through the help provided by RSE but could not do much.
I would be grateful to receive any solutions or links to help documents(especially with examples).
 
 
Thanks a lot,
Vrushali.
 

pde-dev-request@xxxxxxxxxxx wrote:
Send pde-dev mailing list submissions to
pde-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
https://dev.eclipse.org/mailman/listinfo/pde-dev
or, via email, send a message with subject or body 'help' to
pde-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
pde-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of pde-dev digest..."


Today's Topics:

1. executing vs. exporting of plugins (Patrick Juhl)


----------------------------------------------------------------------

Message: 1
Date: Mon, 10 Dec 2007 07:56:24 +0100
From: Patrick Juhl
Subject: [pde-dev] executing vs. exporting of plugins
To:
Message-ID:
Content-Type: text/plain; charset="iso-8859-1"


Hi all,

The issue I have concerns the difference of behavior between an exported plugin and executing it as an Eclipse application.

The plugin I am developing depends on various other plugins from which I use some classes in my code (the plugins are from the Remote System Explorer project). My plugin works fine when executing it. The problem is after exporting it, the plugin does not act the same although I get no errors whatsoever. What is the difference between execution and exporting when depending on other plugins? How can I make sure these dependencies are fulfilled when starting Eclipse?

short description of the behavior:

-RSE provides a remote system explorer view from which one may browse through remote system and perform basic action on remote files. My plugins extends this view by adding a popup menu when selecting a remote file with a specific name.
-The idea then is that my plugin should open some configurations files situated on the remote system in an editor. In the background, this file is downloaded and kept in a temporary local directory.
-After the configuration is done and when clicking "save", the modified file should be saved locally and remotely.

This all works fine when executing the plugin. When using the exported version on the other hand, the last step changes, and the file is not saved remotely but only locally.

Can anyone help me with this?

Best regards,

Patrick Juhl





_________________________________________________________________
Vous voulez vous faire connaître... Créez gratuitement votre espace sur le web.
http://spaces.live.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://dev.eclipse.org/mailman/listinfo/pde-dev/attachments/20071210/a16e6cc2/attachment.html

------------------------------

_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-dev


End of pde-dev Digest, Vol 33, Issue 2
**************************************


Looking for last minute shopping deals? Find them fast with Yahoo! Search.

Back to the top