I was able to resolve this issue.   My ccnet.config invokes MSBuild
directly to kick off a build.  For some reason, ccservice.exe.config
(or ccnet.exe.config if you are using the command line) does not have
an entry in the <xslFIles> section for MSBuild.   Adding the following
element to <xslFIles> resolved the problem:

<file name="xsl\compile-msbuild.xsl"/>


On Feb 18, 1:23 pm, LeeG <[email protected]> wrote:
> To add to the previous post, error messages are not appearing in the
> build report on the dashboard as well as emails, so it doesn't appear
> to be a problem with the email process itself.      What I see on the
> dashboard is:
> -----------------
> BUILD FAILED
> Project: MyProject
> Date of build: 2011-02-18 12:40:35
> Running time: 00:00:06
> Integration Request: Build (ForceBuild) triggered from <Server Name>
> Modifications since last build (0)
> -----------------
>
> But I'm not seeing the build results sections that I see on other
> CC.NET implementations I have done:
> Errors
>
> Warnings
> ...
> ...
>
> On Feb 17, 6:15 pm, LeeG <[email protected]> wrote:
>
>
>
> > 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>- Hide quoted text -
>
> - Show quoted text -

Reply via email to