[CMake] How do I run different sets of tests?

2006-03-25 Thread Vignesh M.P.N.
Hi all I want to be able to choose between various different sets of tests to be run using CTest. As I see, CTest runs the set of tests as listed in the DartTestfile.txt. I understand that I can run different set of tests if they are placed in a different subdirectory and the subdirectory's name

RE: [CMake] Need ElapsedMinutes tag?

2006-03-25 Thread Vignesh M.P.N.
Hi all Now we ran CTest2.2 with Dart0.8.5 and everything works fine. So it seems like Dart0.8.5 understands the "ElapsedMinutes" tag and Dart0.6.0 doesn't. Thanks Vignesh. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vignesh M.P.

[CMake] Need ElapsedMinutes tag?

2006-03-24 Thread Vignesh M.P.N.
Hi all Summary: Ctest2.2.x doesn't work with our DartServer0.6.x.jar, presumably because ctest.2.2.x includes an "ElapsedMinutes" tag that the DartServer0.6.jar doesn't like...or at least it spits out processing errors to the console when this ElapsedMinutes tag is included...and there are no err

[CMake] Problem with CTest in Debian

2006-03-23 Thread Vignesh M.P.N.
Hi   I am trying to run CTest and post results to a Dartboard. I am running both Dart and CMake in the same Debian machine.   I am getting this error while trying to submit test results using CTest: Submission problem: syntax error (-503)   CTest didn’t throw any error when I did it i

[CMake] What do these exceptions and errors mean?

2006-03-13 Thread Vignesh M.P.N.
Hi   I ran CTest client with a local Dart server and the test result got posted in the dashboard.   But still I got lots of exceptions and errors at the server console after running the client.   What do these exceptions and errors mean? Or should I simply ignore them?   Thanks Vig

[CMake] RE: [Dart] Question on HTTP submission

2006-03-10 Thread Vignesh M.P.N.
Hi   Thanks. I ran with the mentioned changes and it worked.   But it took lots of time to get updated the dashboard. I ran the CTest client and kept checking the dashboard for half-an-hour and it didn’t show up. But eventually I just casually checked it after around 4 hours and it was

[CMake] Question on HTTP submission

2006-03-09 Thread Vignesh M.P.N.
Hi   I was able to successfully run the CTest, while posting the test results to the public dashboard.   Now I want to post it to the Dart server running in my machine. My Dart server is up and running; and can view my dashboard at http://localhost:8081/TestProject/Dashboard/   I unde

[CMake] More help needed

2006-03-09 Thread Vignesh M.P.N.
ilto:[EMAIL PROTECTED] Sent: Wednesday, March 08, 2006 3:31 PM To: Vignesh M.P.N. Subject: Re: [CMake] CTest newbie Hi, For now just make sure you run ctest in the right directory. Andy Vignesh M.P.N. wrote: >Hi > >I have posted the bug. > >http://www.cmake.org/Bug

Recall: [CMake] CTest newbie

2006-03-09 Thread Vignesh M.P.N.
Vignesh M.P.N. would like to recall the message, "[CMake] CTest newbie". <>___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

RE: [CMake] CTest newbie

2006-03-09 Thread Vignesh M.P.N.
-Original Message- From: Andy Cedilnik [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 08, 2006 3:31 PM To: Vignesh M.P.N. Subject: Re: [CMake] CTest newbie Hi, For now just make sure you run ctest in the right directory. Andy Vignesh M.P.N. wrote: >Hi > >I have p

RE: [CMake] CTest newbie

2006-03-08 Thread Vignesh M.P.N.
Tuesday, March 07, 2006 11:54 AM To: Vignesh M.P.N. Cc: CMake Subject: Re: [CMake] CTest newbie Hi Vingesh, Vignesh M.P.N. wrote: >I thought of being more specific with my problem. I just want to simply test >a file and post the result to a Dart server, initially to kick off. > >I

RE: [CMake] CTest newbie

2006-03-03 Thread Vignesh M.P.N.
v TimeOut: 1500 And I tried running CTest using "ctest -D Experimental" It says "Problem initializing the dashboard" Please help. Thanks Vignesh. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vignesh M.P.N. Sent: Friday, Marc

RE: [CMake] CTest newbie

2006-03-03 Thread Vignesh M.P.N.
ks Vignesh. -Original Message- From: Andy Cedilnik [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 9:10 AM To: Andy Cedilnik Cc: Vignesh M.P.N.; CMake Subject: Re: [CMake] CTest newbie Hi Vingesh, Sorry about misspelled name. I updated the Wiki page to include more details.

[CMake] CTest newbie

2006-03-01 Thread Vignesh M.P.N.
Hi all   I am a CMake newbie and new to build process too. So I felt the documentation insufficient.   I am basically trying to use CTest as a client to Dart without using CMake. I just want to initially try this with a simple HelloWorld.java.   So here is what I’ve done. My project f