COM reference or Command tool for ClearTeam Explorer
Asked Answered
F

1

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.

Followthrough answered 12/2, 2016 at 8:32 Comment(0)
V
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.

Vlaminck answered 12/2, 2016 at 8:41 Comment(2)
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.Followthrough
@Followthrough not that I know of. This is full java.Vlaminck

© 2022 - 2024 — McMap. All rights reserved.