Hello, what version of ccnet are you using?
Daniel Daath schrieb: > Hi, > > I'm trying to set up a build server with VSS and VS2008. > When I run ccnet.exe the process stops at the "Starting integrator for > project" and just sits there forever. No timeouts, nothing. > The strange thing is it doesn't timeout or complain when I remove the > ssdir config value, and I don't have an ssdir environment variable. > Also, I don't see the builduser logging in to the VSS server. I'm out > of ideas on how to get more information on the problem. > > If I remove the nodes from under <sourcecontrol> it does the same. The > only value that seemingly has an effect is type="vss", because if I > change it to something other, ccnet.exe reports the problem. > > Here is my config file: > > <cruisecontrol> > <project name="MyProject" queue="Q1" queuePriority="1"> > <workingDirectory>D:\sourcescc\ MyProject source</ > workingDirectory> > <artifactDirectory>D:\sourcescc\artifacts</artifactDirectory> > <webURL>http://localhost/ccnet</webURL> > <modificationDelaySeconds>2</modificationDelaySeconds> > <sourcecontrol type="vss" autoGetSource="true" applyLabel="false"> > <executable>c:\Program Files\Microsoft Visual SourceSafe\ss.exe</ > executable> > <project>$/</project> > <username>Builduser</username> > <password></password> > <ssdir>\\company\FS\IT\VSS\MyProject </ssdir> > <workingDirectory>D:\sourcescc\MyProjectsource</workingDirectory> > <cleanCopy>true</cleanCopy> > <alwaysGetLatest>true</alwaysGetLatest> > <timeout units="minutes">1</timeout> > </sourcecontrol> > <publishers> > <xmllogger logDir="D:\sourcescc\buildlogs" /> > </publishers> > </project> > </cruisecontrol> >
