cctray

Does anyone know how to listen to build events from an already running cctray process, in C#?

I have made a C# application and I am trying to figure out if I can tap into build events of cctray (cruise control tray)? I don't want to re-invent the wheel, I just want to know when my builds fail or succeed (on a client machine) so than my custom C# application may execute a specific set of routines. ...

How do you know who is fixing the build?

We are working in a CI environment, with Enterprise Cruise running our builds. Developers all have CCTray installed locally to notify us if a build breaks. CCTray has a menu option Volunteer to fix build that you can use to let your team know that you are fixing the build. However this doesn't work in our environment (reasons: Fix build...

NANT process time out after 1800 sec

Hi Guys, I am using NANT to deploy the code to servers using s/w CCtray. sometimes I get this error but looks like the vsts is up according to the administrator. He can't figure out why it is saying this error and neither do I. Because it doesn't log any other information other than this. DOes anyone has faced this kind of error before a...

In the CCTray utility, how to clear the "... is fixing the build" message if set by misstake for example?

Do anyone know if there is a possibility to clear the message that have been set by the CCTray menu entry “Volunteer to fix build”? It can be set by misstake or pretty often we in the CM team, and others use this possibility to volunteer to fix the build to show the rest of the developers and CM personnel that we will take a first loo...

What's the easiest way to make a CC.NET local trigger to execute a program?

When the build fails, I'd like to execute a program that shoots me in the head with this. I've written the program already - I just need it to run when I break the build. CCTray has the option to make a sound or icon - but not to run a file. Any simple ideas? I'd rather this not be an all day project. :) ...

CruiseControl.NET force build not working from CCTray

Hi, I really hope someone who is a CC.NET expert can help with this, because this problem is painful! I have a remote build machine with CruiseControl.NET and CCTray running (version 1.5.7256.1) On the local machine I have CCtray connecting through HTTP not .NET remoting. When I configure the projects, I add a server through HTTP and ...

Upgrade in CruiseControl .Net

I have recently upgraded from CruiseControl .Net 1.4.3.x on our build machine to the latest version available from SourceForge which is 1.5.7256.1 and since then, the XML output (that is used by Cradiator and CCTray) contain lots more information than is required, as both output them straight to the screen. For example, when code was br...