1 Reply Latest reply on Feb 8, 2017 3:49 PM by ctomc

    How to use a wildlfly built from master branch in IntelliJ

    yersan

      Hello,

       

      I'm trying to have a development built version of wildfly as a server in IntelliJ, so I can create a test project and use hot deployments and other features included in the IDE after update the master branch from git repository.

      It seems it's not possible because after built it there are missing jar files in the module folder, for example in a development built version files like WILDFLY_HOME/modules/system/layers/base/org/jboss/as/version/main/wildfly-version-xx.jar doesn't exist. Without this file the IDE is unable to detect it as a valid server.

       

      Do you know how to make it work?

      Is there any procedure to create the wildfly-version-xx.jar file?

       

      Thanks in advance