On Mon, Feb 23, 2009 at 4:01 AM, Charles Lee <[email protected]> wrote:
> Would you please describe how do you run the unit tests about the MINA?

It's being run using Maven with the workaround described here
http://davanum.wordpress.com/2008/04/15/tip-for-running-maven2-using-apache-harmony/.
The following should probably do it for you on a Linux box:
svn co http://svn.apache.org/repos/asf/mina/trunk/ mina-trunk
cd mina-trunk
MAVEN_OPTS=-Dsurefire.useSystemClassLoader=false
export MAVEN_OPTS
mvn test

/niklas

Reply via email to