Commenting out the following lines in compile.xsl prevented CC from
sending warnings in email.

<xsl:if test="$warning.messages.count > 0">
             <table class="section-table" cellpadding="2"
cellspacing="0" border="0" width="98%">
                 <tr>
                     <td class="sectionheader">
                         Warnings: (<xsl:value-of
select="$warning.messages.count"/>)
                     </td>
                 </tr>
                 <tr><td><xsl:apply-templates
select="$warning.messages"/></td></tr>
             </table>
         </xsl:if>


On Jun 11, 3:50 pm, Saran <[email protected]> wrote:
> Hi all,
>
> Can someone help me figure out how to stop warnings being reported?
> Our log file has too many warning and so developers are finding it
> difficult to track down the build error.
>
> Thanks very much
> Saran

Reply via email to