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 "FAQ How do I accommodate project layouts that don't fit the Eclipse model?" and "CDT/Obsolete/whoswho"

(Difference between pages)
 
(Added Dave Daoust to page)
 
Line 1: Line 1:
Let’s say that you are new to Eclipse, but  have some existing projects with
+
The following is the list of who's who in the CDT. For each person we list their status (Committer versus Contributor) and the areas they have interest in.
file system layouts that cannot be changed. Perhaps you have
+
other tools or build processes that require your projects to be laid out in a certain
+
way.  Because Eclipse also has expectations about how projects are laid out on
+
disk, you can run into problems when you try to get started in Eclipse with your existing
+
projects.
+
  
 
+
{|
 
+
| [mailto:dschaefer@qnx.com Doug Schaefer - QNX]
In release 2.1, Eclipse introduced the notion of <i>linked resources</i> to help deal
+
| CDT Project Lead, Committer, CDT Core parser and related features. [http://cdtdoug.blogspot.com Read my blog.]
with problems like this. Linked resources can refer to files or folders anywhere in
+
|-
your file system, even inside other Eclipse projects. Using linked resources, you can
+
| [mailto:leo.treggiari@intel.com Leo Treggiari - Intel]
cobble together a project from files and folders that are scattered all over your
+
| Committer, CDT Managed Build System primarily, but also Standard Make and Core
file system. The link descriptions are stored in the file called <tt>.project</tt>
+
|-
inside your project content area.  If you share this file with a repository, other users
+
| [mailto:crecoskie@ti.com Chris Recoskie - Texas Instruments]
will be able to load the project and get all the links reconstructed automatically
+
| Committer, CDT Managed Build System primarily, Debug second, and a little bit of everything for good measure
in their workspace. If you do not want to hard-code particular file system paths,
+
|-
you can define linked resources relative to workspace path variables.  Path variables
+
| [mailto:mikhailk@qnx.com Mikhail Khodjaiants - QNX]
can be added or changed from the '''Workbench &gt; Linked Resources''' preference page.
+
| Committer, CDT Debugger
 
+
|-
 
+
| [mailto:mikhail.sennikovsky@intel.com Mikhail Sennikovsky - Intel]
 
+
| Committer, CDT Managed Build System primarily, also interested in Standard Make, Core and Debug
For more information on using linked resources, see the good general introduction
+
|-
in the <i>Workbench User Guide</i>, under '''Concepts &gt; Workbench &gt; Linked resources'''.
+
| [mailto:norbert.ploett@siemens.com Norbert Ploett - Siemens]
The <i>Java Development User Guide</i> also has an excellent tutorial that helps you get started
+
| Committer, CDT content assist, Managed Build System, Debug
with various types of project configurations. Look under '''Getting Started &gt;
+
|-
Project configuration tutorial'''. Information on how to define linked resources
+
| [mailto:dave.daoust@windriver.com David Daoust - Wind River]
programmatically is found in the <i>Platform Plug-in Developer Guide</i>, under
+
| Committer, Useability, Scalablity, CDT Core parser and related features
'''Programmer&#146;s Guide &gt; Resource and workspace API &gt; Linked Resources'''.
+
|}

Revision as of 10:40, 12 April 2006

The following is the list of who's who in the CDT. For each person we list their status (Committer versus Contributor) and the areas they have interest in.

Doug Schaefer - QNX CDT Project Lead, Committer, CDT Core parser and related features. Read my blog.
Leo Treggiari - Intel Committer, CDT Managed Build System primarily, but also Standard Make and Core
Chris Recoskie - Texas Instruments Committer, CDT Managed Build System primarily, Debug second, and a little bit of everything for good measure
Mikhail Khodjaiants - QNX Committer, CDT Debugger
Mikhail Sennikovsky - Intel Committer, CDT Managed Build System primarily, also interested in Standard Make, Core and Debug
Norbert Ploett - Siemens Committer, CDT content assist, Managed Build System, Debug
David Daoust - Wind River Committer, Useability, Scalablity, CDT Core parser and related features

Back to the top