有没有办法用 Perl 连接到 Rational Team Concert?

发布于 2024-10-17 04:01:50 字数 195 浏览 4 评论 0原文

我正在使用 Perl 环境并尝试连接到 Rational Team Concert 服务器来管理项目和文件。目前我看到的唯一替代方案是使用 java 伪 API 来连接到他们的服务。

这就像我的最后一个选择,解决方案涉及中间层(Java 控制台应用程序),以使用 Perl 调用控制台命令并以这种方式到达 RTC 服务器。

任何帮助将不胜感激。

I'm using a Perl environment and trying to connect to a Rational Team Concert server to manage items and files. Right now the only alternative I have seen is a java pseudo API to connect to their services.

This is like my last option and the solution involves a mid layer (Java console application) to call console commands using Perl and reaching the RTC server this way.

Any help would be really appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

静若繁花 2024-10-24 04:01:50

Rational Team Concert 的核心只是一堆基于 REST 的 Web 服务。对工作项、源代码、构建或任何内容的每一个操作都只是一系列 Web 服务调用。美妙之处在于 Web 服务调用不特定于语言!如果您访问 jazz.net,您可以了解如何访问这些 Web 服务以及如何从 Perl 访问它们。欢迎在 jazz.net/forums 中提问

当然,命令行界面也可以提供帮助!查看 scm 和 repotools。

Rational Team Concert, at its core, is just a bunch of REST based web services. Every single action on work items, source code, builds, or anything is just a series of web service calls. The beauty is that a web service call is not language specific! If you go out to jazz.net you can read up on how to access these web services and access them from Perl. Feel free to asks questions in the jazz.net/forums

Of course, the command line interfaces can also help as well! Check out scm and repotools.

老子叫无熙 2024-10-24 04:01:50

使用命令行界面(位于 RTC 下载的 scmtools 目录中)。

还有一个不受支持的集成接口 - 您可以使用 scm daemon start 启动它,但它不受支持,因此短期内您最好使用命令行。

Use the command line interface (in the scmtools directory of the RTC download).

There is an unsupported integration interface as well - you can start that with scm daemon start, but that's unsupported so you would probably be better off using the command line in the short term.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文