Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-7410

Exploded deploy/admin-console.war directory contains duplicate jars

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 6.0.0.M1
    • None
    • Build System
    • None

    Description

      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>

      Attachments

        Activity

          People

            smcgowan@redhat.com Shelly McGowan (Inactive)
            smcgowan@redhat.com Shelly McGowan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: