Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PTP/designs/remote/progress"

< PTP‎ | designs‎ | remote
(Progress of Remote Service Support)
(Status)
Line 12: Line 12:
 
A Styx/9p2000 file system plug-in has been implemeneted.  
 
A Styx/9p2000 file system plug-in has been implemeneted.  
 
Numerous bugfixes to the Eclipse platform has been also contributed to Eclipse, including:
 
Numerous bugfixes to the Eclipse platform has been also contributed to Eclipse, including:
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=137845 137845] EFS Core for Linux PPC (solution submitted)
+
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=137845 137845] EFS Core for Linux PPC (solution submitted and resolved)
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=138277 138277] Problem with EFS Zip Filesystem (solution submitted)
+
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=138277 138277] Problem with EFS Zip Filesystem (solution submitted and resolved)
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=137878 137878] Problem with EFS FTP Filesystem (partial solution submitted)
+
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=137878 137878] Problem with EFS FTP Filesystem (partial solution submitted and resolved)
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=137879 137879] Problem with EFS UI (patch to org.eclipse.ui.ide submitted)
+
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=137879 137879] Problem with EFS UI (patch to org.eclipse.ui.ide submitted and resolved)
  
 
== CDT Support for Remote Project ==
 
== CDT Support for Remote Project ==

Revision as of 17:24, 16 January 2007

Progress of Remote Service Support

List of Authors:

   Tianchao Li (lit@in.tum.de)
   (future authors)

Remote Project

Status

The Eclipse File System (EFS) has been extended to support remote file system. A Styx/9p2000 file system plug-in has been implemeneted. Numerous bugfixes to the Eclipse platform has been also contributed to Eclipse, including:

  • 137845 EFS Core for Linux PPC (solution submitted and resolved)
  • 138277 Problem with EFS Zip Filesystem (solution submitted and resolved)
  • 137878 Problem with EFS FTP Filesystem (partial solution submitted and resolved)
  • 137879 Problem with EFS UI (patch to org.eclipse.ui.ide submitted and resolved)

CDT Support for Remote Project

Status

The enablement of EFS for CDT is being partially enabled. You can now create a new project on a EFS remote file system, convert the project into C/C++ project, browse and view the C/C++ code and make files on the remote file system, and build the project by modifying the build command to use ssh to launch make on the remote system. Solutions to the following bug items has been derived:

  • 136136 Build directory should not be restricted to workspace (solution committed)
  • 140950 EFS URI comparison problem (solution suggested)
  • 142092 CDT EFS support (initial solution submitted)

Still more works are needed to fully enable EFS for CDT, however we have decided to move on.

RSE Support for Remote Project

Status

An initial test of using RSE to launch commands programmatically has been successful. Issues are discovered and are summarized in the [maillist post]. Participating in the RSE API [Discussion] Other bugs are also discovered:

  • 143023 RSE does not work with hidden files

PTP Support for Remote Project

Status

Resource Manager Proxy is now being launched with RSE. Now working collaboratively with resource management.

Back to the top