try to place the <xmllogger /> block before the <email> block.
i remember having same problem a while ago.
/c


On Tue, Mar 2, 2010 at 11:28 PM, water <[email protected]> wrote:

> Hello. I am trying to upgrade CC.Net from 1.3 to 1.5. My post build
> emails were going out fine from 1.3, now in 1.5 they are not going out
> at all and no error or mention of it is occuring. Here is my publisher
> tag. Appreciate any input. Where should I look to find an error.
> Nothing in the logs, event log, console output, etc.
>
> <publishers>
>      <merge>
>        <files>
>          <file>&xxxxxDotNetBuildDirectory;\msbuild-results.xml</file>
>          <file>&xxxxDotNetBuildDirectory;\*unittest-results.xml</
> file>
>        </files>
>      </merge>
>      <email includeDetails="TRUE" useSSL="FALSE">
>        <from>[email protected]</from>
>        <mailhost>&SmtpMailHost;</mailhost>
>        <users>
>          <user name="xxxxx Development" group="developers"
> address="[email protected]" />
>        </users>
>        <groups>
>          <group name="developers>">
>            <notifications>
>              <notificationType>Always</notificationType>
>            </notifications>
>          </group>
>        </groups>
>        <xslFiles>
>          <file>xsl\header.xsl</file>
>          <file>xsl\compile.xsl</file>
>          <file>xsl\unittests.xsl</file>
>          <file>xsl\modifications.xsl</file>
>        </xslFiles>
>      </email>
>      <xmllogger />
>    </publishers>
>

Reply via email to