[Nant-users] Unknown task

2005-01-03 Thread Jeffrey Rutland
Hi all - I am setting up Nant to work with Cruise Control. Nant works fine on it's own, until I call this target:

Re: [Nant-users] NAnt 0.85 build error

2004-12-28 Thread Jeffrey Rutland
<[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of > > Jeffrey Rutland > > Sent: dinsdag 28 december 2004 18:06 > > To: nant-users@lists.sourceforge.net > >

[Nant-users] NAnt 0.85 build error

2004-12-28 Thread Jeffrey Rutland
Hi! I was trying to build a solution yesterday when I ran into problems with WebDAV functionality. I was running NAnt 0.84, and at Gert's suggestion, I got the nightly build of NAnt and NAntContrib. I am now running NAnt 0.85, and I have been updating my build files to reflect the changes in key

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