Run:

export MONO_NO_UNLOAD=1

before building.

Jarek
----- Original Message ----- 
From: "Pete Mimmack" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, April 16, 2004 9:24 PM
Subject: Re: [Nant-users] Built on MONO, 1st tests fail.


> Pulled it from CVS, but now I can't build.  Here is the failure from the
> output.  I'm using MONO from April 1st, version 0.31.99.
> 
> 
> mono bin/NAnt.exe -buildfile:NAnt.build build
> NAnt 0.85 (Build 0.85.1447.0; net-1.0.win32; nightly; 12/18/2003)
> Copyright (C) 2001-2004 Gerry Shaw
> http://nant.sourceforge.net
>  
> Buildfile: file://home/pmimmack/projects/nant/NAnt.build
> Target(s) specified: build
>      [echo] Using 'mono-1.0' framework on 'unix' platform.
>  
> init:
> debug:
> set-framework-configuration:
> set-mono-1.0-framework-configuration:
> create-common-assemblyinfo:
>  
>    [attrib] Setting file attributes for 1 files to Normal.
> GC Warning: Finalization cycle involving 852c5f0
> GC Warning: Finalization cycle involving 852c5f0
> GC Warning: Finalization cycle involving 852c5f0
>  
> Unhandled Exception: System.NullReferenceException: A null value was
> found where an object instance was required.
> GC Warning: Finalization cycle involving 8816e40
> GC Warning: Finalization cycle involving 852c5f0
>  
> ** (bin/NAnt.exe:8622): WARNING **: Finalization of domain
> TypeGatheringDomain timed out.
>  
> BUILD FAILED
>  
> /home/pmimmack/projects/nant/NAnt.build(74,9):
> AssemblyInfo file
> '/home/pmimmack/projects/nant/src/CommonAssemblyInfo.cs' could not be
> generated.
>     Finalization of domain TypeGatheringDomain timed out.
> 
> 
> 
> >>> "Jaroslaw Kowalski" <[EMAIL PROTECTED]> 04/16/04 6:36 AM >>>
> Can you try it with the latest nightly build? Many bugs were fixed since
> the
> 0.84 release including some that you mention.
> 
> Some test don't pass, anyway, but you should be able to use nant with
> mono
> for some common tasks.
> 
> Jarek
> ----- Original Message ----- 
> From: "peteMimmack" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, April 15, 2004 7:52 PM
> Subject: [Nant-users] Built on MONO, 1st tests fail.
> 
> 
> > The good news is that I have been able to build NAnt with Mono
> (snooped
> > this forum and found a number of hints.  Thanks.)  But now I can't run
> > the acceptance tests.
> >
> > First problem, error saying it can't find the following:
> >
> > ....../build/mono-1.0.unix/nant-0.84-debugbin/nant.tests.config.
> >
> > Since all that's missing is a '/' between debug/bin, I put one into
> > NAnt.build as a work-around.  But the real issue is why the trailing
> > slash doesn't appear in ${nant.location}.  Any ideas on how to fix
> that
> > or at least put the work-around in the variable rather than the file?
> > It appears to bite again in the first "real" test: NAnt.Console.build
> > also uses it, and from there I get NullReferenceException.  I'm
> assuming
> > that that is due to a bogus file name being unresolvable.
> >
> > Thanks,
> > Pete
> 
> 


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to