Hide Forgot
project_key: EDG Just noticed some unneccessary jars being added to infinispan-server-rest.war, when creating EDG datagrid profile in https://anonsvn.jboss.org/repos/jbossas/branches/JBPAPP_5_1_datagrid/cluster/src/installers/datagrid/build.xml I would extend the last delete command: {code} <delete dir="${datagrid.deploy}/datagrid.sar/infinispan-server-rest.war/WEB-INF/lib/" includes="infinispan-core*, log4j*, slf4j*, jgroups*, river*, scala-library*, jboss-*"/> {code} to: {code} <delete> <fileset dir="${datagrid.deploy}/datagrid.sar/infinispan-server-rest.war/WEB-INF/lib"> <include name="activation*" /> <include name="javassist*" /> <include name="marshalling-api*" /> <include name="netty*" /> <include name="infinispan-*" /> <include name="log4j*" /> <include name="slf4j*" /> <include name="jgroups*" /> <include name="river*" /> <include name="scala-library*" /> <include name="jboss-*" /> </fileset> </delete> {code} because the lib contains dependencies that are duplicated in datagrid.sar and EAP itself... I can do the change myself, just want to gather opinions on this. WDYT ?
Sounds OK to me. Should I check in the change or are you supposed to do it? I'm just new to EAP process.
Yeah check it in if you will, please. I just offered help, because it's quite easy process for me too. I'm quite used to commiting to svn.jboss.org as opposed to infinispan's github :-)
Michal, I'm fine wit this too.
I don't have a write permission of the repository - I've just got the 'forbidden' error. Could someone add me there?
No permission yet
Release Notes Text: Added: Fix checked in as suggested. Thanks!
Fix checked in as suggested. Thanks! (Previously typed into a wrong field.)
Release Notes Text: Removed: Fix checked in as suggested. Thanks!
Docs QE Status: Removed: NEW