why the projects under component are not CDT?
hello,
I'm using the eclipse plugin. I loaded the workspace component with the project below it.
I get in the "project explorer" tab the component name with the 2 project under it. but they are not CDT projects (although I opened them as such). I can not press the "build" command on them.
alternatively I can load (again) the projects in to the "projects explorer" as existing projects, and then I see them above my component (as duplicate) but now I can compile them.
any idea why?
2 answers
- select "Browse the components to select the folders to be loaded"
- in the "Repository folder to load" page, select the top level (component) folders
- in the Advanced Options of that page, select "load the selected folders and create Eclipse projects found within the selected folder hierarchy".
Comments
hi,
thanks for the answer!
what you describe open the folder and the sub projects but not as CDT projects. I see them as folders.
I have to import them again as existing projects to see the build button (hummer) enable.
any other idea?
That indicates that there is a .project file already created and under version control in the top level folder. So that that .project file is found instead of the .project files in the CDT projects. Delete the .project file.
See https://jazz.net/library/article/1016 for more information.