[CMake] CTest submit extra-files to CDash - site header issue

David Cole david.cole at kitware.com
Mon May 16 17:28:53 EDT 2011


It's just xml. Write it out using whatever print function you want...

In ctest, the site headers of the xml files are written out in the file
Source/cmCTest.cxx, by the function:

  void cmCTest::StartXML(std::ostream& ostr, bool append)


HTH,
David


On Fri, May 13, 2011 at 8:09 AM, Marcin Szczur <szczur at bury.com> wrote:

> Hi
>
> I'm going to customize CDash and I want to submit some additional xml files
> to CDash. I would like to equip those files with
>
> "<Site BuildName= ... "
>
> section that is contained on the top within other submitted xml files like:
> Build.xml, Coverage.xml etc. Is there some standard way to accomplish this
> goal, or I have to provide this solution by hand and write cmake script.
>
>
> Thx
> M
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20110516/6b5f8058/attachment.htm>


More information about the CMake mailing list