> 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.

-----Original Message-----
From: Nico Seessle [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 28, 2001 1:46 AM
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 serverpath should end with "$".  Rather, it
> should read,
> serverPath="\\private1\midas"

If the share is named "midas$" (a hidden share), why should it be
renamed?

He should try serverPath="\\private1\midas$$" (escaping the dollar-sign
to
prevent Ant from trying to replace it as a property)

Nico




--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to