Forwarding to the CDash mailing list...<div><br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Clinton Stimpson</b> <span dir="ltr"><<a href="mailto:clinton@elemtech.com">clinton@elemtech.com</a>></span><br>
Date: Tue, Jun 23, 2009 at 2:26 PM<br>Subject: Re: [CMake] program output modified by ctest for cdash<br>To: David Cole <<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>><br>Cc: Cmake Mailing List <<a href="mailto:cmake@cmake.org">cmake@cmake.org</a>><br>
<br><br><br>
Ok. The problem was file permissions on the cdash installation (web server has its own user account).<br>
Not getting a log file at all was a hint.  And I was confused that small submissions worked (I guess because no temporary files were made?).<br>
<br>
Maybe cdash can check permissions as part of setup/upgrade?<br>
<br>
Thanks,<br>
Clint<br>
<br>
David Cole wrote:<div><div></div><div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
On Tue, Jun 23, 2009 at 1:31 PM, Clinton Stimpson <<a href="mailto:clinton@elemtech.com" target="_blank">clinton@elemtech.com</a> <mailto:<a href="mailto:clinton@elemtech.com" target="_blank">clinton@elemtech.com</a>>> wrote:<br>

<br>
    David Cole wrote:<br>
<br>
<br>
        Do you have access to the CDash server to add some logging<br>
        code to it?<br>
<br>
    Yes I do.  If you could tell me how to add logging, that would<br>
    help.  I have CDash 1.4.2.<br>
<br>
    Clint<br>
<br>
 <br>
In the CDash source tree, see the files:<br>
CDash/cdash/ctestparser.php<br>
CDash/xml_handlers/testing_handler.php<br>
<br>
The ctestparser.php already has some add_log example calls in it (in the error handling clauses...)<br>
<br>
The arguments to add_log are:<br>
add_log($text, $function, $type=LOG_INFO)<br>
<br>
Then, after adding add_log calls, see the results in CDash/backup/cdash.log<br>
<br>
Keep us posted on what you discover....<br>
<br>
<br>
HTH,<br>
David<br>
<br>
</blockquote>
<br>
</div></div></div><br></div>