Yes, that is confusing L What version of CC.NET are you running?
Craig From: Alex Robinson [mailto:[email protected]] Sent: Saturday, 5 December 2009 12:23 p.m. To: [email protected] Subject: Re: [ccnet-user] Recent Builds on Dashboard have been "un-sorted" Im running Windows 2003 Server, which is why I'm puzzled. Any ideas? Thank you. Alex On Fri, Dec 4, 2009 at 8:56 PM, Craig Sutherland <[email protected]> wrote: There was a post on this happening earlier on a *nix based system - what OS are you running on? Cc.NET was not sorting the build logs, it was relying on the OS to return a sorted list. So this may be the same issue that you are having. Craig -----Original Message----- From: Alex R. [mailto:[email protected]] Sent: Saturday, 5 December 2009 4:56 a.m. To: ccnet-user Subject: [ccnet-user] Recent Builds on Dashboard have been "un-sorted" Hi guys, Recent builds used to display proper sorted information with most recent build link at the top of the list. Recently we added an <artifactcleanup CleanUpMethod="KeepLastXBuilds" cleanUpValue="100" /> to each project in the server config file. Ever since then the Recent Builds list has become unsorted in no particular order. Any ideas why this happened? Are there any steps / commands to sort the list again? Really cannot understand why that would affect the order of the logs... Before the change .............................. <publishers> <merge> .... </merge> <xmllogger logDir="SomeLogDirectory" /> <statistics /> </publishers> .......................... After the change ............................ <publishers> <merge> .... </merge> <xmllogger logDir="SomeLogDirectory" /> <artifactcleanup CleanUpMethod="KeepLastXBuilds" cleanUpValue="100" / > <statistics /> </publishers> .............................. Any ideas? Thank you in advance! Kind Regards, Alex R. -- aka br0kEn_=[UK]=
