Hi all,

I'm using NAnt from cvs with Mono from cvs and I'm getting this error when trying to run an nunit2 task.

System.ArgumentException: Xml node has not been mapped.file:///home/fxjr/Desenvolvimento/CVSRepositories/NpgsqlCommit/Npgsql/src/Npgsql/Npgsql.build
in [0x00037] (at /home/fxjr/Desenvolvimento/CVSRepositories/nant/src/NAnt.Core/LocationMap.cs:196) NAnt.Core.LocationMap:GetLocation (System.Xml.XmlNode)
in [0x00171] (at /home/fxjr/Desenvolvimento/CVSRepositories/nant/src/NAnt.Core/Target.cs:216) NAnt.Core.Target:Execute ()
in [0x00024] (at /home/fxjr/Desenvolvimento/CVSRepositories/nant/src/NAnt.Core/Project.cs:699) NAnt.Core.Project:Execute (string)
in [0x00106] (at /home/fxjr/Desenvolvimento/CVSRepositories/nant/src/NAnt.Core/Project.cs:675) NAnt.Core.Project:Execute ()
in [0x0005e] (at /home/fxjr/Desenvolvimento/CVSRepositories/nant/src/NAnt.Core/Project.cs:726) NAnt.Core.Project:Run ()




Just after the error, I printed the filename, which it is saying is not mapped.

Am I doing something wrong?

This is my target:

<nunit2>


<formatter type="Xml" usefile="true" extension=".xml" outputdir="${nunit2tests.build.dir}" /> <test> <assemblies>


<includes name="${nunit2tests.build.dir}/NpgsqlTests.dll"/>
</assemblies>
</test>
</nunit2>



This is according to the following message: http://www.mail-archive.com/nant-users%40lists.sourceforge.net/msg01418.html

Thanks in advance

Regards,

Francisco Figueiredo Jr.




------------------------------------------------------- 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-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to