1

I want to install the plugin clear case for eclipse 3.5.2 on linux and I could not find http url of the plugin package to add it in the "Install New Software" I download the package as a zip format from IBM but I could not succeed to install it.

Could you please provide me URL for this package

MOHAMED
  • 41,599
  • 58
  • 163
  • 268

1 Answers1

1

The only information for that plugin are:

The last link is for you, and contain the zip to download.
See "Problems with clear case plugin eclipse" for installing that zip.

You can also try the update site:

http://www3.software.ibm.com/ibmdl/pub/software/rationalsdp/clearcase/60/update/windows/

The OP Mohamed KALLEL adds:

I install it, but when run connect to Rational ClearCase, I get a popup with the message:

You do not have a license to run ClearCase

First, check if there is no obvious license issue, as described in this technote, using clearlicense (or if there isn't any ACL right or license serer IP address issue).

Check also your exact version of ClearCase. If this is ClearCase LT, it might not be supported through an Eclipse plugin. If this is CCRC (ClearCase Remote Control), then this isn't the right plugin.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • I install it, but when run connect to rational clearcase I get a popup with the message: You do not have a license to run ClearCase – MOHAMED Jun 07 '12 at 17:09
  • @MohamedKALLEL I have edited my answer to address your comment. What OS are you using? (Windows, Unix?) What ClearCase version are you using? – VonC Jun 07 '12 at 19:11
  • I run my ClearCase on Linux and in the Installed Software I see 2 packages installed "Rational ClearCase SCM Adapter" (7.0.0.20070612B) and Rational ClearCase SCM Adapter (7.0.0.20081031A) – MOHAMED Jun 08 '12 at 08:20
  • @MohamedKALLEL: what does return a `cleartool -verall` ? and `clearlicense` ? – VonC Jun 08 '12 at 08:27
  • @moh: It is a clearcase command. If ClearCase is installed, you should find it. – VonC Jun 08 '12 at 09:21
  • @moh: try a find / -name cleartool, in order to find the complete path of that command – VonC Jun 08 '12 at 11:11
  • both command are not found and the package is installed in the eclipse – MOHAMED Jun 08 '12 at 14:33
  • @MohamedKALLEL then I confirm that the "package" alone (ie the ClearCase plugin for Eclipse) won't be enough to allow you any ClearCase operation. You need a full ClearCase installation in addition of that plugin. – VonC Jun 08 '12 at 16:54
  • have you a link for the full installation of the clearCase on linux? – MOHAMED Jun 08 '12 at 17:02
  • @MohamedKALLEL sure, beside my own process (http://serverfault.com/questions/49786/how-do-you-install-clearcase-7-1-on-a-unix-based-server-with-no-gui-and-no-inter), the updated version of that same process is at http://www-304.ibm.com/support/docview.wss?uid=swg21579102&myns=swgrat&mynp=OCSSSH27&mync=R – VonC Jun 08 '12 at 18:02