Hi Dave, If I remember correctly this was a bug with 0.7.9.0 (and before). A more updated version, like the upcoming 0.8.0.0, fixes this problem. If you can, the current version from cvs is your best bet. For the moment (with the 0.7.9), you can either quote long file/folder names with space in your path, or use the shortname. Also, your env path must only contain paths that exist. If a path, in your environment path variable, does not exist you will get this error message.
I'm sorry for the inconvenience. I hope the above suggestions help. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:nant-users- > [EMAIL PROTECTED]] On Behalf Of Dave Adair > Sent: Monday, September 23, 2002 2:32 PM > To: [EMAIL PROTECTED] > Subject: [Nant-users] Response file and TMP directory not working > > I've installed NAnt 0.7.9.0 and it built ok. But now > I'm writing my own build file and am having troubles. > > I'm getting an error when I try to build my C# app. > NAnt says "Error CS2011: Unable to open response file > 'C:\Documents' > > It appears that the spaces in the TMP directory name > is messing it up (the real path is "C:\Documents and > Settings\..."). So I tried changing TMP to "C:\temp" > (which does exist) and then I get an error > "System.IO.IOException: The directory name is > invalid." at System.IO.Path.GetTempFileName() I also > get this error trying to build NAnt again when > TMP="C:temp" or even "C:\". > > What is going on? I am dead in the water here. > > __________________________________________________ > Do you Yahoo!? > New DSL Internet Access from SBC & Yahoo! > http://sbc.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Nant-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/nant-users ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
