I am facing the same problem. Is there a solution. My ccnet.config file looks like this:
<sourcecontrol type="starteam">
<executable>E:\Program Files\Borland\StarTeam Cross-Platform Client 2008\stcmd.exe</executable>
<!--<overrideViewWorkingDir>E:\WORK\Working Folders\CruiseControl\Project</overrideViewWorkingDir>-->
<project>Project/Rel2.1</project>
<username>user</username>
<password>password</password>
<host>cis01.somehere.company.com</host>
<port>7100</port>
<autoGetSource>true</autoGetSource>
<timeout units="minutes">10</timeout>
</sourcecontrol>
Even if I enable overrideViewWorkingDir
, it still does not work :(. Any ideas anybody?