From: Simon T. <Tim...@co...> - 2006-02-10 15:26:28
|
The problem is that draco doesn't know where to find cvs.exe. You might = try adding the cvs directory to the windows path for the user running = the build server, or else in your draco configuration file add = program=3D"/cvs/is/found/here" to the cvs tag. So it might look like <cvs program=3D"c:\program files\CVSnt\bin\cvs.exe"> Take a look at = http://www.theserverside.net/articles/showarticle.tss?id=3DContinuousInte= gration. -----Original Message----- From: dra...@li... [mailto:dra...@li...]On Behalf Of Chris Maxwell Sent: Friday, February 10, 2006 6:04 AM To: dra...@li... Subject: [Draconet-users] "cvs.exe" not found? 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 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log = files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat=3D= 121642 _______________________________________________ Draconet-users mailing list Dra...@li... https://lists.sourceforge.net/lists/listinfo/draconet-users |
From: Chris M. <cma...@ar...> - 2006-02-10 17:23:56
|
Hi Simon, Thank for the fast reply. I have already added the cvs.exe directory to = the windows path, and I actually did try the "<cvs program=3D"c:\program files\CVSnt\bin\cvs.exe"> thing, but strangely, Draco.Net spit out a = parsing error when I added that, so I needed to remove it. The article link you mentioned was actually what got my attention to use Draco in the first place. Very good article. Thanks, Chris Maxwell Lead Developer, NASA World Wind -----Original Message----- From: dra...@li... [mailto:dra...@li...] On Behalf Of Simon = Timms Sent: Friday, February 10, 2006 7:26 AM To: dra...@li... Subject: RE: [Draconet-users] "cvs.exe" not found? The problem is that draco doesn't know where to find cvs.exe. You might = try adding the cvs directory to the windows path for the user running the = build server, or else in your draco configuration file add program=3D"/cvs/is/found/here" to the cvs tag. So it might look like = <cvs program=3D"c:\program files\CVSnt\bin\cvs.exe"> Take a look at http://www.theserverside.net/articles/showarticle.tss?id=3DContinuousInte= grati on. -----Original Message----- From: dra...@li... [mailto:dra...@li...]On Behalf Of Chris Maxwell Sent: Friday, February 10, 2006 6:04 AM To: dra...@li... Subject: [Draconet-users] "cvs.exe" not found? 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 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log = files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat=3D= 121642 _______________________________________________ Draconet-users mailing list Dra...@li... https://lists.sourceforge.net/lists/listinfo/draconet-users ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log = files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=103432&bid#0486&dat=121642 _______________________________________________ Draconet-users mailing list Dra...@li... https://lists.sourceforge.net/lists/listinfo/draconet-usersnfo/draconet-u= ser s |