Markus Duft wrote:

Submit files (using http)
   Using HTTP submit method
   Drop site:http://www.cdash.org/CDash/submit.php?project=CMake
   Error when uploading file:
/dev/fs/E/buildbot/s01en22vm3-f_base-10.0/build/toolsbase-2010.0/var/tmp/portage/dev-util/cmake-2.8.1_rc3/work/cmake-2.8.1-rc3/Testing/20100224-1452/Build.xml
   Error message was: couldn't connect to host
   Problems when submitting via HTTP
Errors while running CTest


Did you try setting http_proxy, we just use curl, so that should work:

http://www.cs.sunysb.edu/documentation/curl/index.html

Can you run ctest with --debug -D ExperimentalSubmit?

It should say what http proxy is being used.  For example:
 export http_proxy=foo.bar
../../bin/ctest -D ExperimentalSubmit
...
C:/hoffman/My Builds/CMake/Source/CTest/cmCTestSubmitHandler.cxx:973 Use HTTP Proxy: foo.bar
...

-Bill
_______________________________________________
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

Reply via email to