[Dart] CTestConfiguration.ini using CTest script
Blezek, Daniel J (GE, Research)
blezek at crd.ge.com
Wed Oct 24 08:34:55 EDT 2007
Hi Marc,
While there may be a few how could help you on the Dart list, I would suggest you post this to the CMake mailing list : http://www.cmake.org/mailman/listinfo/cmake
Regards,
-dan
-----Original Message-----
From: dart-bounces+blezek=crd.ge.com at public.kitware.com [mailto:dart-bounces+blezek=crd.ge.com at public.kitware.com] On Behalf Of Marc Franquesa
Sent: Monday, October 22, 2007 5:54 PM
To: dart at public.kitware.com
Subject: [Dart] CTestConfiguration.ini using CTest script
Hi,
I configured my own Dart2 Server to check compilation results from a software project.
I tested it using a DartConfiguration.tcl file and works good. Now I'm trying to write a CTest script to distribute it with the source. This is my CTest Script:
SET (CTEST_SOURCE_DIRECTORY ".")
SET (CTEST_BINARY_DIRECTORY ".")
SET (CTEST_CVS_COMMAND "/usr/bin/svn")
SET (CTEST_CVS_CHECKOUT "${CTEST_CVS_COMMAND} co
https://trueta.udg.edu/repos/starviewer/trunk/starviewer")
SET (CTEST_COMMAND "/usr/bin/ctest -D Experimental Start Update Configure Build Test Submit") SET (CTEST_CONFIGURE_COMMAND "/usr/bin/qmake") SET (CTEST_ENVIRONMENT "LC_ALL=en_US.UTF-8") SET (CTEST_DROP_METHOD xmlrpc) SET (CTEST_DROP_SITE "http://localhost:8081") SET (CTEST_DROP_LOCATION "Starviewer") SET(BUILD_NAME "Linux-gcc") SET(SITE "$ENV{HOSTNAME}")
The problem is if run ctest -S script.cmake, I get this error:
Unable to run ctest:
Cannot find file: /home/mark/t/starviewer-0.4/CTestConfiguration.ini
Site:
Build name:
Problem initializing the dashboard.
If I have the DartConfiguration.tcl file in the source dir this error doesn't happen. I want to use ctest as a dart client using only one file. ¿Is posible using a CTest Script?
--
"If you don't know where you're going,
any road will take you there" - Lewis Carroll Visit http://www.l3jane.net/ Marc Franquesa Vic - Catalonia
--------------------------------------------------------------
_______________________________________________
Dart mailing list
Dart at public.kitware.com
http://public.kitware.com/mailman/listinfo/dart
More information about the Dart
mailing list