RE: [Nant-users] Solution task fails for ASP.NET project

2003-08-22 Thread Williams, Kevin
ild tool I found at: http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=2cb20e79-d706-4706-9ea0-26188257ee7d. It has some good features, but not enough to beat NAnt. The task was worth pirating, that's how I got to this point. Kevin     -Original Message- From:

RE: [Nant-users] Building Deployment Projects in NAnt

2003-07-16 Thread Williams, Kevin
VS.NET has command-line options. If you enter "devenv.exe /?" from a command prompt, you'll get a listing of all the options and how to use them. -Original Message- From: MANOS, Ashley [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 1:20 AM To: '[EMAIL PROTECTED]' Subject: [Nant-use

RE: [Nant-users] WebDAV and permissions for solution task

2003-07-08 Thread Williams, Kevin
Matt, Thank you for your reply. Unfortunately, I'm even more confused now. The .sln file points to http://localhost/blah/blah.csproj yet VS.NET is able to resolve all this and compile just fine, without any extra steps to enable WebDAV write access and source access. There is a build tool from Mi

[Nant-users] Solution task fails for ASP.NET project

2003-07-07 Thread Williams, Kevin
I've checked my IIS configuration to verify my project runs OK, but I keep getting a 403 (Forbidden) error when the solution task attempts to retrieve the *.csproj file for the ASP.NET project. I've looked at the source code for the solution task, and I understand it's using WebDAV. I tried a diffe