Re: [hibernate-dev] CGLIB

2008-05-20 Thread Steve Ebersole
Since it is really ASM for which we are interested in isolation, I guess we would take the cglib-nodep jar which 'bundles' ASM as net.sf.cglib.asm (perhaps via jarjar as well) and run jarjar on that to repackage net.sf.cglib -> org.hibernate.cglib (or some-such). Is that your understanding

Re: [hibernate-dev] CGLIB

2008-05-20 Thread Emmanuel Bernard
Maybe you can write a jarjarjar maven plugin ;) On May 20, 2008, at 13:28, Steve Ebersole wrote: Since it is really ASM for which we are interested in isolation, I guess we would take the cglib-nodep jar which 'bundles' ASM as net.sf.cglib.asm (perhaps via jarjar as well) and run jarjar on

Re: [hibernate-dev] CGLIB

2008-05-20 Thread Mark Hobson
2008/5/20 Emmanuel Bernard <[EMAIL PROTECTED]>: > Maybe you can write a jarjarjar maven plugin ;) Check the maven-shade-plugin for similar functionality: http://maven.apache.org/plugins/maven-shade-plugin/index.html Mark ___ hibernate-dev mailing list