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