问题
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.
回答1:
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.
来源:https://stackoverflow.com/questions/35357984/com-reference-or-command-tool-for-clearteam-explorer