[Cmake] Re: missing cmake dashboards

Peter Vanroose Peter.Vanroose at esat.kuleuven.ac.be
Wed, 7 Jan 2004 23:19:28 +0100 (CET)


> Sorry, do cvs update -dAP and then bootstrap.

OK, that was indeed the problem.
I have the impression that this is the main weakness of the current
CMake dashboard setup:  CVS update is run by the Dart tcl script,
*after* the bootstrap (or configure) command; but this means that the
configure step is done on the previous version of the CMake files,
and in case this fails, CVS update is never executed.

One could of course first CVS update and then run the Dart tcl script,
but in that case the dashboard will always show "0" in the "Update"
column...


--	Peter.