There's not a reason it can't work... but you may be the first to try naming a project with spaces *and* +'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've cc'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'd encourage you to rename your project to "QpidCpp" 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"><<a href="mailto:shuston@riverace.com">shuston@riverace.com</a>></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're in business now...<br>
<br>
I'm not sure why this was not working before, but... THANKS!<br>
<br>
I have to say, cdash is totally cool - I'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 "Qpid C++" and I can submit to it using<br>
submit.php?project=Qpid%20C%2B%2B but from the "My Projects" list of<br>
projects I can't click on "Qpid C++" because the link isn't escaped.<br>
Before I dive into the source and see, is there a reason this can't<br>
work?<br>
<br>
Thanks,<br>
<br>
-Steve<br>
<br>
> -----Original Message-----<br>
> From: Bill Hoffman [mailto:<a href="mailto:bill.hoffman@kitware.com">bill.hoffman@kitware.com</a>]<br>
> Sent: Wednesday, June 10, 2009 3:59 PM<br>
> To: Steve Huston<br>
> Cc: 'David Cole'; <a href="mailto:cmake@cmake.org">cmake@cmake.org</a><br>
> Subject: Re: [CMake] Trouble starting ctest run with<br>
> intention of reportingto dashboard<br>
><br>
><br>
> Steve Huston wrote:<br>
><br>
> ><br>
> > You should be able to now.<br>
> ><br>
><br>
> Yup.<br>
><br>
> Here is how you run it:<br>
><br>
> hoffman@CORRIN ~/Projects/qpid/qpid/cpp<br>
> $ cat myscriptnew.cmake<br>
> set (CTEST_SOURCE_DIRECTORY c:/hoffman/Projects/qpid/qpid/cpp)<br>
> set (CTEST_BINARY_DIRECTORY c:/hoffman/Projects/qpid/qpid/cpp/rhel5)<br>
> SET(CTEST_CMAKE_GENERATOR "Unix Makefiles")<br>
> SET(CTEST_BUILD_COMMAND make)<br>
> set(CTEST_SITE "Kitware")<br>
> CTEST_START("Experimental")<br>
> CTEST_CONFIGURE(BUILD "${CTEST_BINARY_DIRECTORY}")<br>
> CTEST_BUILD(BUILD "${CTEST_BINARY_DIRECTORY}")<br>
> CTEST_TEST(BUILD "${CTEST_BINARY_DIRECTORY}")<br>
> CTEST_SUBMIT()<br>
><br>
> hoffman@CORRIN ~/Projects/qpid/qpid/cpp<br>
> $ /cygdrive/c/Program\ Files/CMake\ 2.6/bin/ctest.exe -S<br>
> myscriptnew.cmake -VV<br>
><br>
> And here is the build:<br>
> <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>
><br>
><br>
> -Bill<br>
><br>
<br>
</blockquote></div><br>