NUnitAddin J# Dependency (Fixed)

The previous build picked up a dependency on having the J# redistributable installed. In this build I've split support for J# NUnit and junit projects into a separate installer. Install both packages if you want support for junit and all J# 'New Project...' wizards.

Thankyou everyone who let me know about this issue. Could you post a comment here and let me know if it works?

Is anyone using the run all tests in namespace functionality? The reason I ask is because having support for this makes support for multiple test runners tricky. I'm thinking of only supporting run test method, class, project and assembly in future versions.

3 Comments

  • When trying to extract files that are in the msi, using:



    msiexec /a <nunit-addin-msi-filename> /qb TARGETDIR="c:\temp\nunit_addin_files"



    it prompts for Visual J# 1.0.4205 missing (looking for Visual J# 1.0 redistributable??).



    msiexec /i (install only) works fine. msiexec /a with other msi's also works. Do you know why, the nunit-addin-msi looks for this version of Visual J#?

  • If you install with support for junit it will have a dependency on J#. This option should default to being disabled. It looks like an admin install tries to install everything.



    In my working version I have removed support for junit. If you give me your email address I could send it to you. Alternatively you could grab the source from sourceforge and remove the J# dependency.



    Thanks, Jamie.

  • Thx, Jamie. Got the mail and was able to extract the contents.

Comments have been disabled for this content.