I just got draco 1.6
and I try to test it out using VS and Sourcesafe. however, I am getting the
following error: Failed to process build 'dracotest'. The
following exception occurred:
System.ApplicationException: Process "ss.exe" error. Exited with status: Failed.
Command Details:
set ssdir=E:\websites\www.instron.com\web\DracoTest
"C:\Program Files\Microsoft Visual Studio\VSS\win32\ss.exe" history "$/DracoTest" -R -I-N -Y"dguidara" -Vd"2/3/2005;10:21P~2/3/2005;8:15P" [EMAIL PROTECTED]:\DOCUME~1\dguidara\LOCALS~1\Temp\tmp13.tmp
Exit Code: 100.
Stdout:
Stderr:
No VSS database (srcsafe.ini) found. Use the SSDIR environment variable or run netsetup.
at Draco.Core.Util.ProcessRunner.Run(StartInfo startInfo, String output)
at Draco.Core.Scc.VssRepository.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.ApplicationException: Process "ss.exe" error. Exited with status: Failed.
Command Details:
set ssdir=E:\websites\www.instron.com\web\DracoTest
"C:\Program Files\Microsoft Visual Studio\VSS\win32\ss.exe" history "$/DracoTest" -R -I-N -Y"dguidara" -Vd"2/3/2005;10:21P~2/3/2005;8:15P" [EMAIL PROTECTED]:\DOCUME~1\dguidara\LOCALS~1\Temp\tmp13.tmp
Exit Code: 100.
Stdout:
Stderr:
No VSS database (srcsafe.ini) found. Use the SSDIR environment variable or run netsetup.
at Draco.Core.Util.ProcessRunner.Run(StartInfo startInfo, String output)
at Draco.Core.Scc.VssRepository.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)
Trying to run the same
command into the command prompt works fine though. Any thoughts?