Discussion:
[cdt-dev] Invalid project path: Duplicate path entries found, how to resolve
Eclipse_Keil
2009-11-17 14:37:38 UTC
Permalink
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.
mike berger
2009-11-17 14:48:46 UTC
Permalink
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
Post by Eclipse_Keil
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
--
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
https://dev.eclipse.org/mailman/listinfo/cdt-dev
Eclipse_Keil
2009-11-18 09:28:38 UTC
Permalink
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
Post by mike berger
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
Post by Eclipse_Keil
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
--
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
https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
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.
Andrew Gvozdev
2009-11-17 15:18:44 UTC
Permalink
Hi,
Post by Eclipse_Keil
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].
---------------------------
My guess is that you got output path set to the same folder for different
configurations. You can change it in project properties->C/C++
General->Paths and Symbols-> tab Output Location.

Andrew
Post by Eclipse_Keil
How to get this away?
Thanks
Mike
--
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
https://dev.eclipse.org/mailman/listinfo/cdt-dev
Eclipse_Keil
2009-11-18 09:27:22 UTC
Permalink
No, it doesn't work.

I've changed the path and the warning is still there.

Mike
Post by Andrew Gvozdev
Hi,
Post by Eclipse_Keil
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].
---------------------------
My guess is that you got output path set to the same folder for different
configurations. You can change it in project properties->C/C++
General->Paths and Symbols-> tab Output Location.
Andrew
Post by Eclipse_Keil
How to get this away?
Thanks
Mike
--
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
https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
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-tp26391053p26404752.html
Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.
Andrew Gvozdev
2009-11-18 12:54:44 UTC
Permalink
Hi,
Post by Eclipse_Keil
No, it doesn't work.
I've changed the path and the warning is still there.
Just delete them manually in Problems View. What you did should prevent them
from reappearing again.

Andrew
Post by Eclipse_Keil
Mike
Post by Andrew Gvozdev
Hi,
Post by Eclipse_Keil
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].
---------------------------
My guess is that you got output path set to the same folder for different
configurations. You can change it in project properties->C/C++
General->Paths and Symbols-> tab Output Location.
Andrew
Post by Eclipse_Keil
How to get this away?
Thanks
Mike
--
http://old.nabble.com/Invalid-project-path%3A-Duplicate-path-entries-found%2C-how-to-resolve-tp26391053p26391053.html
Post by Andrew Gvozdev
Post by Eclipse_Keil
Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.
_______________________________________________
cdt-dev mailing list
https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
https://dev.eclipse.org/mailman/listinfo/cdt-dev
--
http://old.nabble.com/Invalid-project-path%3A-Duplicate-path-entries-found%2C-how-to-resolve-tp26391053p26404752.html
Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.
_______________________________________________
cdt-dev mailing list
https://dev.eclipse.org/mailman/listinfo/cdt-dev
Eclipse_Keil
2009-11-18 13:31:31 UTC
Permalink
Hi,

I'm so exciting, hahaha, it works....
I've 3 different configurations for my project. Now i have assign different
OUTPUT folder to each configuration, now it works, without this warning.

Thanks Andrew
Mike
Post by Andrew Gvozdev
Hi,
Post by Eclipse_Keil
No, it doesn't work.
I've changed the path and the warning is still there.
Just delete them manually in Problems View. What you did should prevent them
from reappearing again.
Andrew
Post by Eclipse_Keil
Mike
Post by Andrew Gvozdev
Hi,
Post by Eclipse_Keil
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]),
Post by Andrew Gvozdev
Post by Eclipse_Keil
path: [XXX].
---------------------------
My guess is that you got output path set to the same folder for
different
Post by Andrew Gvozdev
configurations. You can change it in project properties->C/C++
General->Paths and Symbols-> tab Output Location.
Andrew
Post by Eclipse_Keil
How to get this away?
Thanks
Mike
--
http://old.nabble.com/Invalid-project-path%3A-Duplicate-path-entries-found%2C-how-to-resolve-tp26391053p26391053.html
Post by Andrew Gvozdev
Post by Eclipse_Keil
Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.
_______________________________________________
cdt-dev mailing list
https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
https://dev.eclipse.org/mailman/listinfo/cdt-dev
--
http://old.nabble.com/Invalid-project-path%3A-Duplicate-path-entries-found%2C-how-to-resolve-tp26391053p26404752.html
Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.
_______________________________________________
cdt-dev mailing list
https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
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-tp26391053p26407770.html
Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.
Loading...