When we create a project in Eclipse CDT with the source code in clearcase, SCM adapter plugin won’t show any controls to perform clearcase operations on include files(files under “Includes” tag in project layout).
I can do all operations on source files. I observed that any of the include files are not attached with Eclipse propertypages (do Alt+Enter, it says “No property pages found…”). Could this be the reason?
I wonder why include files doesn’t have propertypages like source files in the first place!
The way that SCM adapter works is that it will consider the source files under the directory where your
.projectand.classpathare located (for details on that principle, see “Clearcase plugin for eclipse usage“: at least the.projectmust be in a ClearCase view).If those include files aren’t “source files” or are stored outside that project directory, they will be ignored by that ClearCase adapter.
More precisely, if those files (“resources”) aren’t directly referenced in the
.project, the ClearCase SCM adapter will ignore them.The OP comments:
He confirms that those include files are, actually, “Discovered” (and not resources directly referenced by the
.projectfile)Those kind of resources (“discovered”) are likely to be ignored by the ClearCase SCM adapter.