Are you calling ctest_start(Experimental) or ctest_start(Nightly) before callng ctest_submit...?<div><br><br><div class="gmail_quote">On Mon, Mar 7, 2011 at 4:32 PM, Zou, Di (Cont, ARL/CISD) <span dir="ltr">&lt;<a href="mailto:di.zou@us.army.mil">di.zou@us.army.mil</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I have been looking at this webpage: <a href="http://www.kitware.com/products/html/CDashSubprojects.html" target="_blank">http://www.kitware.com/products/html/CDashSubprojects.html</a>. I have created a Project.xml file to list my subprojects. Right now I am just trying to use Project.xml to add subprojects to a dashboard. I am trying to submit the file to the dashboard like so:<br>

<br>
#Stuff<br>
ctest_submit(FILES &quot;${CTEST_BINARY_DIRECTORY}/Project.xml&quot;)<br>
#Stuff<br>
<br>
ctest_update()<br>
ctest_configure()<br>
ctest_submit(PARTS Update Configure)<br>
ctest_build(BUILD &quot;${CTEST_BINARY_DIRECTORY}&quot;)<br>
ctest_test(BUILD &quot;${CTEST_BINARY_DIRECTORY}&quot;)<br>
<br>
I am getting this error:<br>
Cannot create directory /Testing/Temporary<br>
Cannot create log file: LastSubmit.log<br>
   Error when uploading file: /home/dizou/build_dir/Project.xml<br>
   Error message was: Couldn&#39;t resolve host &#39;&#39;<br>
   Problems when submitting via HTTP<br>
<br>
If I comment out &quot;ctest_submit(FILES &quot;${CTEST_BINARY_DIRECTORY}/Project.xml&quot;)&quot;, everything gets submitted to the dashboard ok.<br>
Am I putting Project.xml in the wrong directory? Should I be putting the command in a seperate script?<br>
<br>
Thanks for the help.<br>
<br>
Lockheed Martin / ARL CISD<br>
Aberdeen Proving Ground, MD 21005<br>
Phone: 410-278-7751<br>
Email: <a href="mailto:di.zou@us.army.mil">di.zou@us.army.mil</a><br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br></div>