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

PTP/designs/remote/cdt

< PTP‎ | designs‎ | remote
Revision as of 12:31, 3 May 2006 by Tli (Talk | contribs) (Identified Problems)

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. Bug 136136 restricts the build directory to workspace
  3. Add build server property to the build property tab and modify the code to launch build command on remote machine when appropriate
  4. CDT Indexer and CDT ManagedMake need further investigations

Back to the top