CruiseControl “Unused node detected” error when adding xmlns to Project node
问题 I am trying to use the Cruise Control preprocessor functionality to break my configuration into smaller reusable sections. I can use the include feature great from within the root cruisecontrol node, like so: <cruisecontrol xmlns:cb="urn:ccnet.config.builder"> <cb:include href="child.config" /> </cruisecontrol> If I try and use another include within the child config (like so): <project name="TestProject" xmlns:cb="urn:ccnet.config.builder"> <cb:include href="grandchild.config" /> </project>