Thank you for your reply. I was able to see email, but got another issue:
-----------------------------------------------

I am getting following error in the latest CTP version of CCNET 1.5.0.6067
when sending email notification. I receive this error message in the email.
Email was working fine in CCNET v 1.4.4. See below my ccnet.config file and
complete error message. Any help in resolving the issue will be appreciated.

ccnet.config file is a valid file and i have validated in ccvalidator.

****************************************************************************************************************
<email mailhost="mail.thescooterstore.com" from="fwbuildproc...@***.com"
mailport="25" includeDetails="TRUE">
  <users>
    <user name="FWTeam" address="fwt...@***.com" group="developers" />
  </users>
  <groups>
    <group name="developers">
      <notifications>
        <notificationType>Always</notificationType>
        <notificationType>Failed</notificationType>
        <notificationType>Fixed</notificationType>
      </notifications>
    </group>
  </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\MsTestSummary2008.xsl" />
    <file name="xsl\MsTestReport2008.xsl" />
  </xslFiles>
  <attachments>
    <file>C:\Build\CCNETTest\results.xml</file>
  </attachments>
</email>
****************************************************************************************************************
error message in the email
****************************************************************************************************************

Unable to build email message: System.InvalidOperationException: This
operation is not supported for a relative URI. at System.Uri.get_Scheme() at
System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type
ofObjectToReturn) at System.Xml.Xsl.Xslt.XsltLoader.CreateReader(Uri uri,
XmlResolver xmlResolver) at System.Xml.Xsl.Xslt.XsltLoader.Load(Compiler
compiler, Object stylesheet, XmlResolver xmlResolver) at
System.Xml.Xsl.Xslt.Compiler.Compile(Object stylesheet, XmlResolver
xmlResolver, QilExpression& qil) at
System.Xml.Xsl.XslCompiledTransform.CompileXsltToQil(Object stylesheet,
XsltSettings settings, XmlResolver stylesheetResolver) at
System.Xml.Xsl.XslCompiledTransform.LoadInternal(Object stylesheet,
XsltSettings settings, XmlResolver stylesheetResolver) at
System.Xml.Xsl.XslCompiledTransform.Load(String stylesheetUri, XsltSettings
settings, XmlResolver stylesheetResolver) at
ThoughtWorks.CruiseControl.Core.Util.XslTransformer.LoadStylesheet(XslCompiledTransform
transform, String xslFileName) at
ThoughtWorks.CruiseControl.Core.Util.XslTransformer.NewXslTransform(String
transformerFileName) at
ThoughtWorks.CruiseControl.Core.Util.XslTransformer.TransformToXml(String
xslFilename, XPathDocument document) at
ThoughtWorks.CruiseControl.Core.Publishers.BuildLogTransformer.TransformResults(IList
xslFiles, XPathDocument document) at
ThoughtWorks.CruiseControl.Core.Publishers.HtmlDetailsMessageBuilder.AppendHtmlMessageDetails(StringBuilder
message, IIntegrationResult result) at
ThoughtWorks.CruiseControl.Core.Publishers.HtmlDetailsMessageBuilder.BuildMessage(IIntegrationResult
result) at
ThoughtWorks.CruiseControl.Core.Publishers.EmailPublisher.CreateMessage(IIntegrationResult
result)

On Thu, Jul 30, 2009 at 4:53 AM, JayFleming <
[email protected]> wrote:

>
> Seems to be working for me on 1.5.0.5981...config snippet below:
>
> <email from="[email protected]" mailhost="xx.xx.xx.xx"
> includeDetails="TRUE">
> <users>
> <user name="me" group="builder" address="[email protected]" />
> </users>
> <groups>
> <group name="builder">
> <notifications>
> <notificationType>always</notificationType>
> </notifications>
> </group>
> </groups>
> </email>
>
> Looks like the <notifications> node under <groups> has changed.
> Cheers,
> Jay




-- 
Thank you,
Ammar Gangardiwala

Reply via email to