Running a working CC.net v1.5 instance with Subversion. Just deployed 
TFS-2010 and want to first perform all builds using same Cruise Control but 
change configuration (ccnet.config..xml) to use VSTS Control Block built in 
to v1.5 hence no need for the plug-in.

Configuration Validation fails as follows:

Missing Xml node (project) for required member 
(ThoughtWorks.CruiseControl.Core.Sourcecontrol.Vsts.ProjectPath)


My config entry for VSTS as follows:

<sourcecontrol type="vsts">
<sourceControls>
<vsts>
<server>tfs.serve.com:80/tfs/DefaultCollection</server>
<sourceControlProvider type="vsts" autoGetSource="true" applyLabel="true">
<executable>C:\Program Files (x86)\Microsoft Visual Studio 
10.0\Common7\IDE\TF.exe</executable>
<domain>GRATISCARD</domain>
<project>$\Serve6/Main/Main/src/dotnet/DEV2/ISO8583Integration</project>
<trunkUrl>tfs.serve.com/tfs/web/Serve6/Main/Main/s...ion</trunkUrl><http://tfs.serve.com/tfs/web/Serve6/Main/Main/src/dotnet/DEV2/ISO8583Integration</trunkUrl>>
<timeout>10000000</timeout>
<workingDirectory>C:\repos\revolution\DEV2\ISO8583Integration</workingDirectory>
<cleanCopy>false</cleanCopy
</sourceControlProvider>
</vsts>

Tried running same config on v1.6 but got same error.


-----mikeD 

Reply via email to