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/progress" and "CDT/Developer/FAQ"

< PTP‎ | designs‎ | remote(Difference between pages)
(Remote Project)
 
m
 
Line 1: Line 1:
= Progress of Remote Service Support =
+
== General ==
  
List of Authors:
+
* Is it fun writing code for the CDT?
    Tianchao Li (lit@in.tum.de)
+
    (future authors)
+
  
== Remote Project ==
+
You betcha! And the Eclipse SDK is such a great environment to work in. We've pumped out quality code by the boat load without a lot of effort.
  
=== Status ===
+
== Release Engineering ==
  
The Eclipse File System (EFS) has been extended to support remote file system.
+
* Where can I get the latest builds?
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 provided)
+
; 137878 Problem with EFS FTP Filesystem (partial solution provided)
+
; 137879 Problem with EFS UI (patch to org.eclipse.ui.ide provided)
+
  
== CDT Support for Remote Project ==
+
We have a build machine, [http://cdt.eclipse.org cdt.eclipse.org], that we use for our builds. You can access them from the builds section on its home page. You can also generate your own builds by checking out the CDT out of CVS and using the Export -> Deployable Feature menu item provided by the PDE.
=== Problems Solved ===
+
 
+
=== Solution Provided ===
+
 
+
(working on)
+

Revision as of 14:01, 5 May 2006

General

  • Is it fun writing code for the CDT?

You betcha! And the Eclipse SDK is such a great environment to work in. We've pumped out quality code by the boat load without a lot of effort.

Release Engineering

  • Where can I get the latest builds?

We have a build machine, cdt.eclipse.org, that we use for our builds. You can access them from the builds section on its home page. You can also generate your own builds by checking out the CDT out of CVS and using the Export -> Deployable Feature menu item provided by the PDE.

Back to the top