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 keywords that NAnt uses. I am now stuck however, and need help figuring out what this error is. My build output is:
NAnt 0.85 (Build 0.85.1821.0; nightly; 12/26/2004) Copyright (C) 2001-2004 Gerry Shaw http://nant.sourceforge.net <...snip...> compile.nant: [solution] Starting solution build. BUILD FAILED Cannot build web project 'http://localhost/eCommerceAuto matedBilling/eCommerceAutomatedBillingClient.csproj'. Please use <webmap> to map the given URL to a project-relative path, or specify enablewebdav="true" on th e <solution> task element to use WebDAV. Total time: 0.4 seconds. BUILD FAILED Nested build failed. Refer to build log for exact reason. Total time: 0.6 seconds. <...snip...> This seems very similar to the issue that I was having yesterday with NAnt 0.84. My target "compile.nant" that executes contains this <solution>: <target name="compile.nant"> <solution configuration="${Configuration}" solutionfile="${nant.project.name}.sln"> <webmap> <map url="http://localhost/eCommerceAutomatedBilling/eCommerceAutomatedBilling.csproj" path="Web Applications\eCommerceAutomatedBillingClient\eCommerceAutomatedBilling.csproj"/> <map url="http://localhost/AutomatedBillingWS/AutomatedBillingWS.csproj" path="AutomatedBillingWS\AutomatedBillingWS.csproj"/> </webmap> <assemblyfolders> <include name="Src\eCommerceAutomatedBilling\bin\debug\PaulBunyanInterop.dll" /> </assemblyfolders> </solution> </target> I have looked through the archives here trying to find a solution to this, and even saw one user saying that he needed no virtual directory in IIS to make this work. I have not tried this, I figured the IIS setup was necessary in order for the http://localhost... to work. Can you help with this? Thanks. -- Jeff ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Nant-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-users
