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
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
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