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
(Status)
(Status)
Line 19: Line 19:
 
== CDT Support for Remote Project ==
 
== CDT Support for Remote Project ==
 
=== Status ===
 
=== 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:
+
CDT is being inspected.
* 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 ===
 
=== Problems to be Solved ===

Revision as of 17:49, 2 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 derived)
  • 137878 Problem with EFS FTP Filesystem (partial solution derived)
  • 137879 Problem with EFS UI (patch to org.eclipse.ui.ide derived)

CDT Support for Remote Project

Status

CDT is being inspected.

Problems to be Solved

Back to the top