You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Shane Isbell (JIRA)" <ji...@codehaus.org> on 2007/02/22 04:03:28 UTC

[jira] Created: (NMAVEN-8) NUnit Tests Fail To Run with NUnit Version 2.2.8

NUnit Tests Fail To Run with NUnit Version 2.2.8
------------------------------------------------

                 Key: NMAVEN-8
                 URL: http://jira.codehaus.org/browse/NMAVEN-8
             Project: NMaven
          Issue Type: Bug
         Environment: Windows
            Reporter: Shane Isbell
            Priority: Minor


When running nunit-console (version 2.2.8) from the command line on an NMaven project,  I get the following error:

"Could not load file or assembly 'nunit.framework-2.2.8.0, Version=2.2.8.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified."

Everything runs fine with NUnit version 2.2.0.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (NMAVEN-8) NUnit Tests Fail To Run with NUnit Version 2.2.8

Posted by "Shane Isbell (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/NMAVEN-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shane Isbell closed NMAVEN-8.
-----------------------------

    Resolution: Fixed

The NUnit assembly for version 2.2.8 does not work with DotGNU, so I recompiled the source, sometime last year. This compile was under one of the old versions of NMaven that still embedded the version in the filename (and hence within the assembly Manifest). The Mono version of nunit-console was on my system path and did not mind that the assembly manifest name (with version attached) was different than the assembly file name. The non-Mono versions do mind and complain about not being able to load the assembly. I fixed this problem by putting a new NUnit 2.2.9 assembly into the trunk: this assembly's filename and name within the manifest match.

> NUnit Tests Fail To Run with NUnit Version 2.2.8
> ------------------------------------------------
>
>                 Key: NMAVEN-8
>                 URL: http://jira.codehaus.org/browse/NMAVEN-8
>             Project: NMaven
>          Issue Type: Bug
>         Environment: Windows
>            Reporter: Shane Isbell
>            Priority: Minor
>
> When running nunit-console (version 2.2.8) from the command line on an NMaven project,  I get the following error:
> "Could not load file or assembly 'nunit.framework-2.2.8.0, Version=2.2.8.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified."
> Everything runs fine with NUnit version 2.2.0.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira