Re: [CMake] Failed to submit ctest report to public.kitware.com CDash server

2012-07-09 Thread David Cole
On Wed, Jul 4, 2012 at 6:41 AM, hce jupiter@gmail.com wrote: Rolf Eike Beer wrote Of course it does, because the drop site is not set. And CTest should really be tought to do something sensible then and not trying to contact the universe and then complain it doesn't listen.

Re: [CMake] Failed to submit ctest report to public.kitware.com CDash server

2012-07-04 Thread hce
Thanks David. The wiki page I referenced is from http://cmake.org/Wiki/CMake/Testing_With_CTest. But I am not running ctest at VTK package, rather try to test cdash from my own source package build, I added the setup from your link to the CMakeLists.txt, but still failed at the same problem of

Re: [CMake] Failed to submit ctest report to public.kitware.com CDash server

2012-07-04 Thread Rolf Eike Beer
hce wrote: Thanks David. The wiki page I referenced is from http://cmake.org/Wiki/CMake/Testing_With_CTest. But I am not running ctest at VTK package, rather try to test cdash from my own source package build, I added the setup from your link to the CMakeLists.txt, but still failed at the

Re: [CMake] Failed to submit ctest report to public.kitware.com CDash server

2012-07-04 Thread hce
Rolf Eike Beer wrote Of course it does, because the drop site is not set. And CTest should really be tought to do something sensible then and not trying to contact the universe and then complain it doesn't listen. So both drop site

[CMake] Failed to submit ctest report to public.kitware.com CDash server

2012-07-03 Thread hce
Hi, I am running 2.8.8 on CentOS 6, and I followed VTK wiki instruction to set following up and to run ctest -D Experimental, but it failed to submit the report. The error was that my hostname was not reachable. It is my PC, the hostname is set to a proper domain name. But I thought it got right

Re: [CMake] Failed to submit ctest report to public.kitware.com CDash server

2012-07-03 Thread David Cole
The correct CTEST_DROP_* variable values are listed in VTK's CTestConfig.cmake file: http://vtk.org/gitweb?p=VTK.git;a=blob;f=CTestConfig.cmake;h=b7f08577cd5073e009e5fbc7e0d7be238be5b94b;hb=master After configuring a VTK build tree, you should just be able to run: ctest -D Experimental in