Hello Dave,

I recommend you use the free utility "FileMon" to detect where NAnt is
looking for your assembly.

Steps:
1) Download FileMon at
http://www.sysinternals.com/ntw2k/source/filemon.shtml
2) Unzip & Run
3) Set a filter to "*assemblyname*" (without the quotes).

Next, reproduce the error and see where "file not found" messages
appear.

Hope this helps,

Bernard

-----Original Message-----
From: Dave Sanders [mailto:[EMAIL PROTECTED]] 
Sent: Friday, February 07, 2003 3:51 PM
To: '[EMAIL PROTECTED]'
Subject: [nant-dev] Does NUnit2 support work?


I think I'm going crazy here, so before I run off the deepend can
someone tell
me if in the 20030201 build, nunit 2 support worked?

I've got what I think is correctly specified .build, the files are
there, I can
test it with the nunit gui, but all I get from the nant results is:

Unable to load file '[assemblyname]'

(masked out the assemblyname, as I can't have the name of our
proprietary inner
code dll searchable by google for years to come. By real assembly name,
minus
the ".dll" was listed.)

Below is the xml from my task, with the assemblyname likewise censored:

<nunit2 failonerror="false">
        <test
assemblyname="${build.basedir}\Debug\bin\[assemblyname].dll"
output="${build.basedir}\Debug\bin\TestResults\[assemblyname].TestResult
s.xml"/>
</nunit2>

I'm using SLiNgshoT and then running an XSL against it to do all sorts
of
things.  build.basedir is in the right location and the \testresults dir
is
being created by a mkdir right be fore the xml I pasted.

Help?  I'm pretty sure I got this running when I was doing a much
simpler
assembly - going to go try that now.

thx
D


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to