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
(CDT Support for Remote Project)
(Status)
Line 19: Line 19:
 
== CDT Support for Remote Project ==
 
== CDT Support for Remote Project ==
 
=== Status ===
 
=== Status ===
It is currently being explored. The following issues has been identified to be relevant:
+
CDT has no support for EFS at all. Even its support for locally linked resources are quite limited. For example, the following bugs are already identified:
 
+
 
* 136136 Build directory should not be restricted to workspace
 
* 136136 Build directory should not be restricted to workspace
 
* 70491 Invalid Include Path when "Link to Folder in the Filesystem"
 
* 70491 Invalid Include Path when "Link to Folder in the Filesystem"
 +
And, also reference http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg03059.html for the discussion of linked resources.
 +
 +
=== Problems to be Solved ===

Revision as of 18:13, 1 May 2006

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 provided)
  • 138277 Problem with EFS Zip Filesystem (solution provided)
  • 137878 Problem with EFS FTP Filesystem (partial solution provided)
  • 137879 Problem with EFS UI (patch to org.eclipse.ui.ide provided)

CDT Support for Remote Project

Status

CDT has no support for EFS at all. Even its support for locally linked resources are quite limited. For example, the following bugs are already identified:

  • 136136 Build directory should not be restricted to workspace
  • 70491 Invalid Include Path when "Link to Folder in the Filesystem"

And, also reference http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg03059.html for the discussion of linked resources.

Problems to be Solved

Back to the top