| Summary: | C/C++ Project Properties -> Paths & Symbols -> Source Location gives error | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Nayna Jain <jainnayna> |
| Component: | cdt-build-managed | Assignee: | Project Inbox <cdt-core-inbox> |
| Status: | NEW --- | QA Contact: | Jonah Graham <jonah> |
| Severity: | critical | ||
| Priority: | P3 | CC: | cdtdoug, jainnayna, jamesblackburn+eclipse |
| Version: | 6.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Nayna Jain
Wanted to updated one more information in this :- We have provided our own plugin extended over CDT which creates a new project of nature C/C++ but with our tool chain and customized to our build environment. In this plugin we have some code which runs indexer and fails if the src folder is missing in "Project Properties -> Paths & Symbols -> Source Location" listing. Probably because indexer appears to fail when a .C file in a non-source folder is an input. And this error of indexing is appearing every time when indexer runs and src folder is not listed in Source Location tab. Because of this most of our source files are not indexed and various functionalities stop working.. It is a critical issue for us and would like to know the possibility of its resolution. As you've got a plugin using this functionality, can you not write a test for org.eclipse.cdt.core.tests and propose a fix for the issue? I am currently unable to contribute code but am willing to help. I can 1) provide a simple set of steps that re-create the problem using a Basic C++ Project setup. (2) and would try to provide some information on where the problem is happening. I will post in a separate note the exact sequence of steps that leads to the issue, in case that would help in the creation of a new testcase for it. (In reply to comment #2) > As you've got a plugin using this functionality, can you not write a test for > org.eclipse.cdt.core.tests and propose a fix for the issue? |