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.


Reply via email to