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 Microsoft SDC available at http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=2cb20 e79-d706-4706-9ea0-26188257ee7d which has a solution task. Their task calls "devenv.exe" and passes the build configuration and solution file path as command line arguments. I assume Nant doesn't wish to impose the dependency of VS.NET being installed, but if we're talking about parsing a .sln file, where would one come from if not generated by VS.NET? I don't mean to second guess whomever wrote the solution task for Nant, but extra steps to configure WebDAV access doesn't seem practical. Kevin ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
