CruiseControl.NET 和 Clearcase 配置

发布于 2024-09-09 04:03:44 字数 908 浏览 0 评论 0原文

我在简单地为 CruiseControl.NET 配置服务器时遇到问题。我正在使用 ThoughtWorks 提供的源代码块来设置它,但我似乎无法让它没有错误。我对这一切都很陌生,某种方向会很棒。

  1. 有人用这个组合吗?
  2. 您有我可以查看的 ccnet.config 文件吗?

这对我不起作用:

<cruisecontrol>
  <project name="test">
      <sourcecontrol type="clearCase">
        <exec>batch file</exec>
        <viewPath>path_name</viewPath>
        <branch>main</branch>
        <autoGetSource>false</autoGetSource>
        <useLabel>true</useLabel>
        <useBaseline>false</useBaseline>
        <projectVobName>vob_name</projectVobName>
        <viewName>projecy_name</viewName>
        <executable>cleartool.exe</executable>
        <timeout>50000</timeout>
      </sourcecontrol>
  </project>
</cruisecontrol>

谢谢。

I'm having problems simply configuring the server for CruiseControl.NET. I am using the source block that is given by ThoughtWorks to set it up, but I cannot seem to get it to be error-free. I am pretty new to all this and some sort of direction would be fantastic.

  1. Does anyone use this combination?
  2. Do you have a ccnet.config file I can look at?

This is what does not work for me:

<cruisecontrol>
  <project name="test">
      <sourcecontrol type="clearCase">
        <exec>batch file</exec>
        <viewPath>path_name</viewPath>
        <branch>main</branch>
        <autoGetSource>false</autoGetSource>
        <useLabel>true</useLabel>
        <useBaseline>false</useBaseline>
        <projectVobName>vob_name</projectVobName>
        <viewName>projecy_name</viewName>
        <executable>cleartool.exe</executable>
        <timeout>50000</timeout>
      </sourcecontrol>
  </project>
</cruisecontrol>

Thank you.

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

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

发布评论

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

评论(1

薯片软お妹 2024-09-16 04:03:44

我对 这种设置没有直接经验,但如果您使用 标记,则意味着:

  • 您正在声明一个 pvob(项目 vob 仅在 UCM 中用于存储项目、流、活动和组件,所有UCM 数据)
  • 您的视图( 中引用的根目录)必须是 UCM 视图。

所有其他路径元素(如“可执行文件”)应引用绝对路径(而不仅仅是“cleartool.exe”)

I have no direct experience with this kind of setup, but if you are using the <projectVobName> tag, that means:

  • you are declaring a pvob (project vob used only in UCM to store project, stream, activities and components, all UCM data)
  • your view (with the root directory referenced in <viewPath>) must be an UCM view.

All the other path elements (like 'executable') should reference an absolute path (and not just "cleartool.exe")

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