2
我在爲CruiseControl.NET配置服務器時遇到問題。我正在使用ThoughtWorks給出的源代碼塊來設置它,但我似乎無法使它成爲無錯誤的。我對這一切都很陌生,某種方向會很棒。CruiseControl.NET和Clearcase配置
- 有沒有人使用這種組合?
- 你有
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>
謝謝。