I got exited when i didnt see IfModificationExists message previously, as I restarted CC.Net and it took 10 mins to check for modification the first time.
When it did the xml file value was - CurrentMessage="Build (IfModificationExists) triggered from continuous" and my cradiator showed the same. This gets updated when there is a build break/force build, but I thought this is supposed to get clear when the check for modification is negative and the project returns to sleeping state until next check. On Jul 24, 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 thishttp://ccnetlive.thoughtworks.com/ccnet/XmlStatusReport.aspx > > as an example of how mine should work. > > > Thanks for looking into this. > > > -Sanjeev
