CCValidator will crash with an unexpected error if you have an XML
configuration heirarchy and the directory for one of the files does
not exist.  For example, if you try to validate the following XML file
it will crash because Projects has not been created.  This should be
handled as a validation error rather than a pure crash.

<cruisecontrol xmlns:cb="urn:ccnet.config.builder">
  <cb:include href="Projects\Templates.xml"
xmlns:cb="urn:ccnet.config.builder"/>
</cruisecontrol>

Reply via email to