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]
