[Dart] [Newbie] Building the HTML reports on the Dart server.
Olivier Warin
daffy at xview.net
Wed Jun 7 11:07:28 EDT 2006
Hi Eric,
Read this documentation carrefully http://svn.na-mic.org:8000/svn/
Dart/trunk/Dart.pdf
Section Installation & 7.1: CTest
Everything you need to know about Dart2 installation & how to setup
ctest to submit the results to the dashboard are in this paper.
Kind regards,
Le 7 juin 06 à 17:00, Eric BOIX a écrit :
> 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.
>
> _______________________________________________
> Dart mailing list
> Dart at public.kitware.com
> http://public.kitware.com/mailman/listinfo/dart
--
Olivier Warin
More information about the Dart
mailing list