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
