> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Ray Johnson > Sent: woensdag 23 maart 2005 20:11 > To: [EMAIL PROTECTED]; 'Gert Driesen'; > [email protected] > Subject: RE: [Nant-users] Bug in latest nant build... > > > > I got it to stop crashing by excluding the projects that did > not have the > required build configuration. (Obviously, it would help if > 1) it didn't > crash if you had a project in with the wrong config, and 2) > that if such a > project was present that it either didn't include it or at > least told you > info that helped debug.
I had a closer look, and apparently the build configuration is not what's causing the NullReferenceException, but I don't see what can be the cause. Try sending me the solution file and all project files (no need to include the sources). > > Unfortunantly, that wasn't enough to get me going. Here is > what I get now: > > C:\src\devtrunk\FullTilt\FT_Client>\src\nant-0.85-nightly-2005 > -03-22\build\n > et-1 > .1.win32\nant-0.85-debug\bin\NAnt.exe release_pro > NAnt 0.85 (Build 0.85.1908.0; dev; 3/23/2005) > Copyright (C) 2001-2005 Gerry Shaw > http://nant.sourceforge.net > > Buildfile: file:///C:/src/devtrunk/FullTilt/FT_Client/client.build > Target framework: Microsoft .NET Framework 1.1 > Target(s) specified: release_pro > > release_pro: > > [solution] Starting solution build. > [solution] Skipping 'FTC_Bots' [Release_Pro] ... > [solution] Skipping 'FT_Net' [Release_Pro] ... > [solution] Skipping 'FTC_Utils' [Release_Pro] ... > [solution] Skipping 'FTD_Event' [Release_Pro] ... > [solution] Skipping 'FT_Base' [Release_Pro] ... > [solution] Skipping 'FTD_Mem_Client' [Release_Pro] ... > [solution] Skipping 'FTC_Data' [Release_Pro] ... > [solution] Skipping 'FTC_Lobby' [Release_Pro] ... > [solution] Skipping 'FTC_Admin' [Release_Pro] ... > > BUILD SUCCEEDED > > Total time: 0.3 seconds. > > > Why is it skipping all the projects I want built? Building > this config > works fine in VS.Net. Any clue what I might be doing wrong? This might be caused by the underscore in the configuration name. I'll look into that one too. I'll also make sure that build configuration issues are reported as a normal error (instead of an INTERNAL ERROR). Gert ------------------------------------------------------- This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows Embedded(r) & Windows Mobile(tm) platforms, applications & content. Register by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click _______________________________________________ Nant-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-users
