Greetings List Subscribers,

I appear to be having some issues with the <solution> task in nAnt 0.84.  Here's the 
overview:

----- -----

When compiled on a developer's workstation (VS.NET 2003), the output can be 
successfully executed on both the developer's workstation and the build workstation.

When compiled on the build workstation (nAnt and .NET SDK 1.1), the output crashes 
immediately upon execution on both the developer's workstation and the build 
workstation.  The return code is -1073741819.  The event logged in the Application 
Event Log is:

"Faulting application watchcaptain.richclient.exe, version 1.0.1725.22895, faulting 
module unknown, version 0.0.0.0, fault address 0xf3f7d08c."

The <solution> task produces the same number of assemblies (with the same names) as 
VS.NET does, however, for some assemblies there are some slight size discrepencies (an 
occasional 1-2KB) which tips me off that the <solution> task is doing something 
slightly different than VS.NET.

----- -----

I'm running nAnt 0.84, and the .NET Framework 1.1 (with SDK installed).  I have 
confirmed that the solution is compiled using the 1.1 framework.  My <solution> task 
is fairly straightforward:

                <property name="nant.settings.currentframework" value="net-1.1"/>
                <solution 
                        configuration="${build.config}" 
                        solutionfile="${build.sln.file}" 
                        verbose="true" 
                        failonerror="true" 
                />

The error persists despite which configuration I use (debug or release in this case).  
There is only one solution file, so yes, it is using the correct solution file.

I've also removed and reinstalled the .NET Framework and SDK out of pure paranoia.

----- -----

Everything else works great!  Dynamic versioning, grabbing items from sourcesafe, 
labeling, VB.Doc, nDoc, NUnit and Nunit report... just the darn thing won't build 
properly.  Any and all help is greatly appreciated.  Thanks again.


Rob Gomes
Senior Applications Developer

P: 508-748-2121
F: 508-748-2707
E: [EMAIL PROTECTED]



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to