Community
Participate
Working Groups
Build Identifier: M20110909-1335 In order to modify the RemoteConnection class to be able to use the IRemoteFileProxy and IRemoteLaunch interfaces, we need the ability of IRemoteProxyManager to manufacture a proxy based on a URI, in addition to an IProject (which is being used by the remote Autotools project) Reproducible: Always Steps to Reproduce: N/A
The first comment says, "IRemoteLaunch interface", but should say "IRemoteCommandLauncher interface".
I have pushed up a patch to add the capability of creating the two proxy objects from a URI. It is located here: git@github.com:cjashfor/LinuxToolsProjectPatches.git in the branch rdt_add_uri
Without a "remote" bucket, let's just assign this to Jeff and see what happens :)
Jeff, have you had a chance to look at this patch?
(In reply to comment #4) > Jeff, have you had a chance to look at this patch? I will review it tomorrow.
(In reply to comment #4) > Jeff, have you had a chance to look at this patch? Patches applied to rdt branch. I ran into a conflict in RDTProxyManager.java. I made a subsequent commit that added ChangeLog entries for the two plug-ins being changed.
(In reply to comment #6) > (In reply to comment #4) > > Jeff, have you had a chance to look at this patch? > > Patches applied to rdt branch. I ran into a conflict in RDTProxyManager.java. > I made a subsequent commit that added ChangeLog entries for the two plug-ins > being changed. Thanks, Jeff!
I wrote 100% of this patch, had permission to do so from my employer IBM Corp., and the code is EPL licensed.