If you are on OSX you could use those projects as a BB notification system:
http://code.google.com/p/buildwatch/ http://code.google.com/p/buildgrowler/ Wasn't able to find a BB plugin for Growl on windows yet. Cheers Daniel On Fri, Aug 5, 2011 at 12:14 PM, Romain Manni-Bucau <[email protected]> wrote: > Hi, > > i don't know if somebody is using it but there is a systray icon which can > connect to buildbot: > > https://bitbucket.org/marcusl/buildboticon/downloads/BuildBotIcon.jar > > here the config file i use: > > # BuildBotIcon Apache file > > # builds (one trayicon per build by default) > openejb-trunk-ubuntu = > http://ci.apache.org/builders?builder=openejb-trunk-ubuntu > > # Polling interval. Keep high for public sites, lower to 30 or 60 seconds > for LAN > polling_interval = 600 > > Then a fast script to run it: > > java -jar "<path-to>/BuildBotIcon.jar" "<pah-to>/config.conf" > > - Romain >
