Exploded deploy/admin-console.war directory contains duplicate jars
-------------------------------------------------------------------
Key: JBAS-7410
URL:
https://jira.jboss.org/jira/browse/JBAS-7410
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Build System
Reporter: Shelly McGowan
Assignee: Stan Silvert
Fix For: JBossAS-5.2.0.Beta1
The 1.3.2-SNAPSHOT jopr-embedded-jbas5.war includes:
376421 Sat Oct 17 09:31:58 EDT 2009 WEB-INF/lib/myfaces-api-1.2.7.jar
790849 Sat Oct 17 09:31:56 EDT 2009 WEB-INF/lib/myfaces-impl-1.2.7.jar
46725 Fri Oct 16 20:42:32 EDT 2009 WEB-INF/lib/commons-codec-1.3.jar
76017 Fri Oct 16 20:42:30 EDT 2009 WEB-INF/lib/commons-discovery-0.4-brew.jar
During the build, the admin-console.war is exploded. In addition, these same library jars
are copied from thirdparty resulting in the duplication - one with version/and one
without. Need to coordinate before tagging for beta release.
<!-- Install Admin Console -->
<mkdir dir="${install.server}/all/deploy/admin-console.war"/>
<unjar src="${org.jboss.jopr.lib}/jopr-embedded-jbas5.war"
dest="${install.server}/all/deploy/admin-console.war"/>
<copy todir="${install.server}/all/deploy/admin-console.war/WEB-INF/lib"
filtering="no">
<fileset dir="${apache.myfaces.lib}">
<include name="**/myfaces-api*.jar"/>
<include name="**/myfaces-impl*.jar"/>
</fileset>
<fileset dir="${apache.codec.lib}">
<include name="**/commons-codec*.jar"/>
<exclude name="**/*source*"/>
</fileset>
<fileset dir="${apache.discovery.lib}">
<include name="**/commons-discovery*.jar"/>
</fileset>
</copy>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira