RE: Email options

"Ben Weatherall" <[email protected]> Mon, 7 Jul 2008 10:23:59 -0500
Newsgroups gmane.comp.java.anthill
Message-ID <B42A203FBF0E2B4F8FFA6DF41FDB71B2099EFB19@FTW-EXC-CORE-01.nhsrx.com>
Naina:
=20
You asked, "Is there any way I can make anthill send the emails even if
the build is not required so that the developers know what is happening
?"

Sorry, the Always option means "Send email on both successful and
unsuccessful builds," There is no option for "Send email on no-builds."
You would either have to add this logic to the code that checks for
something to do or have something parsing the tomcat log and sending out
emails when if finds the string, "Build NOT required." in an
AnthillBuildDeaemon INFO message. If you are building multiple projects,
you would also have to determine which one to used as the base for your
notifications.

-Ben