I am trying to get a build going for a client that pulls from VSS 2005 (yes, I have no choice). I am pretty sure I have all my configuration correct, but I keep getting this error: Source control operation failed: $/Utilities/Orbital Gateway/Solution Architecture/Release Construction/Payment Subsystem/Services/PaymentService is not an existing filename or project
I have copied the project path directly from SourceSafe so I know it is correct.
Here is my config:
<executable>"C:\Program Files\Microsoft Visual SourceSafe\ss.exe"</
executable>
<project>"$/Utilities/Solution Architecture/Release Construction/Payment Subsystem/Services/PaymentService"</
project>
<username>XXXXXX</
username>
<password>XXXXXXX</
password>
<ssdir>\\server\VSS_Data\</
ssdir>
<workingDirectory>C:\Builds\PaymentService\Dev</
workingDirectory>
<cleanCopy>true</cleanCopy>
</
sourcecontrol>
Does the executable mean the ss.exe on the build server, or the server the code is actually housed. I have it pointed to the build server.
Any help would be appreciated!