I'm getting build failures from openejb-core now:

[INFO] Compilation failure

/Users/dain/work/openejb/trunk/openejb3/container/openejb-core/src/ test/java/org/apache/openejb/core/cmp/jpa/JpaTest.java:[342,34] cannot find symbol
symbol  : constructor ClassWriter(boolean)
location: class org.apache.openejb.asm.ClassWriter

/Users/dain/work/openejb/trunk/openejb3/container/openejb-core/src/ test/java/org/apache/openejb/core/cmp/jpa/JpaTest.java:[347,19] cannot find symbol symbol : method accept (org.apache.openejb.core.cmp.jpa.JpaTest.FieldAdderClassVisitor,boolean)
location: class org.apache.openejb.asm.ClassReader

/Users/dain/work/openejb/trunk/openejb3/container/openejb-core/src/ test/java/org/apache/openejb/DependenceValidationTest.java:[113,27] cannot find symbol
symbol  : method accept(org.apache.openejb.DependencyVisitor,boolean)
location: class org.apache.openejb.asm.ClassReader


I can't seem to figure out how to fix it.

-dain

On Aug 8, 2008, at 5:00 PM, David Blevins wrote:

Heads up that I'll be inlining the asm jars so that others (like hibernate) using other versions of asm won't get conflicts. Will be inlining the xbean-finder code as well as it has a dep on asm. This is going to touch a lot of files hence the heads up.

-David


Reply via email to