It looks like the vssget task is doing a "CD" command before it does a "ss Get". I wonder why it doesn't use the "-GL" switch to specify the local path?
-----Original Message----- From: Matteo Giacometti [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 10:42 AM To: 'Ant Users List' Subject: R: R: Ant 1.6.2 UNC paths are not supported Thank you Antoine, so the problem is the manner Ant executes the cmd command? Matteo > -----Messaggio originale----- > Da: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] > Inviato: venerd� 27 agosto 2004 16.42 > A: Ant Users List > Oggetto: Re: R: Ant 1.6.2 UNC paths are not supported > > > Matteo Giacometti wrote: > > >Hi. > >I've found out that if I map myserver with a letter (ie J) and I > >execute "ant j:\blablabla\build.xml", the vssget task works! Is it > >normal? Many thanks > >Matteo > > > > > > > From your previous output, ant was startting a "cmd.exe" process, > requesting a cd into an UNC path. > cd into an UNC path is not supported. > > Cheers, > > Antoine > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
