First of all, the work you guys did on nant is just great!

The mono build works like a charm except that I haven't been able to use the
nunit2 task, I get the following stack trace:

<snip>
BUILD FAILED

INTERNAL ERROR

System.ArgumentException: Xml node has not been mapped.
in [0x00031] (at
/home/rodrigob/dotnet/nant/src/NAnt.Core/LocationMap.cs:196)
NAnt.Core.LocationMap:GetLocation (System.Xml.XmlNode)
in [0x00171] (at /home/rodrigob/dotnet/nant/src/NAnt.Core/Target.cs:216)
NAnt.Core.Target:Execute ()
in [0x00024] (at /home/rodrigob/dotnet/nant/src/NAnt.Core/Project.cs:699)
NAnt.Core.Project:Execute (string)
in [0x00106] (at /home/rodrigob/dotnet/nant/src/NAnt.Core/Project.cs:675)
NAnt.Core.Project:Execute ()
in [0x0005e] (at /home/rodrigob/dotnet/nant/src/NAnt.Core/Project.cs:726)
NAnt.Core.Project:Run ()
</snip>

The build file fragment related to the error is:

    <nunit2>
        <test>
            <assemblies basedir='bin'>
                <includes name='*.Tests.dll' />
            </assemblies>
        </test>
    </nunit2>

My environment:
    * Mandrake 9.1
    * Latest CVS mono (built with PROFILE=generics)
    * Latest CVS NAnt

I'd be happy to help investigate the problem further...

Thanks,
Rodrigo



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to