There&#39;s not a reason it can&#39;t work... but you may be the first to try naming a project with spaces *and* +&#39;s in it...<br><br>So, there are probably a handful or two of places in the CDash code where a project name is assumed to be space-free... There is a CDash mailing list, too. (I&#39;ve cc&#39;ed it here...) Perhaps an entry in the CDash bug tracker is in order.<br>
<br>However, for now, to get up and running quickly, I&#39;d encourage you to rename your project to &quot;QpidCpp&quot; without any escape-ish type characters in it. The project name in CDash, the PROJECT statement in your top level CMakeLists.txt file and the CTEST_PROJECT_NAME value in CTestConfig.cmake should all match each other exactly, case included.<br>
<br><br>HTH,<br>David<br><br><br><div class="gmail_quote">On Wed, Jun 10, 2009 at 5:30 PM, Steve Huston <span dir="ltr">&lt;<a href="mailto:shuston@riverace.com">shuston@riverace.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ok, we&#39;re in business now...<br>
<br>
I&#39;m not sure why this was not working before, but... THANKS!<br>
<br>
I have to say, cdash is totally cool - I&#39;m very impressed.<br>
<br>
Now for a few (small) issues/questions:<br>
<br>
- How do I set the Build Name (I guessed at CTEST_BUILD, but no.)<br>
- I set up a project named &quot;Qpid C++&quot; and I can submit to it using<br>
submit.php?project=Qpid%20C%2B%2B but from the &quot;My Projects&quot; list of<br>
projects I can&#39;t click on &quot;Qpid C++&quot; because the link isn&#39;t escaped.<br>
Before I dive into the source and see, is there a reason this can&#39;t<br>
work?<br>
<br>
Thanks,<br>
<br>
-Steve<br>
<br>
&gt; -----Original Message-----<br>
&gt; From: Bill Hoffman [mailto:<a href="mailto:bill.hoffman@kitware.com">bill.hoffman@kitware.com</a>]<br>
&gt; Sent: Wednesday, June 10, 2009 3:59 PM<br>
&gt; To: Steve Huston<br>
&gt; Cc: &#39;David Cole&#39;; <a href="mailto:cmake@cmake.org">cmake@cmake.org</a><br>
&gt; Subject: Re: [CMake] Trouble starting ctest run with<br>
&gt; intention of reportingto dashboard<br>
&gt;<br>
&gt;<br>
&gt; Steve Huston wrote:<br>
&gt;<br>
&gt; &gt;<br>
&gt; &gt; You should be able to now.<br>
&gt; &gt;<br>
&gt;<br>
&gt; Yup.<br>
&gt;<br>
&gt; Here is how you run it:<br>
&gt;<br>
&gt; hoffman@CORRIN ~/Projects/qpid/qpid/cpp<br>
&gt; $ cat myscriptnew.cmake<br>
&gt; set (CTEST_SOURCE_DIRECTORY c:/hoffman/Projects/qpid/qpid/cpp)<br>
&gt; set (CTEST_BINARY_DIRECTORY c:/hoffman/Projects/qpid/qpid/cpp/rhel5)<br>
&gt; SET(CTEST_CMAKE_GENERATOR &quot;Unix Makefiles&quot;)<br>
&gt; SET(CTEST_BUILD_COMMAND make)<br>
&gt; set(CTEST_SITE &quot;Kitware&quot;)<br>
&gt; CTEST_START(&quot;Experimental&quot;)<br>
&gt; CTEST_CONFIGURE(BUILD &quot;${CTEST_BINARY_DIRECTORY}&quot;)<br>
&gt; CTEST_BUILD(BUILD &quot;${CTEST_BINARY_DIRECTORY}&quot;)<br>
&gt; CTEST_TEST(BUILD &quot;${CTEST_BINARY_DIRECTORY}&quot;)<br>
&gt; CTEST_SUBMIT()<br>
&gt;<br>
&gt; hoffman@CORRIN ~/Projects/qpid/qpid/cpp<br>
&gt; $ /cygdrive/c/Program\ Files/CMake\ 2.6/bin/ctest.exe -S<br>
&gt; myscriptnew.cmake -VV<br>
&gt;<br>
&gt; And here is the build:<br>
&gt; <a href="http://www.riverace.com/CDash-1.4.2/viewConfigure.php?buildid=17" target="_blank">http://www.riverace.com/CDash-1.4.2/viewConfigure.php?buildid=17</a><br>
&gt;<br>
&gt;<br>
&gt; -Bill<br>
&gt;<br>
<br>
</blockquote></div><br>