hi Folks, <br><br>Just fixed an issue with the existing driver script.  See <a href="https://github.com/commontk/CTK/commit/4234c56b648188889b17d7f2e3d100982b21b9cb">4234c56b</a><br><br>It wasn't submitting the build result associated with build of test or doc. Ooops<br>

<br>I thought I would share the process allowing me to test my changes without pushing to the main repository (commontk/CTK)<br><br>Step1 - Create a topic on my local repo (git checkout -b fix-dashboarddriver-script )<br>

Step2 - Commit my changes locally<br>Step3 - merge to master: git checkout master, git pull origin commontk, git merge fix-dashboarddriver-script  --log<br>Step4 - push to my fork: git push <b>jcfr</b> master<br><br>Create a folder named: ~/Dashboards<br>

<br>Copy CTK/CMake/ctkDashboardScript.TEMPLATE.cmake and customize it.<br>....and around line 79 you can also change the following line:<br><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;"># Git repository - Overwrite the default value provided by the driver script</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">#</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;"># set(GIT_REPOSITORY <a href="http://github.com/">http://github.com/</a><b>YOURUSERNAME</b>/CTK.git)</span><br><br>Uncommenting and changing YOURUSERNAME to match your github local. <br>

Doing so teaches our driver script that you want to test your fork. <br><br>It means that you can easily (on linux at least) submit an experimental dashboard including coverage (computed globally and also for each library, app or plugin) and also dynamic analysis (computed globally only).<br>

<br>That submission was made with only coverage: see <a href="http://my.cdash.org/index.php?project=CTK&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=buildname/string&compare1=61&value1=Linux-g%2B%2B4.4.3-QT4.7.0-Release&field2=site/string&compare2=61&value2=karakoram.kitware&field3=buildstamp/string&compare3=61&value3=20101215-1657-Experimental&collapse=0">here</a><br>

and this one with coverage and dynamic analysis:  see <a href="http://my.cdash.org/index.php?project=CTK&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=buildname/string&compare1=61&value1=Linux-g%2B%2B4.4.3-QT4.7.0-Release&field2=site/string&compare2=61&value2=karakoram.kitware&field3=buildstamp/string&compare3=61&value3=20101215-1657-Experimental&collapse=0">here</a><br>

<br>Thks<br>Jc<br> <br clear="all"><br>-- <br>Phone: 1-518-836-2174<br>Ext: 304<br>