I have installed CC.NET  1.6.7981.1 on a Windows Server 2008 R2 box.
It works well for the most part, and when a build fails I can see the
error messages from MSBuild when viewing the Build Log from the
Dashboard.  Logs are being created in the <artifactDirectory> folder I
specified.

However when the email is sent, error messages are not included in the
email.   Here is the gist of my publishers section.  Any ideas would
be appreciated.   Thanks!!

<publishers>
    <xmllogger />
    <email includeDetails="TRUE">
        <from>[email protected]</from>
        <mailhost>[email protected]</mailhost>
        <users>
           <user name="Your Name" group="buildmaster"
address="[email protected]" />
        </users>
        <groups>
            <group name="buildmaster">
                <notifications>
                    <notificationType>Always</notificationType>
                </notifications>
            </group>
        </groups>
    </email>
</publishers>

Reply via email to