0 Replies Latest reply on Oct 25, 2017 6:44 PM by javaengineer

    How to deploy compressed archives?

    javaengineer

      Working with Eclipse Neon and JBoss Tools 3.2.4 on Windows 7, and with Wildfly 10 runtime.  When I deploy my application, my projects wind up in the lib directory as class files (they actually wind up in subdirectories that are named after jar files).  I have played with various options on the Deployment property page, including the checkbox for "Deploy Projects as Compressed Archives".  When that checkbox is enabled, either it has no effect, or deployment fails completely.  With an older release of Eclipse (Luna) and JBoss Tools, this used to work correctly: my projects were deployed as jars to the lib directory, rather than being deployed as directories of class files.  How can I enable the old behavior that I had with Luna?

       

      Thanks