[Nant-users] whitespace in fileset paths

2003-03-21 Thread Trevor Misfeldt
I'm a newcomer to NAnt. I'm trying to do a task and everything's fine unless my source code is in a path that contains whitespace. In that case, the compiler complains. There are two solutions. First, use relative pathnames. Second, put quotes around the source code filenames. Unfortuna

[Nant-users] whitespace in fileset paths

2003-03-20 Thread Trevor Misfeldt
I'm a newcomer to NAnt. I'm trying to do a task and everything's fine unless my source code is in a path that contains whitespace. In that case, the compiler complains. There are two solutions. First, use relative pathnames. Second, put quotes around the source code filenames. Unfortuna