Where in ccnet.config set version? I search and read docs but there is no version mentioned.
Asked
Active
Viewed 3,382 times
2 Answers
14
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

TridenT
- 4,879
- 1
- 32
- 56
3
@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.

Jinuk Kim
- 765
- 5
- 5