Hi All,
i am using vssadd task to add a file at a specified path in VSS. But this 
task is adding the file at a random place. I have also changed the target 
directory using VSSCP . Please suggest what might be the problem? here's 
my code: 
 
<vsscp  
login="user,password" 
serverPath="${serverPath}"  
ssdir="${ssdir}" 
vsspath="${vssProjectPath}" /> 
 
 
 
<vssadd localPath="C:/local/abc.html"  
recursive="False" 
login="user,password" 
serverPath="${serverPath}" 
ssdir="${ssdir}" 
writable="true" 
autoresponse= "Y" 
comment="Added by automatic build"/> 
 
i want to add the file at vssProjectPath. 

Regards,

Ankur Agarwal
Tata Consultancy Services Limited
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com

Notice: The information contained in this e-mail message and/or attachments to 
it may contain confidential or privileged information.   If you are not the 
intended recipient, any dissemination, use, review, distribution, printing or 
copying of the information contained in this e-mail message and/or attachments 
to it are strictly prohibited.   If you have received this communication in 
error, please notify us by reply e-mail or telephone and immediately and 
permanently delete the message and any attachments.  Thank you

Reply via email to