Hi indeed, there was a change done so that it now scrapes msbuild output (other tasks too I think but am not sure) so there is no need anymore to manually merge the msbuild file.
with kind regards Ruben Willems On Thu, Sep 2, 2010 at 5:55 PM, Ryan W <[email protected]> wrote: > Sorry for the double post. After I finally restarted IIS, the msbuild > output is working correctly in the dashboard. But, there's still no - > results file, so maybe that just doesn't get produced anymore? > > On Sep 1, 3:06 pm, Ryan W <[email protected]> wrote: > > Trying this again... > > > > I've recently updated to 1.5.7256.1 and am unable to get the msbuild > > logger to output its xml file. Here's my tasks and publishers > > sections: > > > > <tasks> > > <msbuild> > > <executable>C:\Windows\Microsoft.NET\Framework > > \v4.0.30319\MSBuild.exe</executable> > > <workingDirectory>E:\ccnetWorking\Projects\trunk</ > > workingDirectory> > > <projectFile>build.proj</projectFile> > > <buildArgs>/noconsolelogger /p:Configuration=Debug /v:diag</ > > buildArgs> > > <targets>Build</targets> > > <timeout>900</timeout> > > <logger>C:\Program Files\CruiseControl.NET\server > > \ThoughtWorks.CruiseControl.MSBuild.dll</logger> > > </msbuild> > > </tasks> > > <publishers> > > <merge> > > <files> > > <!-- <file>E:\ccnetWorking\buildFiles\Artifacts\*- > > results.xml</file> --> > > <file>E:\ccnetWorking\buildFiles\Artifacts\report.xml</file> > > </files> > > </merge> > > <xmllogger /> > > <statistics /> > > </publishers> > > > > I added the statistics publisher to see if it was a permissions issue, > > and the report.xml is indeed showing up in the artifacts directory. > > But, there's still no msbuild-results.xml file showing up. Any > > ideas? I appreciate any guidance. >
