[Mono-list] nunit gives me error on mono but not on asp.net

GusPS mono at gustavospadari.com.ar
Mon Mar 12 19:52:38 EDT 2007


I've read that the nunit mono version runs only with mono 1.0

I've solve the problem using nunit net-2.0 and invoking it from nant's exec
like this:

                    <property
		      name="nunit.exe"
		      value="/opt/dev/NUnit-2.2.9-net-2.0/bin/nunit-console.exe" />
		    <echo message="${target}/${project::get-name()}.dll" />
		    <exec program="${nunit.exe}" workingdir="${target}"
useruntimeengine="true">
		      <arg value="${project::get-name()}.dll" />
		    </exec>


-- 
View this message in context: http://www.nabble.com/nunit-gives-me-error-on-mono-but-not-on-asp.net-tf3376210.html#a9445857
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list