Re: [CMake] Question on HTTP submission

2006-03-10 Thread Andy Cedilnik
Hi Vingesh, I presume you are using Dart2 (with the silent 2). Dart(2) currently only supports XML-RPC submission. In case of your project, that would mean: 1. Set DropMethod to xmlrpc 2. Set DropSite to http://localhost:8081/ 3. Set DropLocation to TestProject 4. Leave TriggerSite empty For

[CMake] Question on HTTP submission

2006-03-09 Thread Vignesh M.P.N.
Hi   I was able to successfully run the CTest, while posting the test results to the public dashboard.   Now I want to post it to the Dart server running in my machine. My Dart server is up and running; and can view my dashboard at http://localhost:8081/TestProject/Dashboard/   I unde