1 Reply Latest reply on Oct 25, 2011 11:49 AM by zeeman

    Arquillian dependencies for use with JBoss AS6/7

    raylite3

      Hello,

       

      I want to use Arquillian without using Maven. The project has been around for a while and only uses Ant.

       

      I saw the list of dependencies required for using Glassfish in this question - http://community.jboss.org/message/622352

       

      If I want to use JBoss AS 6 (or AS7) instead of Glassfish, can someone please point me to the appropriate jar file to use?

      Cheers.

        • 1. Re: Arquillian dependencies for use with JBoss AS6/7
          zeeman

          I would use a simple test case with maven and assure it works. Then use mvn dependency:tree, it'll list all required jars including transitive ones. Then you can take that list and covert it to be used in your Ant script.

           

          There is a simple example from Arquillian github source.