2 Replies Latest reply on Jul 19, 2011 6:33 PM by mschwartzma

    Compiling EE applications against AS7

    mvecera

      Hello,

       

      I have a simple JavaEE application with session beans and a couple of Servlets using Ant as its build system. With AS5 I used to have my classpath configured to several locations in the server and everything worked.

       

      With AS7 it seems to be a nightmare to configure my classpath. Is there any recommended solution (except for using Maven) or any tool that could generate the classpath?

       

      I'm also afraid that module paths will make my classpath too long for the operating system...

       

      Thanks,

      Martin