Hi I am trying to setup CruiseControl.net to check out Delphi 2009 projects from a Seapine Surrond Source Control System, and am having a problem which I can't find a solution for.
The code is donwloaded from Surround, and then MSBuild is called, all of which is exactly how I would expect. MSBuild calls the brcc32 Resource compiler, which fails to build properly as it starts to create read-only .tmp files in the directory (they are read only as the code is checked out as read only), and then stops as it can't write to the read only files. If I make the files read-write and the manally call MSBuild, then the code compiles. So, is there any way that I can force the Surround system to download as read-write (there is an option on the UI to do this), or can I run something (<prebuild>???) between the checkout and the MSBuild ? Any help would be appreciated, so thanks in advance Mark H
