Reputation: 101
I am using rational ClearCase and eclipse Helios 3.3.2.
I was created view in ClearCase Explorer, then imported the code into my workspace.
After this, to link the eclipse project with ClearCasen I am clicking on the project then Team.
But, it is not showing "associate with clearCase
" option.
It is showing "apply patch
" and some other.
What is the reason behind this?
How can I link the workspace with ClearCase?
Upvotes: 1
Views: 2753
Reputation: 1329082
As mentioned by Peter B., the official ClearCase should be used here: " Rational ClearCase SCM Adapter (For Eclipse), Version 7.6.0.0" (ie not the 7.0.0.2, rather the 7.6+)
If not installed properly, the safest way is to re-install a fresh copy of Eclipse (here 3.3+) and the plugin itself, checking if the issue persists.
See "Problems with clear case plugin eclipse" on the installation process.
However, another common cause for not seing the association with this plugin is if the .project
and .classpath
files aren't directly with the sources within the ClearCase view, but are kept outside the view.
See "Clearcase plugin for eclipse usage" for an illustration of that issue.
Upvotes: 0