Problem running TestNG test since #94.273
Hi,
I'm unable to run some test that previoulsy ran perfectly.
The error is the following:
java.lang.NoClassDefFoundError: javax/servlet/http/HttpServletRequest
It's actually in the classpath, and Maven's surefire is able to run the test.
I suspect IDEA is not including anymore the provided Maven dependency:
Help welcome!
/nodje
Please sign in to leave a comment.
Have a look at http://youtrack.jetbrains.net/issue/IDEA-52167
It includes a patch that fixed the issue for me.
Aymeric
thanks Aymeric!
On 2010-02-19 23:59:13 +0800, Aymeric Alibert <no_reply@jetbrains.com> said: