MantisBT - CMake
View Issue Details
0009942CMakeCTestpublic2009-11-21 13:412010-12-14 16:26
Patrick R. Gansterer 
David Cole 
normalfeatureN/A
closedfixed 
CMake-2-8 
CMake 2.8.3 
0009942: Add HTTP client functions
To communicate with a webserver a simple http client might be useful (e.g. http://www.cmake.org/Wiki/CTest:Buildserver [^])
I think that most of the necessary parts are already integrated, because of the CDahs submissions.
No tags attached.
Issue History
2009-11-21 13:41Patrick R. GanstererNew Issue
2010-12-14 16:24David ColeAssigned To => David Cole
2010-12-14 16:24David ColeStatusnew => assigned
2010-12-14 16:26David ColeNote Added: 0023978
2010-12-14 16:26David ColeStatusassigned => closed
2010-12-14 16:26David ColeResolutionopen => fixed
2010-12-14 16:26David ColeFixed in Version => CMake 2.8.3

Notes
(0023978)
David Cole   
2010-12-14 16:26   
You can use the file(DOWNLOAD function to pull stuff from an http connection.

You can use ctest_submit to send a file as data to an http address...

It may not be 100% simple and straightforward to use these functions, but it is possible.

If you require something further than that, please open a more specific feature request.