Bugs item #1465721, was opened at 2006-04-06 15:46 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1465721&group_id=31650
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: cvs Status: Open Resolution: None Priority: 5 Submitted By: prosa (prosacom) Assigned to: Nobody/Anonymous (nobody) Summary: Unsatisfied dependancies compiling solution Initial Comment: I got this nant.build: ======================================================== <?xml version="1.0" ?> <project name="nant" default="build"> <target name="build"> <solution configuration="release" failonerror="false" solutionfile="ABM.sln"> <excludeprojects> <include name="ConfigurationTest\*.vcproj" /> <include name="ABM.ComponentTransferInDB\*.vbproj" /> <include name="ABMBikeSetupCalculation\*.vbproj" /> <include name="ComponentTransferInDB\*.vbproj" /> </excludeprojects> </solution> </target> </project> ======================================================== based on my .NET 2003 solution. Build using .NET framework 1.1 all projects were compiled correctly, excluding those listed in the excludeprojects tag. Switching compilation on the .NET framework 2.0 SDK (released on 22/3/2006) failed to calculate dependancies between projects, breaking the build. The excluded projects do not impose any dependacy over included projects. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1465721&group_id=31650 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ nant-developers mailing list nant-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-developers