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

link|improve this question

feedback

3 Answers

up vote 10 down vote accepted

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

link|improve this answer
feedback

this change gives me the following error:-

<message>[CCNet Server:ERROR] Exception: Unused node detected: xmlns=""</message>

Thanks Andy, NZ

link|improve this answer
feedback

@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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.