I know that there is a problem with running NUnit 2.0 tasks w/ NAnt, but
I seem to be running into a problem simply building the tasks using the
<csc> task. It appears as if tests built w/ explicit references to the
2.0 DLLs get built against the internal assembly (NUnitCore.dll).
Everything gets built but it complains about no TestFixtures (presumably
because of the lack of inheritance).
The same code when compiled by hand works w/ the NUnit executables.
Removing NUnitCore.dll didn't work... I haven't tried renaming the 2.0
DLLs yet... I thought I'd ask before trying anything else.
Is there some trick to building NUnit-2.0 based tests w/ NAnt or should
I just wait?
Thanks to everyone for a very useful and promising tool!
Brian
-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future
of Java(TM) technology. Join the Java Community
Process(SM) (JCP(SM)) program now.
http://ad.doubleclick.net/clk;4699841;7576301;v?http://www.sun.com/javavote
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users
- RE: [Nant-users] Building NUnit 2.0 tasks Brian Sletten
- RE: [Nant-users] Building NUnit 2.0 tasks Scott Hernandez