Re: [NAnt-users] Traversing Directories

2006-03-28 Thread Rod Ayers
Title: Re: [NAnt-users] Traversing Directories Hi bryan Doesn't matter...I've done it to though not on purpose Somewhere in nant doc it say nant will handle the platform differeces Rod -- Sent from my BlackBerry Wireless Handheld ---

RE: [NAnt-users] Traversing Directories

2006-03-28 Thread Stephen Tunney
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