[Dart] log for email notification
Sylvain Jaume
sylvainjaume at gmail.com
Thu Feb 7 13:57:46 EST 2008
Hi,
I tried to set up email notification for my project.
I added a DartConfig.cmake to my project:
# Continuous email delivery variables
SET(CONTINUOUS_FROM "my_email_address")
SET(SMTP_MAILHOST "my_smtp_server")
SET(CONTINUOUS_MONITOR_LIST "my_email_address")
SET(CONTINUOUS_BASE_URL "${PROJECT_URL}/Testing")
SET(DELIVER_BROKEN_BUILD_EMAIL_WITH_TEST_FAILURES ON)
SET(DELIVER_BROKEN_BUILD_EMAIL "Continuous Nightly")
SET(EMAIL_FROM "my_email_address")
SET(DARTBOARD_BASE_URL "${PROJECT_URL}/Testing")
SET(DELIVER_BROKEN_BUILD_EMAIL_WITH_CONFIGURE_FAILURES 1)
SET(DELIVER_BROKEN_BUILD_EMAIL_WITH_BUILD_ERRORS 1)
SET(DELIVER_BROKEN_BUILD_EMAIL_WITH_BUILD_WARNINGS 1)
SET(DELIVER_BROKEN_BUILD_EMAIL_WITH_TEST_NOT_RUNS 1)
SET(DELIVER_BROKEN_BUILD_EMAIL_WITH_TEST_FAILURES 1)
In Project.xml I added:
<Property name="mail.host">my_smtp_server</Property>
<Property name="mail.port">25</Property>
<Property name="mail.from">my_email_address</Property>
<Property name="mail.transport.protocol">smtp</Property>
Where my_smtp_server is the smtp server I use with another build system and
it works.
Submissions are fine but I receive no email when there is a build error.
Is there a log I can check for email notification error?
Sylvain
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/dart/attachments/20080207/63d3a61b/attachment.html
More information about the Dart
mailing list