Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Invalid project path: Duplicate path entries found, how to resolve

Hi Mike,

as workaroud do you mean this:

-------------------------------------
You can make your own default settings for the Problems View, Filter dialog.
I
added a setting to filter out the Path Entry Problems, like so:

org.eclipse.ui.ide/PROBLEMS_FILTERS=<?xml version\="1.0"
encoding\="UTF-8"?>\r\n<filters>\r\n<filter IMemento.internal.id\="Default"
contains\="true" description\="" enabled\="true" onResource\="3"
selectBySeverity\="false"
selectionStatus\="org.eclipse.cdt.core.pathentry_problem\:false\:"
severity\="0"/>\r\n</filters>
------------------------------------

to which file should i add this filter?

Thanks
Mike


mike berger-3 wrote:
> 
> Hi
> This is a known bug in CDT. See
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=158940
> There is a workaround in the bug. I don't think anyone is working on it.
> Mike
> 
> On Tue, Nov 17, 2009 at 10:37 AM, Eclipse_Keil <llw2go@xxxxxxxxx> wrote:
> 
>>
>> Hi,
>>
>> every time we i build my project, i get this warning in the "Problem
>> View"
>>
>> ---------------------------
>> Invalid project path: Duplicate path entries found (/XXX [Output path]),
>> path: [XXX].
>> ---------------------------
>>
>> How to get this away?
>>
>> Thanks
>> Mike
>> --
>> View this message in context:
>> http://old.nabble.com/Invalid-project-path%3A-Duplicate-path-entries-found%2C-how-to-resolve-tp26391053p26391053.html
>> Sent from the Eclipse CDT - Development mailing list archive at
>> Nabble.com.
>>
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 
> 

-- 
View this message in context: http://old.nabble.com/Invalid-project-path%3A-Duplicate-path-entries-found%2C-how-to-resolve-tp26391053p26404753.html
Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.



Back to the top