<div>Hi,</div><div><br></div><div>I&#39;m setuping a client machine to run CDash nightly builds of my project, scheduled from <a href="http://my.cdash.org/" target="_blank">my.cdash.org</a>.</div><div>My issue is that initial checkout (git clone) fails because Git command fails.</div>
<div>I found that it was solved by adding Git to the Path environment variable.</div><div><br></div><div>It seems that it&#39;s not the right solution though, because from my understanding mymachine.cdash.xml aims to solve that. So I tried to add the following section to mymachine.cdash.xml, but I didn&#39;t manage to make it work:</div>
<div><br></div><div>   &lt;program&gt;</div><div>     &lt;name&gt;git&lt;/name&gt;</div><div>     &lt;version&gt;1.7&lt;/version&gt;</div><div>     &lt;path&gt;C:/Program Files/Git/bin&lt;/path&gt;</div><div>   &lt;/program&gt;</div>
<div><br></div><div>- Am I wrong to think that &lt;program&gt; enumerated in this mymachine.cdash.xml are aimed to give client program path (amongst other tings) so that cdash can run those programs on the client side ?</div>
<div>- Is my &lt;program&gt; description wrong ?</div><div><br></div><div>Windows XP</div>CMake 2.8.9<div><a href="http://my.cdash.org/" target="_blank">my.cdash.org</a></div><div><br></div><div>Regards</div><span class="HOEnZb"><font color="#888888">Guillaume</font></span><div>
<span class="HOEnZb"><font color="#888888"><br></font></span></div>