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

ant release: server/all/{lib,deploy} is copied to server/default/{lib,deploy}

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Minor
    • None
    • JBossAS-4.0.1 SP1
    • Build System
    • None

    Description

      When building jboss (ant release), the whole jboss/server/all/lib directory gets copied to jboss/server/default/lib/ and thus one
      has a useless jboss/server/default/lib/lib which increases the distribution size about 17 MB.
      Same counts for the deploy directory, which increases the distribution size about 23 MB.
      So removing the unused directories would reduce the complete package to about 60% of its original size ...

      Quick and dirty fix:

      1. RC1 bug
        [ -d ${PROTO}/server/standard/deploy/deploy ] && \
        rm -rf ${PROTO}/server/standard/deploy/deploy
      2. SP1 bug
        [ -d ${PROTO}/server/default/deploy/deploy ] && \
        rm -rf ${PROTO}/server/default/deploy/deploy
        [ -d ${PROTO}/server/default/lib/lib ] && \
        rm -rf ${PROTO}/server/default/lib/lib

      Attachments

        Activity

          People

            ruel.loehr Ruel Loehr (Inactive)
            elkner Jens Elkner (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 10 minutes
                10m
                Remaining:
                Remaining Estimate - 10 minutes
                10m
                Logged:
                Time Spent - Not Specified
                Not Specified