Hi, why not use the cb:include syntax instead? CCNet will also detect if you change the included file (which is not the case for the entity include).
Example: <cb:include href="testProject.config" /> Best Regards, Steve Celius On Fri, Feb 11, 2011 at 2:45 PM, Skel Nonch <[email protected]> wrote: > Anybody have a solution to this ? > > On Feb 8, 12:45 pm, Skel Nonch <[email protected]> wrote: > > I have a ccnet.config file that uses DTD Entites as specified in the > > documentation, for splitting the config file into multiple projects. > > This works fine in v1.5 but I have just upgraded to 1.6 and now it is > > broken. > > > > <!DOCTYPE cruisecontrol [ > > <!ENTITY testproject1 SYSTEM "file:testproject1.xml"> > > ]> > > <cruisecontrol xmlns:cb="urn:ccnet.config.builder" xmlns="http:// > > thoughtworks.org/ccnet/1/6"> > > &testproject1; > > </cruisecontrol> > > > > The config validator gives me this message > > Preprocessing failed loading the XML: Reference to unknown symbol > > 'projectdirectory' >
