[Cdash] cdash clients
Julien Jomier
julien.jomier at kitware.com
Thu Mar 13 12:37:09 UTC 2008
Hi Maik,
You are correct, any client can be used to send the XML files to CDash.
We have kept the same XML description as Dart and we certainly plan to
put a full description in the documentation.
Regarding the client, we don't have current plans to write a client
using ant. Note that CDash (submit.php) expects the XML files to be
submitted via HTTP PUT, so basically any clients that are supporting
this protocol will work. We have been using cURL for this.
Julien
Maik Beckmann wrote:
> Hello
>
> My php and xsl knowledge is close to zero and I never really used Dart, so
> sorry if being dump.
>
>>From the implementation
> <submit.php>
> ..
> // Parse the XML file
> ctest_parse($xml_array,$projectid)
> ..
> </submit.php>
> it seems that at the moment cdash is somewhat hard coded towards ctest. Is
> this right?
>
> However, I guess the if anyone anyhow submits a xml file which looks like one
> generated by ctest, cdash just works. Thus I like to ask, will the ctest xml
> specification part of the the documentation you're working on?
>
> Will there be an first class client for ant, like ctest is for cmake?
>
>
> Regards,
> -- Maik
>
>
>
>
>
> _______________________________________________
> Cdash mailing list
> Cdash at public.kitware.com
> http://public.kitware.com/cgi-bin/mailman/listinfo/cdash
>
More information about the CDash
mailing list