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.

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to