COM reference or Command tool for ClearTeam Explorer

China☆狼群 提交于 2019-12-08 07:57:34

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!