Re: [CMake] Experimental builds not always shown in CDash

2013-11-22 Thread Micha Hergarden
On 11/21/2013 09:55 AM, NoRulez wrote: > I checked the logs from the web server which looks fine. > > I also have a look on the generated xml files (Update, Submit, ...), these > looks also good. > > The LastSubmit file shows "successfully sent". > > The CDash remains empty, no experimental build

Re: [CMake] Experimental builds not always shown in CDash

2013-11-21 Thread NoRulez
I checked the logs from the web server which looks fine. I also have a look on the generated xml files (Update, Submit, ...), these looks also good. The LastSubmit file shows "successfully sent". The CDash remains empty, no experimental build > Am 20.11.2013 um 18:30 schrieb Micha Hergarden :

Re: [CMake] Experimental builds not always shown in CDash

2013-11-20 Thread Micha Hergarden
On 11/20/2013 06:08 PM, NoRulez wrote: > When I run "ctest -V -S CTestScript.cmake" then everything is done > successfully, except that I doesn't see the build under CDash. > >> Am 20.11.2013 um 17:30 schrieb Nils Gladitz : >> >>> On 20.11.2013 17:23, NoRulez wrote: >>> Now the problem is, that

Re: [CMake] Experimental builds not always shown in CDash

2013-11-20 Thread NoRulez
When I run "ctest -V -S CTestScript.cmake" then everything is done successfully, except that I doesn't see the build under CDash. > Am 20.11.2013 um 17:30 schrieb Nils Gladitz : > >> On 20.11.2013 17:23, NoRulez wrote: >> Now the problem is, that sometimes the experimental entry are shown in >>

[CMake] Experimental builds not always shown in CDash

2013-11-20 Thread NoRulez
Hello, in my CTestScript I have the following: set(MODEL "Experimental") ctest_start(${MODEL} TRACK ${MODEL}) . . . The script is called from a scheduler every 30 minutes: ctest -S CTestScript.cmake Now the problem is, that sometimes the experimental entry are shown in CDash, but not every tim

Re: [CMake] Experimental builds not always shown in CDash

2013-11-20 Thread Nils Gladitz
On 20.11.2013 17:23, NoRulez wrote: Now the problem is, that sometimes the experimental entry are shown in CDash, but not every time when I call the CTest script. I don't know when it was shown or not. Did I need to configure some additional settings to get it to work? I use CMake 2.8.12 on Wi