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 pages "PTP/designs/remote/cdt" and "PTP/designs/remote/progress"

< PTP‎ | designs‎ | remote(Difference between pages)
 
m (Status)
 
Line 1: Line 1:
= Evaluation of CDT for EFS support, esp. remote file system =
+
= Progress of Remote Service Support =
  
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:
+
List of Authors:
* 136136 Build directory should not be restricted to workspace
+
    Tianchao Li (lit@in.tum.de)
* 70491 Invalid Include Path when "Link to Folder in the Filesystem"
+
    (future authors)
And, also reference http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg03059.html for the discussion of linked resources.
+
  
== Identified Problems ==
+
== Remote Project ==
# CDT Project Creation/Conversion Wizard does not support EFS
+
 
# CDT Build does not support remote build
+
=== Status ===
# CDT Indexer does not support remote project
+
 
# CDT ManagedMake does not support remote project
+
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. See [[PTP/designs/remote/cdt]] for details.

Revision as of 14:26, 3 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. See PTP/designs/remote/cdt for details.

Back to the top