I have a production environment running in Unix and I was wondering if/how a UNIX box using
ANT can get source code? Using a CVS connection?
The properties that are used for connecting to VSS need:
# VSS Specific properties
#root where files from VSS will be retrieved
vss.localPath=${build.home}/vssroot
# Release version label. Files with this version label will be retrieved.
#vss.release=Release0
# Login Id/Password used for VSS
vss.login=****,****
#VSS Project to be retrieved
vss.vsspath=/devhome
#Dir where ss.exe file is located
vss.ssdir=C:\\Program Files\\Microsoft Visual Studio\\VSS\\win32
#Dir where vss srcsafe.ini file is located
vss.serverPath=//***/***
