Hi all -
I am setting up Nant to work with Cruise Control. Nant works fine on
it's own, until I call this target:
<[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
> >
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
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
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