In Indigo with CCRC 7.1, The clearcase menu buttons on the Java EE perspective are disabled. How can I enable them?

StackOverflow https://stackoverflow.com/questions/7843185

  •  10-02-2021
  •  | 
  •  

Question

In my eclipse Indigo installation, I have the clearcase remote client (CCRC) perspective working - it's connecting the server just fine and the functionality is there. However, in the Java EE perspective most of the buttons are disabled.

When I edited a file in the Java EE perspective, it used to ask (with a previous version of CCRC and eclipse ganymede) if I wanted to check it out. However, now it merely asks if I want to make the file writable (default eclipse behaviour).

Basically most of the CCRC functionality in the Java EE perspective is disabled. I can see the buttons in the toolbar, but they are disabled (greyed out). Clearcase is also not showing up in the right-click context menu under Team.

Thoughts?

Was it helpful?

Solution

All recent CCRC (7.1.x) settings I managed are build on the same premiss:
That the .project and .classpath are part of the snapshot 'web' view which is a CCRC view.
That is what indicates eclipse that this eclipse project is managed under source control.

CCRC has considerably changed its way of running since 7.1 (2009 as this release notes history illustrates)

Since those eclipse definition files should be under source control anyway, this shouldn't be an inconvenient.

OTHER TIPS

VonC - great comment. That was the issue - we're creating our projects outside the clearcase view and importing the code into that project. However, the correct way to make the buttons functional is to create the project within the folder where the view is. That will enable the checkin/checkout functionality.

Whether or not that is a bug in CCRC is left up to the reader - the way we used to do it with previous CCRC versions worked fine, but that is not the same way it's working now.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top