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). -----Original Message----- From: Scott M Stark Sent: Monday, May 08, 2006 11:53 AM 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 The _module-hibernate-int-most still has to handle the base hibernate jars needed for the har deployer. Config specific to the javaee5 jpa/ejb3 needs to be in the setup-ejb3-dist target that is only run when building with java5. > -----Original Message----- > From: Steve Ebersole > Sent: Monday, May 08, 2006 9:37 AM > To: jboss-development@lists.sourceforge.net; Scott M Stark; > Dimitris Andreadis; Emmanuel Bernard; Bill Burke > Subject: RE: [JBoss-dev] RE: Hibernate, HA, ,HEM, antlr > versions in Branch_4_0 > > So where should that move to now? > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Ruel Loehr > Sent: Monday, May 08, 2006 11:15 AM > To: jboss-development@lists.sourceforge.net; Scott M Stark; > Dimitris Andreadis; Emmanuel Bernard; Bill Burke > Subject: RE: [JBoss-dev] RE: Hibernate, HA, ,HEM, antlr > versions in Branch_4_0 > > Yes. Hibernate-int is the entity that has been managing where those > jars should be placed in the server dist. > > Ruel Loehr > JBoss QA > > ----------------------------- > 512-342-7840 ext 2011 > Yahoo: ruelloehr > Skype: ruelloehr > AOL: dokoruel ------------------------------------------------------- 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