RE: [Nant-users] INTERNAL ERROR - System.Net.WebException - (404) Not Found

2004-12-27 Thread Gert Driesen
Jeffrey, If I recall correctly, NAnt 0.84 does not support the "enablewebdav" attribute, and always uses WEBDAV for web projects. I'd advise you to use a recent nightly build of NAnt 0.85 (http://nant.sourceforge.net/nightly/latest) and report any issues you run into (if they are any). Hope this

Re: [Nant-users] INTERNAL ERROR - System.Net.WebException - (404) Not Found

2004-12-27 Thread Jeffrey Rutland
Looking at the trace a little closer now (I should have noticed this before) I see the following: at NAnt.VSNet.WebDavClient.UploadFile(String localFileName, String remoteFile Name) If I am not modifying the "enablewebdav" attribute on the solution, why is this happening? I have a webmap entr

[Nant-users] INTERNAL ERROR - System.Net.WebException - (404) Not Found

2004-12-27 Thread Jeffrey Rutland
Hi - I am attempting to build a .NET solution. Among the projects in the solution that I want to build, I have 2 web projects in the solution - one that is a web service with little content, and another that is a web application that has much more content, over 25 ASP.NET pages with .cs code-behi

[Nant-users] Adding Target timings to Nant

2004-12-27 Thread Gregory_D_Sostaric
We would like to track the times that our targets are taking to run and possibly have this outputted to a file or incorporated within our Cruisecontrol.net web page. Has anyone successfully done this and how was this accomplished? Hope everyone had a happy holiday.