To All,          I am attempting to use ANT 1.4.1 with Visual SourceSafe 6.0 for the 
first time. Within SourceSafe I have created a project, let's call it "Proj1". 
Directly through the SourceSafe GUI, I am able to extract all of the code from the 
directory to a local directory. Unfortunately, if I attempt the same functionality 
through ANT, I get an error stating that "Proj1" does not exist. The ANT variable, 
vsspath is used to set the project.           The following is an example:             
<vssget                localPath="<aLocalDir>"                
login="<validUsername, validPassword>"                recursive="true"           
     vsspath="/Proj1"                ssdir="<C:/theStandardVssLocation/VSS/win32"   
             writable="true" />            Unfortunately, I always get an error 
stating that the build has failed because $/Proj1 is not an existing filename or 
project.            I am lost because this project does exist in sourcesafe???         
   I would appreciate any help. Thanks, HD

------------------------------------------------
Join Excite! - http://www.excite.com
The most personalized portal on the Web!

Reply via email to