[Dart] [Newbie] Building the HTML reports on the Dart server.
Eric BOIX
eboix at ens-lyon.fr
Wed Jun 7 09:39:41 EDT 2006
Dear James,
Quoting Miller, James V (GE, Research) <millerjv at crd.ge.com>:
> You do not need the Dart1 client. The documentation may be incorrect if it
> is leading you to this conclusion.
Well maybe I missed a step !? The only thing I seem to know is that when the
documentation (Dart1.0.0/Dart.pdf) mentions including the line
INCLUDE(Dart)
in my CMakeLists.txt then cmake will load the content of
${CMAKE_ROOT}/Modules/Dart.cmake (I checked that by renaming this file
and watched cmake issue a warning about Dart being unfound).
Now if you look a this Dart.cmake file among the few first comment lines you
can read:
Section #2: Configure or copy Tcl scripts from the source tree to build tree
and this reference to Tcl scripts implies Dart Classic to be installed.
I am allready wrong here ?!?
You can come to the same conclusion by answering to ccmake which asks
for a DART_ROOT variable to be set (this is due to the above mentioned
${CMAKE_ROOT}/Modules/Dart.cmake). And ccmake will keep on displaying
DART_ROOT as DART_ROOT-NOTFOUND untill you feed it with a path to...
some Dart Classic install.
I currently use cmake version 2.2.3 (linux) but cmake version 2.4.2 has
a ${CMAKE_ROOT}/Modules/Dart.cmake which is almost identital to it's
2.2.3 ancestor...
> For Dart2, you need to use the CTest client.
> ctest -D Experimental
> should do everything you want.
Well I'm so deep under that it doesn't. Is there some debug level or
option of ctest or any mean to get some clues about what I'm doing wrong ?
Man, I really got lost...
Thanks for any directions, :)
Yours,
Eric Boix.
More information about the Dart
mailing list