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 Andy Cedilnik
m. Please help Thanks Vignesh. -Original Message- From: Andy Cedilnik [mailto:[EMAIL PROTECTED] Sent: 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 probl

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-07 Thread Andy Cedilnik
even if you do not use them. Andy Please help. Thanks Vignesh. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vignesh M.P.N. Sent: Friday, March 03, 2006 2:05 PM To: CMake Subject: RE: [CMake] CTest newbie Hi Andy: Thanks for the updated

RE: [CMake] CTest newbie

2006-03-03 Thread Vignesh M.P.N.
h 03, 2006 2:05 PM To: CMake Subject: RE: [CMake] CTest newbie Hi Andy: Thanks for the updated info. I have problem in setting up the SourceDirectory and BuildDirectory. It is a relative path, but I want to know relative path from which context? Is it from the directory where DartConfiguration.tcl, and

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.

Re: [CMake] CTest newbie

2006-03-02 Thread Andy Cedilnik
Hi Vingesh, Sorry about misspelled name. I updated the Wiki page to include more details. Please let me know if you require more information. Thank you. Andy Andy Cedilnik wrote: Hi Bignesh, Look at the page: http://www.cmake.org/Wiki/CMake_Generating_Testing_Files Andy Vignesh M

Re: [CMake] CTest newbie

2006-03-02 Thread Andy Cedilnik
Hi Bignesh, Look at the page: http://www.cmake.org/Wiki/CMake_Generating_Testing_Files Andy Vignesh M.P.N. wrote: 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

[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