Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Project path excludes
Project path excludes [message #115244] Thu, 12 August 2004 09:45 Go to next message
Eclipse UserFriend
Hi,
I'm working with Eclipse 3.0 and CDT2.0 20040811 build
I have a problem with adding exclude folder in the project paths.
I want that this exluded folder content won't be indexed and shown in C/C++
Project view. I tried to add exclude for project like '**/<foldername>/*.*'
or '<foldername>/*.*', but this didn't worked. So I want to know how to add
project path exclude?

Thanks,
Vaidotas
Re: Project path excludes [message #115628 is a reply to message #115244] Mon, 16 August 2004 10:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alain.nowhere.ca

Vaidotas Radzius wrote:

> Hi,
> I'm working with Eclipse 3.0 and CDT2.0 20040811 build
> I have a problem with adding exclude folder in the project paths.
> I want that this exluded folder content won't be indexed and shown in C/C++
> Project view. I tried to add exclude for project like '**/<foldername>/*.*'
> or '<foldername>/*.*', but this didn't worked. So I want to know how to add
> project path exclude?

How did you add the exclusions, for now only the std make project
offers this feature. And you should be able to just add the
folder you want to exclude.

Look at Property Page:
C/C++ Project paths

for Std make project, if you are familiar with the JDT source folder
you should find your ways in the source folder Tab of the CDT.

Please feel PR for any misbehaving.
Re: Project path excludes [message #115642 is a reply to message #115628] Mon, 16 August 2004 11:17 Go to previous messageGo to next message
Eclipse UserFriend
Thank you for answer Alain. Please find my coments, I included below.

"alain" <alain@nowhere.ca> wrote in message news:cfqgbi$no$1@eclipse.org...
> Vaidotas Radzius wrote:
>
> > Hi,
> > I'm working with Eclipse 3.0 and CDT2.0 20040811 build
> > I have a problem with adding exclude folder in the project paths.
> > I want that this exluded folder content won't be indexed and shown in
C/C++
> > Project view. I tried to add exclude for project like
'**/<foldername>/*.*'
> > or '<foldername>/*.*', but this didn't worked. So I want to know how to
add
> > project path exclude?
>
> How did you add the exclusions, for now only the std make project
> offers this feature. And you should be able to just add the
> folder you want to exclude.

Yes I'm using std make projects and I have one folder in those projects
which I want to exclude from project.

>
> Look at Property Page:
> C/C++ Project paths

Yes to add exclusion for source I'm using this page, you mention above, but
when i add there i see indexer warnings on files which are in excluded
folder and in C\C++ project view I also find that folder with files in it.
Thought i exclude it from project.

>
> for Std make project, if you are familiar with the JDT source folder
> you should find your ways in the source folder Tab of the CDT.

I'm using Eclipse only to develop projects using CDT, but I investigate that
feature on JDT and if on CDT it works different I will log a PR.

>
> Please feel PR for any misbehaving.
Re: Project path excludes [message #115719 is a reply to message #115642] Mon, 16 August 2004 15:27 Go to previous message
Eclipse UserFriend
Originally posted by: alain.nowhere.ca

> >
> > Look at Property Page:
> > C/C++ Project paths

> Yes to add exclusion for source I'm using this page, you mention above, but
> when i add there i see indexer warnings on files which are in excluded
> folder and in CC++ project view I also find that folder with files in it.
> Thought i exclude it from project.

> >
> > for Std make project, if you are familiar with the JDT source folder
> > you should find your ways in the source folder Tab of the CDT.

> I'm using Eclipse only to develop projects using CDT, but I investigate that
> feature on JDT and if on CDT it works different I will log a PR.

Please do(log a PR). The indexer should not parse those files, so someone
it is misbehaving or the exclusion code is buggy.
Previous Topic:Error 127 when compiling hello.c
Next Topic:Linker script file
Goto Forum:
  


Current Time: Thu May 08 01:09:37 EDT 2025

Powered by FUDForum. Page generated in 0.03429 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top