Hi
yes, you'll have to use a 'special' xsl file
there is none that does it now, the dashboard gets this data from templates,
not via xsl transformations.
but here it goes :
The data is stored in every build artifact , and you can get it via the
integration properties.
xsl location :
cruisecontrol/integrationProperties/CCNetFailureUsers
example
<CCNetFailureUsers>
<user>willemsruben</user>
</CCNetFailureUsers>
with kind regards
Ruben Willems
On Fri, Jul 9, 2010 at 4:45 PM, OBones <[email protected]> wrote:
> Hello all,
>
> When a build fails, I get messages like this in the web dashboard:
>
> * Breakers : user1, user2, user3
> * Failing Tasks : Task1, Task2
>
> I have an email publisher for the project and while I do receive the
> list of commits made in subversion, I do not get that message in the
> body of the email.
> It would be very useful to have this because it would allow the users
> to simply read the email message.
> How can I achieve this?
> Is there a special XSL file that I should be using inside the email
> publisher?
>
> Regards
> Olivier