I have each submodule declared with the developers that are working on that
module:
<developer>
<name>Mahadevan Virudhagiri</name>
<id>CA50922</id>
<email>[EMAIL PROTECTED]</email>
<url>http://www.delta.org</url>
<organization>Delta Dental: DAP Project</organization>
<organizationUrl>http://www.delta.org</organizationUrl>
<roles>
<role>C2 Developer</role>
</roles>
<properties>
<officeNumber>####</officeNumber>
<cellNumber>###</cellNumber>
<gtalk>[EMAIL PROTECTED]</gtalk>
<yahoo>-</yahoo>
</properties>
</developer>
So how can I have an email sent out to the module that actually fails, and
not just the one defined in my <ci> ?
<ciManagement>
<system>continuum</system>
<url>http://delta.lab:8080/continuum</url>
<notifiers>
<notifier>
<type>mail</type>
<sendOnError>true</sendOnError>
<sendOnFailure>true</sendOnFailure>
<sendOnSuccess>true</sendOnSuccess>
<sendOnWarning>true</sendOnWarning>
<configuration>
<address>[EMAIL PROTECTED]</address>
</configuration>
</notifier>
</notifiers>
</ciManagement>
--
Thanks,
Mick Knutson
http://www.baselogic.com
http://www.blincmagazine.com
http://www.djmick.com
http://www.myspace.com/mickknutson
http://www.myspace.com/BLiNCMagazine
http://tahoe.baselogic.com
---