在ccnet.config中设置版本的位置?我搜索和阅读文档,但没有提到版本。
答案 0 :(得分:14)
您可以在配置文件中添加以下行:
<cruisecontrol xmlns:cb="urn:ccnet.config.builder" xmlns="http://thoughtworks.org/ccnet/1/5">
在此跟踪器CCNET-1870中提及: http://jira.public.thoughtworks.org/browse/CCNET-1870
答案 1 :(得分:3)
@Andy我在其中一个配置中遇到了同样的错误。 如果在配置文件中使用cb:include,则还应在cb:include包含的配置文件中提供xmlns = version-url cb:config-template。