<br><br><div><span class="gmail_quote">2007/10/17, Félix C. Morency &lt;<a href="mailto:felix.morency@gmail.com">felix.morency@gmail.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I have those two lines in my CMakeLists.txt:<br><br>ENABLE_TESTING()<br>INCLUDE(CTest)<br><br>And those lines in my CTestConfig.cmake:<br><br>SET (CTEST_PROJECT_NAME &quot;TestProject&quot;)<br>SET (CTEST_NIGHTLY_START_TIME &quot;21:00:00 EDT&quot;)
<br>SET (CTEST_DROP_METHOD &quot;xmlrpc&quot;)<br>SET (CTEST_DROP_SITE &quot;<a href="http://localhost:8081" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://localhost:8081</a>&quot;)<br>SET (CTEST_DROP_LOCATION &quot;TestProject&quot;)
<br>SET (CTEST_COMPRESS_SUBMISSION ON)
<br><br>After I run cmake to genetare a VS8 solution, I open it in the IDE and generate the Experimental project. I tried different variations (generate the ALL_BUILD, etc) without success.<br><br>What am I doing wrong ?
<br>
<br>Regards,<br>Félix C. Morency<br><br><div><span class="gmail_quote">2007/10/17, Bill Hoffman &lt;<a href="mailto:bill.hoffman@kitware.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">bill.hoffman@kitware.com
</a>&gt;:</span><div><span class="e" id="q_115ae3d80ef44d8a_1"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Félix C. Morency wrote:<br>&gt; Hi Bill,<br>&gt;<br>&gt; Even if the project hasn&#39;t been build, the Experimental project only do<br>&gt; a submission without rebuilding. I tried to set the dependencies by hand<br>&gt; but it wasn&#39;t successfull. Any ideas ?
<br>&gt;<br>What commands are you using to do the Experimental build?<br><br>-Bill<br></blockquote></span></div></div><br>
</blockquote></div><br>