Re: [NAnt-users] NAnt-users Digest, Vol 17, Issue 20

2007-11-07 Thread Danilo Almeida
It is a common misconception that the constant MAX_PATH refers to the maximum length of a Windows path. It actually refers to the maximum length of a Windows path *component*, such as a filename or a folder name. This is incorrect. The maximum length of a path component is 255. See http://

Re: [NAnt-users] Nant, global.asax, aspnet_compiler.exe in a Web Application Project (VS.Net 2005)

2007-11-07 Thread Todd Dahl
Okay my details are off. It looks like I am getting ASPPARSE errors on everything. On Nov 7, 2007 9:30 AM, Todd Dahl <[EMAIL PROTECTED]> wrote: > I have been fighting with this for days now and am at my wits end. I > am hoping that someone out there can shed some light on what is > happening h

[NAnt-users] Nant, global.asax, aspnet_compiler.exe in a Web Application Project (VS.Net 2005)

2007-11-07 Thread Todd Dahl
I have been fighting with this for days now and am at my wits end. I am hoping that someone out there can shed some light on what is happening here. I have an asp.net Web Application Project that I am using Nant to build. It builds and functions correctly when there is not a global.asax but when