Thanks for your prompt reply! You are correct as the *sourceControls* was 
part of the *SVN Source Block* I was replacing as our goal is to deploy 
TFS-2010 but for our first phase continue to build via CCnet but by pulling 
our source from TFS instead of SVN.
 
However, the *vsts is for the TFS Source Control box at least for v1.5* but 
I have also ran the same with v1.6! As this is a temporary solution while we 
parse through dozens of products and TFS them into what is hoped to be 
several projects but may end up as one...for even our second phase! We 
really need to remain on CCnet v1.5 as any update on this solution anyway 
scares me quite a bit...wish I could say more but my client agreement makes 
me limit what it posted!
 
So I do know...when you say *"v1.6 supports TFS out of the box"* I thought 
that was true as of v1.5 since one no longer requires any TFS Plug-in! What 
do you mean?
 
PS I still do have a issue and it is a problem as the only way I could get 
the Valiadation to work was to remove the *<sourcecontrol type="multi">*line 
away but since I only use vsts now I did not care! But on top of that 
with no multi I could only build one build solution under the project that 
had, with SVN, four! Any suggestions? *The following is what I am using now 
that does pass the validate stepp and will be really tested this afternoon 
with TFS-2010.*
** 
*<project>
  <name>DEV2 GNS Gateway Win Svc</name>
  <category>DEV2</category>
  <modificationDelaySeconds>300</modificationDelaySeconds>*
*  <sourcecontrol type="vsts">
     <server>http://tfs.xxxx.com/tfs/DefaultCollection</server>
      <executable>C:\Program Files (x86)\Microsoft Visual Studio 
10.0\Common7\IDE\TF.exe</executable>
      <domain>XXXXXXXX</domain>
      <autoGetSource>true</autoGetSource>
      <project>$/Serve6/Main/Main/src/dotnet/DEV2/ISO8583Integration</project>
      <timeout>10000000</timeout>
      
<workingDirectory>C:\repos\revolution\DEV2\ISO8583Integration</workingDirectory>
      <cleanCopy>false</cleanCopy>    
  </sourcecontrol>*
*  <triggers>
   <intervalTrigger name="continuous" seconds="60" 
buildCondition="IfModificationExists"/>
  </triggers>
  <tasks>
   <nant>
    <executable>c:\nant-0.90\bin\NAnt.exe</executable>
    <baseDirectory>C:\repos\revolution\DEV2\ISO8583Integration</baseDirectory>
    
<buildFile>C:\repos\revolution\DEV2\ISO8583Integration\nant.dev2.build</buildFile>
    <targetList>
     <target>build</target>
     <target>deployUp</target>
    </targetList>
    <buildTimeoutSeconds>1200</buildTimeoutSeconds>
   </nant>
  </tasks>
  <publishers>
   <xmllogger />
   <statistics />
   <modificationHistory onlyLogWhenChangesFound="true" />
  </publishers>
 </project>*
 
 
Thanks again.......
 
------mikeD

Reply via email to