From: Chris M. <cma...@ar...> - 2006-02-10 13:04:16
|
Hi guys, I'm trying to setup Draco.Net on Windows 2003 Server for use on our SourceForge project, and I've followed the instructions pretty good (I think) by installing CVSNT, but I get an error when it tries to build: 2006-02-10 04:05:26 [1628] INFO Draco.Core.Runtime.BuildRunner - HEAD : Checking module for changes 2006-02-10 04:05:26 [1628] DEBUG Draco.Core.Util.ProcessRunner - Starting process "cvs.exe". Command Details: "cvs.exe" -d:pserver:ano...@cv...:/cvsroot/nasa-exp -q rlog -N -b -d">2006-02-10T03:50:42-0800" WorldWind 2006-02-10 04:05:26 [1628] ERROR Draco.Core.Runtime.BuildRunner - Failed to process build 'HEAD'. The following exception occurred: System.ComponentModel.Win32Exception: The system cannot find the file specified at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at Draco.Core.Util.InterruptibleProcess.Start(TimeSpan timeOut, Boolean useTimeout) at Draco.Core.Util.InterruptibleProcess.Start() at Draco.Core.Util.ProcessRunner.Run(StartInfo startInfo, String output) at Draco.Core.Scc.CvsRepository.GetModifications(DateTime sinceDate) at Draco.Core.Runtime.BuildRunner.GetModifications(DateTime earliestModificationTime) at Draco.Core.Runtime.BuildRunner.CheckForChanges(BuildType buildType, Boolean& changesSinceLastBuild) at Draco.Core.Runtime.BuildRunner.Start(BuildType buildType) System.ComponentModel.Win32Exception: The system cannot find the file specified at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at Draco.Core.Util.InterruptibleProcess.Start(TimeSpan timeOut, Boolean useTimeout) at Draco.Core.Util.InterruptibleProcess.Start() at Draco.Core.Util.ProcessRunner.Run(StartInfo startInfo, String output) at Draco.Core.Scc.CvsRepository.GetModifications(DateTime sinceDate) at Draco.Core.Runtime.BuildRunner.GetModifications(DateTime earliestModificationTime) at Draco.Core.Runtime.BuildRunner.CheckForChanges(BuildType buildType, Boolean& changesSinceLastBuild) at Draco.Core.Runtime.BuildRunner.Start(BuildType buildType) I guess it cannot find the cvs.exe file? It's in the C:\Program Files\CVSNT directory, which is set in the Environmental Variables Path. I've also made the directory's security set to "Everyone" so there shouldn't be a problem with permissions. Any help would be much appreciated as I'd like to get our builds server working for our testers for our next upcoming version. Thanks, Chris Maxwell Lead Developer, NASA World Wind |