| Summary: | IRemoteProxyManager needs ability to use a URI to manufacture an IRemoteFileProxy and IRemoteCommandLauncher | ||
|---|---|---|---|
| Product: | [Tools] Linux Tools | Reporter: | Corey Ashford <cjashfor> |
| Component: | Project | Assignee: | Jeff Johnston <jjohnstn> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | linux.distros-inbox |
| Version: | 0.9.0 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Bug Depends on: | 364426 | ||
| Bug Blocks: | 365381 | ||
|
Description
Corey Ashford
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. |