Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] exclude certain files or subdirectories from a projectroot directory

Hi Jun,

this proposal IMO is outdated already, and AFAIK, linked resources are
meanwhile working on any level, but nested project support (i.e.
physically overlapping projects) is not reflected in the Eclipse
platform resource model.

For your problem, using linked resources seems to be a solution.
However, this means not excluding from, but rather explicitely
collecting all files and directories into a project (which itself can be
empty).

I would love to see a real exclusion approach provided by the Eclipse
platform, but AFAIK, nothing like this is planned.

You also may want to look at
https://bugs.eclipse.org/bugs/show_bug.cgi?id=35973, which due to John
Arthorne's comment seems to be the main bugzilla entry for all kind of
resource model related issues.

HTH,

Walter

Walter Brunauer
Senior Member Technical Staff
Workbench Group
Wind River Systems GmbH
Salzburg, Austria
+43 662 4579150 office
www.windriver.com

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Jun Sun
> Sent: Mittwoch, 28. Februar 2007 19:34
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] exclude certain files or subdirectories 
> from a projectroot directory
> 
> Not sure if this is a newbie question.
> 
> Whenever I import a directory into eclipse as a project, it
> automatically collects all files and subdirectories under it into the
> project.  How do I exclude some of them from getting into the project?
> 
> I searched web and found the flexible project structure project which
> supposedly fixes the problem.  However I don't see any follow-through,
> nor do I see any menu or buttons that allow me to do that inside
> Eclipse.
> 
> 
> http://www.eclipse.org/eclipse/development/flexible-projects-p
> roposal.html
> 
> I am also interested in placing the output outside the root 
> and project
> may include some files outside its root directory (overlapping).
> 
> I use Eclipse 3.2, the latest one.
> 
> Cheers.
> 
> Jun
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top