RE: Problem with Visual SourceSafe task

2001-11-29 Thread Ron Coutts
If the share is named midas$ (a hidden share), why should it be renamed? I had a similar problem. The directory was not hidden though. In my case, the $$ threw an IOException. In my case, midas$ is a hidden share and using $$ caused no problems, (thanks for that Nico). My original

RE: Problem with Visual SourceSafe task

2001-11-28 Thread Shawn McManus
To: Ant Users List Subject: Re: Problem with Visual SourceSafe task - Original Message - From: Shawn McManus [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Tuesday, November 27, 2001 10:12 PM Subject: RE: Problem with Visual SourceSafe task I don't think that your

Re: Problem with Visual SourceSafe task

2001-11-28 Thread Nico Seessle
- Original Message - From: Shawn McManus [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Wednesday, November 28, 2001 10:19 PM Subject: RE: Problem with Visual SourceSafe task If the share is named midas$ (a hidden share), why should it be renamed? I had a similar

Problem with Visual SourceSafe task

2001-11-27 Thread Ron Coutts
The VSS task does not seem to work properly. I'm getting the error 'No VSS database (srcsafe.ini) found. Use the SSDIR environment variable or run netsetup'. Currently I'm using the VSS command line interface from Perl scripts to do gets, and in those scripts the SSDIR environment variable

RE: Problem with Visual SourceSafe task

2001-11-27 Thread Harvey, John
with Visual SourceSafe task The VSS task does not seem to work properly. I'm getting the error 'No VSS database (srcsafe.ini) found. Use the SSDIR environment variable or run netsetup'. Currently I'm using the VSS command line interface from Perl scripts to do gets, and in those scripts the SSDIR

RE: Problem with Visual SourceSafe task

2001-11-27 Thread Shawn McManus
I don't think that your serverpath should end with $. Rather, it should read, serverPath=\\private1\midas Shawn -Original Message- From: Ron Coutts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 27, 2001 3:02 PM To: 'Ant Users List' (E-mail) Subject: Problem with Visual SourceSafe

Re: Problem with Visual SourceSafe task

2001-11-27 Thread Nico Seessle
- Original Message - From: Shawn McManus [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Tuesday, November 27, 2001 10:12 PM Subject: RE: Problem with Visual SourceSafe task I don't think that your serverpath should end with $. Rather, it should read, serverPath

Re: Problem with Visual SourceSafe task

2001-11-27 Thread Nico Seessle
- Original Message - From: Ron Coutts [EMAIL PROTECTED] To: 'Ant Users List' (E-mail) [EMAIL PROTECTED] Sent: Tuesday, November 27, 2001 10:02 PM Subject: Problem with Visual SourceSafe task Also, there seems to be an inconsistency between the VSS task, and VSS itself. In my working