Hello! I am having build-order problems now and then during nightly builds. I think this problem started with 1.5.x version but I cannot confirm it. Sometimes the order of the build is not the same order as the order the items were queued in. All projects have the same priority. Some projects have different times for when it is queued some projects have the same time.
Example: Project A, Que=Dev : 01.00am (buildtime 30min) Project B, Que=Dev : 01.01am (buildtime 15min) Project C, Que=Dev : 01.15am (buildtime 5min) Project D, Que=Dev : 01.15am (buildtime 5min) This should give build-order A->B->C->D or A->B->D->C normally. (order of C and D does not matter). But every other night I get buildorder A->C->D->B or A->D->C->B. Seams like there is a bug somewhere that make C/D come in before B if B "misses" its scheduled time (when A is not done yet). If I change the configuration to: Project A, Que=Dev : 01.00am (buildtime 30min) Project B, Que=Dev : 01.35am (buildtime 15min) Project C, Que=Dev : 02.00am (buildtime 5min) Project D, Que=Dev : 02.10am (buildtime 5min) I always get A->B->C->D but this is really hard to maintain when the build times changes. Is this problem fixed in version 1.6? Is there a workaround (without setting priorities)? Can this be fixed? Is there somewhere where you can download newer build versions? The CCNetLive server seams to be out of service? http://ccnetlive.thoughtworks.com/CCNet-builds/ Best Regards MrK
