[Dart] Dart Setup Question - Again

Todd Pitts tapitts at sandia.gov
Fri Oct 20 14:47:20 EDT 2006


David,

	I don't have a DartConfig.cmake (perhaps I need one?).  I do have a
CTestConfig.cmake in my project's root directory with contents:


SET (CTEST_PROJECT_NAME "TestProject")
SET (CTEST_NIGHTLY_START_TIME "21:00:00 EDT")
SET (CTEST_DROP_METHOD "xmlrpc")
SET (CTEST_DROP_SITE "http://localhost:8081")
SET (CTEST_DROP_LOCATION "TestProject")
SET (CTEST_COMPRESS_SUBMISSION OFF)


-Todd

On Fri, 2006-10-20 at 10:58 -0400, David Cole wrote:
> What does your project's DartConfig.cmake file look like?
> 
> On 10/20/06, Todd Pitts <tapitts at sandia.gov> wrote:
> > All,
> >
> > Still having trouble setting up Dart2.  The server runs and serves the
> > webpage.  It shuts down when the client tells it to.  However, the
> > xmlrpc submission from ctest appears to be completely ignored - no
> > indication in the DartServer output that anything even tried to contact
> > it.  I checked the port number and it is 8081 (just like the webpage).
> > I checked my firewall - nothing blocked there.  I just get the output
> > below.  Also, the Dart.pdf file has "to be completed" under the software
> > installation chapter.  Should I worry about this?  I haven't done much
> > in the way of administration on the server, do I have to in order to get
> > this thing submitting?  Any help would be appreciated.
> >
> > -Todd
> >
> > tapitts at planck:libsri-build$ ctest -V -D Experimental
> >    Site: planck.sandia.gov
> >    Build name: Linux-c++
> > Create new tag: 20061020-1448 - Experimental
> > Start processing tests
> > Configure project
> > Configure with command: "/usr/local/cmake/bin/cmake"
> > "/home/tapitts/libsri"
> > Run command: "/usr/local/cmake/bin/cmake" "/home/tapitts/libsri"
> >    Each . represents 1024 bytes of output
> >     .-- Configuring done
> > -- Generating done
> > -- Build files have been written to: /home/tapitts/libsri-build
> >  Size of output: 0K
> > Command exited with the value: 0
> > Build project
> > Run command: "/usr/bin/gmake" "-i"
> >    Each symbol represents 1024 bytes of output.
> >    '!' represents an error and '*' a warning.
> >     .[ 33%] Built target sri
> > [ 66%] Built target version-demo
> > [100%] Built target version-test
> >  Size of output: 0K
> > Command exited with the value: 0
> >    0 Compiler errors
> >    0 Compiler warnings
> > Test project
> > Constructing a list of tests
> > Done constructing a list of tests
> > Changing directory into /home/tapitts/libsri-build
> >   1/  1 Testing SimpleTest
> > Test command: /home/tapitts/libsri-build/Tests/version-test Hello
> > $Revision: 1.1.1.1 $
> > -- Process completed
> >    Passed
> >
> > 100% tests passed, 0 tests failed out of 1
> > Performing coverage
> >  Cannot find any coverage files.
> > Submit files (using xmlrpc)
> >    Using XML-RPC submit method
> >    Submitting to: http://localhost:8081/TestProject/Command/
> > (TestProject)
> >    Submit file: /home/tapitts/libsri-
> > build/Testing/20061020-1448/Build.xml
> >  Submission problem: HTTP response: 403 (-504)
> >    Problems when submitting via XML-RPC
> > Errors while running CTest
> >
> >
> >
> > _______________________________________________
> > Dart mailing list
> > Dart at public.kitware.com
> > http://public.kitware.com/mailman/listinfo/dart
> >
> 




More information about the Dart mailing list