<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi,</p>
<p>I've been puzzled by the recent behavior I've been experiencing with cmake/ctest 3.2.2 on Ubuntu Linux. The Continuous target stopped working, although Experimental works fine. This is a recent development, I have had Continuous running fine for several
 months. Now something changed and I can't put a finger on it....</p>
<p>Here are some more details:</p>
<p><br>
</p>
<p>ctest -VV -D ContinuousStart</p>
<p># output as expected, reports it created a new tag, Testing/TAG shows a new tag and Continuous</p>
<p><br>
</p>
<p>ctest -VV -D ContinuousBuild  # cmake was already run, so this should build, but it doesn't:</p>
<p></p>
<div>UpdateCTestConfiguration  from :/path/to/Release/DartConfiguration.tcl<br>
Parse Config file:/path/to/Release/DartConfiguration.tcl<br>
   Site: ASR-163<br>
   Build name: Linux-gcc4.9-Release<br>
 Add coverage exclude regular expressions.<br>
 Add coverage exclude: .*/CMakeFiles/CMakeTmp/.*<br>
 Add coverage exclude: .*/moc_.*<br>
 Add coverage exclude: .*/ui_.*<br>
 Add coverage exclude: .*/Testing/.*<br>
SetCTestConfiguration:CMakeCommand:/usr/bin/cmake<br>
</div>
<p></p>
<p><br>
</p>
<p>That's all the output I get. Nothing is built, no new file in Testing, Testing/TAG is still the same, no other file/directory in Testing is created.</p>
<p><br>
</p>
<p>ctest -VV -D ContinousSubmit   # nothing is submitted.<br>
</p>
<p><br>
</p>
<p>In contrast, Experimental does everything as expected. ExperimentalBuild builds, creates Testing/20160930-XXXX directory with Build.xml, ExperimentalSubmit target submits. What can be wrong? DartConfiguration.tcl seems ok, showing
</p>
<p><br>
</p>
<p></p>
<div># Commands for the build/test/submit cycle<br>
ConfigureCommand: "/usr/bin/cmake" "/path/to/project"<br>
MakeCommand: /usr/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}"<br>
DefaultCTestConfigurationType: Release<br>
</div>
<br>
<p></p>
<p>Any ideas/hints?</p>
<p>Thank you! </p>
<p>Miro<br>
</p>
</div>
</body>
</html>