Hi place the xml logger as the first publisher, and try again
with kind regards Ruben Willems On Fri, Sep 5, 2008 at 9:55 AM, AndyF 76 <[EMAIL PROTECTED]> wrote: > > ccnet.config as requested: > > <cruisecontrol> > <project name="MainBuild"> > <webURL>http://localhost/ccnet/server/local/project/Pyramid/ > ViewProjectReport.aspx</webURL> > <modificationDelaySeconds>120</modificationDelaySeconds> > <artifactDirectory>c:/Builds/Artifacts</artifactDirectory> > <sourcecontrol type="svn"> > <executable>C:/Software/SVN/SVN/svn-win32-1.5.2/svn- > win32-1.5.2/bin/svn.exe</executable> > <workingDirectory>c:/Builds/</workingDirectory> > <autoGetSource>true</autoGetSource> > <!-- SVN URL and creds ommitted. --> > </sourcecontrol> > <tasks> > <nant> > <executable>C:/Software/Nant/nant-0.85-bin/nant-0.85/ > bin/nant.exe</executable> > <baseDirectory>c:/Builds/</baseDirectory> > <targetList> > <target>build</target> > </targetList> > <buildTimeoutSeconds>1200</buildTimeoutSeconds> > </nant> > </tasks> > <publishers> > <merge> > <files> > <file>C:/Builds/TestResult.xml</file> > </files> > </merge> > <xmllogger logDir="c:/Builds/Artifacts/buildlogs" /> > </publishers> > </project> > </cruisecontrol> >
