[Cdash] Cdash newbie

Julien Jomier julien.jomier at kitware.com
Mon Nov 10 14:14:32 UTC 2008


Alexander.Camek at elektrobit.com wrote:
> Nope same as before. I also tried to put there the results by hand. But nothing has been showed up.
> 

What do you mean by that?

Here's something you could try:

1) Copy the Build.xml (generated by CTest) into the CDash/backup/Build.xml

2) Modify CDash/submit.php file

replace (line 30)

   $contents = file_get_contents("php://input");

by

   $contents = file_get_contents("backup/Build.xml");

3) From your webbrowser, go to: 
http://localhost/CDash/submit.php?project=ViProS

This should submit the Build.xml to CDash, otherwise you should see 
warnings/errors in your browser.

Let us know,
Julien



More information about the CDash mailing list