Bugs item #1551960, was opened at 2006-09-04 14:53
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1551960&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: skolima (skolima)
Assigned to: Nobody/Anonymous (nobody)
Summary: NAnt NUnit2 task broken on linux mono 1.1.17 (.1)

Initial Comment:
When running on linux, nant nunit2 task reports failure
to execute tests. It suggests incompatible versions of
nunit, but with -verbose, actual exception reported is
FileNotFoundException. I was able to trace the problem
to the call to AppDomain.CreateInstanceFrom, which has
gone through serious changes in the 17 release. A test
case is attached.

Run:

nant test



Expected result:

[...]

test:

[nunit2] Tests run 1 [...etc]
[nunit2] 
[nunit2] Failures : 1
[..]

BUILD FAILED


Actual result:

[...]

test:

BUILD FAILED

/path/to/Test.build(52,4):
Failure executing test(s). If you assembly is not built
using NUnit version 2.2.8.0, then ensure you have
redirected assembly bindings. Consult the documentation
of the <nunit2> task for more information.

How often does this happen?

Always on linux, never on windows (either MS.Net or mono).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1551960&group_id=31650

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to