[Dart] [Newbie] Building the HTML reports on the Dart server.

Eric BOIX eboix at ens-lyon.fr
Wed Jun 7 11:00:24 EDT 2006


   Dear David,

Quoting David Cole <david.cole at kitware.com>:
> You also need a DartConfig.cmake file in your project (next to your 
> CMakeLists.txt that does the INCLUDE(Dart)) that points to your 
> server...

In despair, I had already tried the following two options:

 1/ Having a DartConfig.cmake (side by side with the main CMakeLists.txt)
   containing the minimal set recommended by Dart1.0.0/Dart.pdf :
      SET( DROP_METHOD "xmlrpc" )
      SET( DROP_SITE "http://localhost:8081" )
      SET( DROP_LOCATION "TestProject" )
      SET( COMPRESS_SUBMISSION ON )
   and within the main CMakeLists.txt I put the other part indicated 
   by Dart1.0.0/Dart.pdf documentation i.e.:
      ENABLE_TESTING( )
      INCLUDE( Dart )
 2/ All the chunck indicated by Dart1.0.0/Dart.pdf in my main CMakeList.txt
    i.e.
      ENABLE_TESTING( )
      INCLUDE( Dart )
      SET( DROP_METHOD "xmlrpc" )
      SET( DROP_SITE "http://localhost:8081" )
      SET( DROP_LOCATION "TestProject" )
      SET( COMPRESS_SUBMISSION ON )
    and NO DartConfig.cmake file at all.

Alas, both options yield the same result on invocation of
ctest -D Experimental i.e. I get:
   Site: frog.creatis.insa-lyon.fr
   Build name: Linux-c++
   Problem initializing the dashboard.

I have the odd feeling that some Dart-classic vs Dart2 schizophrenia starts
to creep in... :-/

  Many thanks,
  Yours,
  Eric Boix.



More information about the Dart mailing list