The only time I’ve ever found an
issue is when specifying UNC paths (windows network paths) \\machine.domain\c$\Windows\... I prefer the ‘/’ separator,
since it allows your scripts to be more platform independent. Running Nant scripts
on *nix cause errors when using ‘\’. Stephen Tunney, MCAD.NET From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bryan D. Andrews Does it matter if I use
..\.. or ../.. to nant for traversing directories and web paths? I ask because
we have some nant scripts that have these mixed and it *seems* to work both ways. Advice appreciated. |
- [NAnt-users] Traversing Directories Bryan D. Andrews
- RE: [NAnt-users] Traversing Directories Stephen Tunney
- Re: [NAnt-users] Traversing Directories Rod Ayers