Hi http://www.cruisecontrolnet.org/projects/ccnet/wiki/Email_Publisher
there is the property xslFiles this contains all the xsl files that will be used for generating the body of the email if this is left empty, it defaults back to the ones defined in the ccnet.exe.config ccservice.exe.config with kind regards Ruben Willems On 21 March 2012 22:33, Yves Dolce <[email protected]> wrote: > Hello, > > I'm new to CC.Net and I've been spending the last couple of days reading > the documentation, trying the software in my VM, and at times, looking at > the C# source code. Thanks everyone who worked on this, way easier to > understand than Buildbot! > > Is there a way, just with XML, to have the content of an e-mail status to > be just the errors (if any), instead of the whole enchilada one can see in > the Build Log file? > > Doing the following is useful to see the Build Log in the dashboard but > I'd like the e-mail to also have the errors. > <publishers> > <merge> > <files> > <file action="Copy" > deleteAfterMerge="false">$(artifact)\msbuild-results-*.xml</file> > </files> > </merge> > <xmllogger logDir="C:\CruiseControl.NET\webdashboard\buildlogs" /> > > Thanks! >
