Hello all!
I've been attempting to setup NAnt for my project. Initially, I thought it would be easier to attempt to use the <solution> task, but I'm still running into a few errors. I have a single solution file that contains 4 projects: 1 web project, and 3 class libraries. I have the following in my build file: <target name="build-debug"> <solution configuration="debug" solutionfile="ASP.NET Forums.sln"> <webmap> <map url="http://localhost/Forums/" path="C:\Projects\Lego\branches\lego\M0\forums\Web\" /> </webmap> </solution> </target> (NOTE: It says "ASP.NET Forums" but it's not the actual forums themselves, but another project derived from it.) Attempting to build, I get the following error: NAnt 0.85 (Build 0.85.1693.0; net-1.0.win32; nightly; 8/20/2004) Copyright (C) 2001-2004 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///C:/Projects/Lego/branches/lego/M0/forums/lego.build Target(s) specified: rebuild rebuild: build-debug: [solution] Starting solution build. BUILD FAILED Error loading project 'C:\Projects\Lego\branches\lego\M0\forums\Web\AspNetForums .csproj'. An error occurred while parsing EntityName. Line 1614, position 67. Total time: 0.2 seconds. I would appreciate any insight you guys could give me on what I'm doing wrong here. I don't think our project or solution is all that complicated that I can't get NAnt to work with it. TIA, -Jason ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users