[Anthill] AntHill log files
Maciej Zawadzki
mbz at urbancode.com
Wed Apr 14 08:52:35 CDT 2004
Sri,
There is a Pagelet (basically a JSP that is not tied to HTTP) that
serves as the template for the email message that Anthill sends out. If
you want to modify the email, then you need to modify that email
Pagelet. That pagelet is located in Anthill/conf/resultEmail.pgl file.
The only problem that I'd see with doing what you want is -- where is
the Pagelet going to get the unit test results. If the test results
were written to a file during the build, then the Pagelet could read in
the file and include it's contents in the email.
Let me know if you run into any problems.
Regards,
--Maciej
Sriram Ramaswamy wrote:
> Hi,
>
> I have setup anthill and after each build I get a email with the log of
> the build. I also executed my unit test cases. Is there any way I can add
> the results of the unit test cases into the build log that is emailed.
> Please let me know.
>
> Thanks,
> Sri
More information about the Anthill
mailing list