[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

Re: [Nant-users] whitespace in fileset paths

2003-03-21 Thread Ian MacLean
Trevor, Are you using the latest nant build ? Input paths should be properly quoted now. Try a daily build - http://nant.sourceforge.net/builds/ Ian 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 cas

[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