Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Questions about remote support

Greg
I used one of these psf files a few months ago to extract a set of code 
from CVS, but I've forgotten how. I tried using it as a module name in the 
CVS wizard and it complained about no such module. Can you remind me how 
to do this?

Also, I think I figured out a way to handle validating changed fields only 
that doesn't mean a huge amount of rework of my existing validation logic 
and should be fairly clean. It's probably a good idea anyway, since 
validating everything has always bothered me.

Dave



Greg Watson <g.watson@xxxxxxxxxxxx> 
Sent by: ptp-dev-bounces@xxxxxxxxxxx
10/02/2007 12:59 PM
Please respond to
Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>


To
Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
cc

Subject
Re: [ptp-dev] Questions about remote support







On Oct 2, 2007, at 12:41 PM, Dave Wootton wrote:

> Greg
> I had org.eclipse.ptp.remote.rse in my workspace as a closed project
> because I was getting compile errors and did not need it earlier. I 
> opened
> the project and am still gettng compile errors even after completely
> replacing with the latest version from HEAD. (can't copy/paste 
> messages)
> 1) IRSESystemType.SYSTEMTYPE_SSH_ONLY_ID cannot be resolved
> 2) method connect(boolean) in type ISubSystem not applicable for 
> arguments
> (NullProgressMonitor, boolean)
> 3) method getTheCoreRegistry undefined for type RSECorePlugin
> 4) method isRestoreComplete() undefined for type 
> IRSEPersistenceManager
> 5) method launchShell(IProgressMonitor, String, String) in 
> IShellService
> not compatible with args String, String[], NullProgressMonitor
> 6) method restrictSystemTypes(String[]) in type 
> SystemNewConnectionAction
> not applicable for args IRSESystemType[])
>
> Do I maybe have an out of date set of RSE plugins? I downloaded the 
> ones I
> had a couple months ago. It looks like I have version 1.0.1.* where 
> * is a
> date in Nov/Dec 2006. If I run the update manager in Eclipse, it 
> doesn't
> seem to be finding anything newer.

You probably need to check out the RSE plugins from CVS HEAD. I think 
I'm working against the 2.0 version of RSE. See this page for details:

http://www.eclipse.org/dsdp/tm/development/cvs_setup.php

I think I just used rse-anonymous.psf.

>
> I need remote equivalents to FileDialog and DirectoryDialog, since 
> the way
> my parallel tab is set up, I provide a browse button to allow the 
> user to
> navigate to the desired file or directory.
> Dave

The local and remote versions are equivalent to FileDialog.  How 
about I add browseRemoteDirectory()?

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




Back to the top