T
Tim Slattery
I'm using JUnit 3.8.2 and Strutstest 2.1.4 to run tests on an
application in Netbeans 6.9.
On test classes that use only JUnit things work just fine. But on the
Struts classes, I get this message:
Absent Code attribute in method that is not native or abstract in
class file javax/servlet//http/HttpServletRequestWrapper
After some googling, I determined that I needed to add a web server,
which I hadn't done. I can't add the Weblogic server that's installed
on my machine, NB just won't do it. So I used the Glassfish server
that comes with NB. Now I still get the message above, and it's also
telling me that it two versions of ant in the page, one in the
NetBeans directory and one in the Glassfish directory.
WTF!?!?!
application in Netbeans 6.9.
On test classes that use only JUnit things work just fine. But on the
Struts classes, I get this message:
Absent Code attribute in method that is not native or abstract in
class file javax/servlet//http/HttpServletRequestWrapper
After some googling, I determined that I needed to add a web server,
which I hadn't done. I can't add the Weblogic server that's installed
on my machine, NB just won't do it. So I used the Glassfish server
that comes with NB. Now I still get the message above, and it's also
telling me that it two versions of ant in the page, one in the
NetBeans directory and one in the Glassfish directory.
WTF!?!?!