Following script fails to work when running thought CCValidator with
"Configuration is missing root <cruisecontrol> element"
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<publishers>
<email from="xxxxxxxxxxxxx" mailhost="xxxxxxxxxxxxx"
mailhostUsername="xxxxxxxxxxxxx" mailhostPassword="xxxxxxxxxxxxx"
includeDetails="TRUE" >
<users>
<user name="Programmers" group="developers" address="xxxxxxxxxxxxx" />
</users>
<groups>
<group name="developers">
<notifications>
<notificationType>Change</notificationType>
</notifications>
</group>
</groups>
<modifierNotificationTypes>
<NotificationType>Failed</NotificationType>
<NotificationType>Fixed</NotificationType>
</modifierNotificationTypes>
<subjectSettings>
<subject buildResult="Fixed" value="Build fixed for ${CCNetProject}"
/>
<subject buildResult="Broken" value="Build broken for ${CCNetProject}
(${CCNetBuildDate} ${CCNetBuildTime}, last checkin(s) by
${CCNetFailureUsers})" />
</subjectSettings>
</email>
</publishers>
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Also tried this to no avail :
<publishers>
<email>
<from>xxxxxxxxxxxxx</from>
<mailhost>xxxxxxxxxxxxx</mailhost>
<users>
<user name="Programmers" group="developers" address="xxxxxxxxxxxxx" />
</users>
<groups>
<group name="developers">
<notifications>
<notificationType>Change</notificationType>
</notifications>
</group>
</groups>
<modifierNotificationTypes>
<NotificationType>Failed</NotificationType>
<NotificationType>Fixed</NotificationType>
</modifierNotificationTypes>
<subjectSettings>
<subject buildResult="Fixed" value="Build fixed for ${CCNetProject}"
/>
<subject buildResult="Broken" value="Build broken for ${CCNetProject}
(${CCNetBuildDate} ${CCNetBuildTime}, last checkin(s) by
${CCNetFailureUsers})" />
</subjectSettings>
</email>
<xmllogger />
</publishers>
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--
---
You received this message because you are subscribed to the Google Groups
"ccnet-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.