You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Romain Manni-Bucau <rm...@gmail.com> on 2011/08/05 12:14:32 UTC

buildbot icon

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

Re: buildbot icon

Posted by dsh <da...@googlemail.com>.
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
<rm...@gmail.com> 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
>