Hi look at the docs http://confluence.public.thoughtworks.org/display/CCNET/Email+Publisher for the group element
the group element has been changed and the upcoming release notes http://confluence.public.thoughtworks.org/display/CCNET/CCNet+1.5+CTP+Release+Notes with kind regards Ruben Willems On Thu, Jul 30, 2009 at 4:17 AM, Ammar Gangardiwala <[email protected]>wrote: > > Email publishing is not working with the latest CTP release 1.5. It > used to work in 1.4.4 version. below is my config file. Please let me > know if you know the reason how to resolve this issue: > > I tried without xslFiles and attachments tags too, it didn't work > either. email was working in v 1.4.4, but with exactly same setting it > is not working in 1.5. Seems a bug in the CTP with email publishing. > > I am using CCNET v 1.5.0.6067. > > <publishers> > <merge> > <files> > <file>C:\Build\CCNETTest\results.trx</file> > </files> > </merge> > <statistics /> > <xmllogger logDir="C:\Build\Log" /> > <email mailhost="mail.*.com" from="fwbuildproc...@*.com" mailport="25" > includeDetails="TRUE"> > <users> > <user name="FWTeam" address="*...@*.com" group="developers" /> > </users> > <groups> > <group name="developers" notifications="always" /> > </groups> > <converters /> > <xslFiles> > <file name="xsl\header.xsl" /> > <file name="xsl\modifications.xsl" /> > <file name="xsl\compile.xsl" /> > <file name="xsl\compile-msbuild.xsl" /> > <file name="xsl\msbuild.xsl" /> > <file name="xsl\MsTest9Summary.xsl" /> > <file name="xsl\MsTest9Report.xsl" /> > </xslFiles> > <attachments> > <file>C:\Build\CCNETTest\results.trx</file> > </attachments> > </email> > </publishers> > _________________ > Thanks, > .NET Architect > Ammar Gangardiwala >
