The problem disappeared when I ran CC.Net as a service. Previously I had ccnet.exe running..
Best Regards, Sanjeev On Sat, Jul 24, 2010 at 12:56 PM, Ruben Willems <[email protected]>wrote: > Hi > > > from head : > there is now a messages element > and each message has a type > like breaker, fixer, ... > > after a successfull build the messages array is cleared (CurrentMessage is > the last element of the messages array) > reason : for the moment all messages are failed-build related. > > > so on a successfull build the currentMessage is empty > > on a failed build the messages array is scanned for known message types, > the types are listed below : > > Breakers = 1, > Fixer = 2, > FailingTasks = 3, > BuildStatus = 4 > > all the known messages are moved to the special messages part in the > XmlStatusReport.aspx<http://ccnetlive.thoughtworks.com/ccnet/XmlStatusReport.aspx> > file, and only the unknown remain in the array, and the last of the array > will be shown as CurrentMessage. > > as far as I know, all message are of a known type, so the CurrentMessage > will remain empty > > > with kind regards > Ruben Willems > > > On Fri, Jul 23, 2010 at 11:49 PM, sanjeevn <[email protected]>wrote: > >> Hi I'm setting up CC.Net to build more than 20 projects and works >> perfectly. >> >> I'm using Cradiator to display the status of the build. >> >> For some reason "CurrentMessage" doesn't get updated with the >> happenings. I can see "X broke the build, NAnt task" displayed in the >> dashboard but not getting updated in the xml file created when I hit >> "ccnet/XmlStatusReport.aspx" page. >> >> All the projects has "Build(IfModificationExists) triggerd from >> continuous" message being displayed. >> >> Is there a task where I need to specify to update the field. >> >> I saw this http://ccnetlive.thoughtworks.com/ccnet/XmlStatusReport.aspx >> as an example of how mine should work. >> >> Thanks for looking into this. >> >> -Sanjeev > > >
