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
(Identified Problems)
Line 8: Line 8:
 
== Identified Problems ==
 
== Identified Problems ==
 
# CDT Project Creation/Conversion Wizard does not support EFS
 
# CDT Project Creation/Conversion Wizard does not support EFS
# CDT Build does not support remote build
+
# Bug 136136 restricts the build directory to workspace
# CDT Indexer does not support remote project
+
# Add build server property to the build property tab and modify the code to launch build command on remote machine when appropriate
# CDT ManagedMake does not support remote project
+
# CDT Indexer and CDT ManagedMake need further investigations

Revision as of 12:31, 3 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. 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