3 Replies Latest reply on Mar 13, 2007 4:26 AM by maxandersen

    Explode ear/war during publish

    holmes.j

      Is there way to set ear/war(s) published to a JBoss Server in an exploded style?

        • 1. Re: Explode ear/war during publish
          rob.stryker

          soon.

          • 2. Re: Explode ear/war during publish
            holmes.j

            How about a smart deployer for exploded wars.

            If all I touch is a javascript, css or jsp a full redeploy is not necessary. It'd be awesome if just the changed files got deployed to the server.

            But if a java file got changed, then redeploy the whole war.

            • 3. Re: Explode ear/war during publish
              maxandersen


              It's part of the idea.

              You basically just set up a set of include/excludes that states e.g. build/classes/**/*.class goes to /your.war/your.jar and webcontent/**/* goes to /your.war/WEB-INF etc.

              Then when a resource is changed it is matched against these include/excludes to see if it needs copying or deletion.

              The idea is then for each exclude/include to tell if a certain action needs execution (e.g. touch a descriptor)

              The last part won't be in the first release coming up soon afaik (marshall/rob?), but the rest is there now.