wjw465150 / run-jetty-run

Automatically exported from code.google.com/p/run-jetty-run
0 stars 0 forks source link

Not compatible with ASM4.0 #150

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am using ASM4.0 in my web application, when i try to start jetty, it throws 
an exception, 

java.lang.IncompatibleClassChangeError: class xxx$1 has interface 
org.objectweb.asm.ClassVisitor as super class
    at java.lang.ClassLoader.defineClass1(Native Method).

The application works fine if i start jetty from command line, mvn jetty:run.

Eclipse 4.0/run-jetty-run 1.3.3

Original issue reported on code.google.com by chiron....@gmail.com on 5 Oct 2012 at 1:59