Von: "Alexander Neundorf" <[EMAIL PROTECTED]> > Hi, > > so it seems I got the cont. build basically working. It runs all 5 > minutes, updates, builds if necessary and submits the result to our > dart2 server. Problem: the data arrives at the server (in > Temporary/Filexxx.xml.gz) but doesn't seem to be processed. This means > it stays there and doesn't appear on the webpage. > Any idea what could be wrong ?
Attached are two files: File88.xml (from pc-neundorf1, Experimental build) is processed, File92.xml (from pc-drechsler, Continous build) is not processed. The only difference I could find is in this line: <Site BuildName="Linux-SUSE-10.0" BuildStamp="-Continuous" Name="pc-drechsler" Generator="ctest2.4-patch 5"> The Buildstamp tag doesn't have a date attached, so maybe dart2 doesn't know where to insert the data. What can I have done wrong so that the date is missing there ? Bye Alex -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
<?xml version="1.0" encoding="UTF-8"?> <Site BuildName="Linux-c++" BuildStamp="20070104-1427-Experimental" Name="pc-neundorf1" Generator="ctest2.4-patch 4"> <Configure> <StartDateTime>Jan 04 15:27 CET</StartDateTime> <ConfigureCommand>"/usr/local/bin/cmake" "/home/alex/src/work/xscale"</ConfigureCommand> <Log>-- Configuring done -- Generating done -- Build files have been written to: /home/alex/src/work/xscale </Log> <ConfigureStatus>0</ConfigureStatus> <EndDateTime>Jan 04 15:27 CET</EndDateTime> <ElapsedMinutes>0.1</ElapsedMinutes></Configure> </Site>
<?xml version="1.0" encoding="UTF-8"?> <Site BuildName="Linux-SUSE-10.0" BuildStamp="-Continuous" Name="pc-drechsler" Generator="ctest2.4-patch 5"> <Configure> <StartDateTime>Jan 03 15:41 CET</StartDateTime> <ConfigureCommand>"/usr/local/bin/cmake" "-GUnix Makefiles" "/home/alex/src/dash-cont/xscale"</ConfigureCommand> <Log>-- Configuring done -- Generating done -- Build files have been written to: /home/alex/src/dash-cont/xscale </Log> <ConfigureStatus>0</ConfigureStatus> <EndDateTime>Jan 03 15:41 CET</EndDateTime> <ElapsedMinutes>0.2</ElapsedMinutes></Configure> </Site>
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
