12

Where in ccnet.config set version? I search and read docs but there is no version mentioned.

skaffman
  • 398,947
  • 96
  • 818
  • 769
senzacionale
  • 20,448
  • 67
  • 204
  • 316

2 Answers2

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