But that's what I am trying to change ;) I am trying to make the bundled Hibernate use the Javassist bytecode provider stuff.
But, if I simply remove the Hibernate -> cglib/asm dependency (from the hibernate component-info), then the AS build fails. -----Original Message----- From: Scott M Stark Sent: Monday, May 08, 2006 12:32 PM To: Steve Ebersole; 'jboss-development@lists.sourceforge.net'; Dimitris Andreadis; 'Emmanuel Bernard'; Bill Burke Subject: RE: [JBoss-dev] RE: Hibernate, HA, ,HEM, antlr versions in Branch_4_0 They should remain in the _module-hibernate-int-most if hibernate as integrated into jbossas has these dependencies. > -----Original Message----- > From: Steve Ebersole > Sent: Monday, May 08, 2006 10:23 AM > To: Scott M Stark; 'jboss-development@lists.sourceforge.net'; > Dimitris Andreadis; 'Emmanuel Bernard'; Bill Burke > Subject: RE: [JBoss-dev] RE: Hibernate, HA, ,HEM, antlr > versions in Branch_4_0 > > I understand that. What I am asking is how should cglib and > asm jars be moved into the dist directories now? > > > > <target name="_module-hibernate-int-most"> > <property name="_module.name" value="hibernate-int" > override="true"/> > <property name="_module.output" override="true" > value="${project.root}/${_module.name}/output"/> > > <mkdir dir="${install.all.lib}"/> > > <!-- The hibernate-int module output --> > <copy todir="${install.all.lib}" filtering="no"> > <fileset dir="${_module.output}/lib" includes="*.jar" /> > </copy> > > <!-- The hibernate jar --> > <copy todir="${install.all.lib}" filtering="no"> > <fileset dir="${hibernate.lib}" includes="*.jar" /> > </copy> > > <!-- ASM jars (cglib dependency) > <copy todir="${install.all.lib}" filtering="no"> > <fileset dir="${asm.asm.lib}" includes="*.jar" /> > </copy> > --> > > <!-- ANTLR jar --> > <copy todir="${install.all.lib}" filtering="no"> > <fileset dir="${antlr.antlr.lib}" includes="*.jar" /> > </copy> > > <!-- CGLIB jar > <copy todir="${install.all.lib}" filtering="no"> > <fileset dir="${cglib.lib}" includes="*.jar"/> > </copy> > --> > > <!-- Commons collections jar --> > <copy todir="${install.all.lib}" filtering="no"> > <fileset dir="${apache.collections.lib}" includes="*.jar"/> > </copy> > > </target> > > > Where should those 2 copies happen now? Should I just leave > it there (I commented it out because it fails unless cglib > and asm are dependencies of the hibernate component). ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development