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/cdt"

< PTP‎ | designs‎ | remote
 
Line 1: Line 1:
 
= Evaluation of CDT for EFS support, esp. remote file system =
 
= Evaluation of CDT for EFS support, esp. remote file system =
 +
 +
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.
  
 
== Identified Problems ==
 
== Identified Problems ==

Revision as of 17:50, 2 May 2006

Evaluation of CDT for EFS support, esp. remote file system

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.

Identified Problems

  1. CDT Project Creation/Conversion Wizard does not support EFS
  2. CDT Build does not support remote build
  3. CDT Indexer does not support remote project
  4. CDT ManagedMake does not support remote project

Back to the top