1

I have been using IBM Rational ClearTeam Explorer version 8.0.0. I like to come up with customized tool(WPF application) to performing ClearTeam actions like makebaseline, checkin, checkout.

Is there any command tool and COM object availabe to perform these functions. I would be helpful if there are any reference link also.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
Manojkumar
  • 41
  • 3

1 Answers1

0

The official API for CM/ClearTeam is in java, not COM.

It is the CM API, a standards-based Java API for ClearCase, which in the 8.0 release, adds support for ClearCase dynamic views. It also adds partial support for UCM deliver and rebase operations, and ClearCase/Rational Team Concert work item integration.

You can use that java API with WebSphere Portlet Factory (WPF) to develop a portlet application.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • Vonc, Thanks for the reply. WPF which i meant was Windows Presentation Foundation(windows application). Is there any DLLs(Dynamic Link Libraries) available for this API. – Manojkumar Feb 12 '16 at 10:44
  • @Manojkumar not that I know of. This is full java. – VonC Feb 12 '16 at 11:39