开发者

Configuration does not have any version information - assuming the configuration is for version 1.5

开发者 https://www.devze.com 2022-12-30 05:20 出处:网络
Where in ccnet.config set version? I search and read docs but ther开发者_运维百科e is no version mentioned.You can add this line in your config file:

Where in ccnet.config set version? I search and read docs but ther开发者_运维百科e is no version mentioned.


You can add this line in your config file:

<cruisecontrol xmlns:cb="urn:ccnet.config.builder" xmlns="http://thoughtworks.org/ccnet/1/5"> 

It is mentionned in this tracker CCNET-1870 : http://jira.public.thoughtworks.org/browse/CCNET-1870


@Andy I got the same error in one of my configurations. If you use cb:include in your configuration file, you should also give xmlns=version-url cb:config-template in configuration files included by cb:include.

0

精彩评论

暂无评论...
验证码 换一张
取 消