jruby-complete.jar relocates org.objectweb.asm, but jruby.jar does not ----------------------------------------------------------------------
Key: JRUBY-5429 URL: http://jira.codehaus.org/browse/JRUBY-5429 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.6RC1, JRuby 1.5.6 Reporter: bob mcwhirter Assignee: Thomas E Enebo {noformat} leonard:~ bob$ jar tf ~/Downloads/jruby-1.6.0.RC1.jar | grep objectweb org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class org/objectweb/asm/AnnotationWriter.class org/objectweb/asm/Attribute.class org/objectweb/asm/ByteVector.class org/objectweb/asm/ClassAdapter.class org/objectweb/asm/ClassReader.class org/objectweb/asm/ClassVisitor.class org/objectweb/asm/ClassWriter.class org/objectweb/asm/Edge.class org/objectweb/asm/FieldVisitor.class ... {noformat} compared to {noformat} leonard:~ bob$ jar tf ~/.m2/repository/org/jruby/jruby-complete/1.6.0.RC1/jruby-complete-1.6.0.RC1.jar | grep objectweb jruby/objectweb/ jruby/objectweb/asm/ jruby/objectweb/asm/AnnotationVisitor.class jruby/objectweb/asm/AnnotationWriter.class jruby/objectweb/asm/Attribute.class jruby/objectweb/asm/ByteVector.class jruby/objectweb/asm/ClassAdapter.class jruby/objectweb/asm/ClassReader.class jruby/objectweb/asm/ClassVisitor.class jruby/objectweb/asm/ClassWriter.class jruby/objectweb/asm/Edge.class jruby/objectweb/asm/FieldVisitor.class jruby/objectweb/asm/FieldWriter.class jruby/objectweb/asm/Frame.class {noformat} This causes a conflict which attempting to use the thinner non-complete JAR within TorqueBox. JBossAS version-manages us down to a different older version of ASM and *boom*. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email