0 Replies Latest reply on Jun 18, 2014 4:11 PM by praneshinjboss

    Create ant build.xml to compile JBoss 7 modules libraries

    praneshinjboss

      Hello,

       

      I want to remodify ant build script to compile the classes at compile time in ANT.

      JBoss 7 is the version I'm using and how can I reference all the libs/modules in JBoss_Home/modules dir.

       

      As in earlier JBoss version, we have server/lib directory & in ANT we call jboss.server.lib to include all libs for javac to compile. But in JBoss 7, since it is module structure, is there a way in ANT to include all libs instead of referencing each & every jar like abc/xyz/main/123.jar.

       

      Please advice.