1 Reply Latest reply on Jun 18, 2013 1:38 AM by jaikiran

    JBoss Modules in classpath

    andreypolozov

      Is it possible to get list of jar files associated with particular module?

      I'd like to have ability of referring a module by its name ("a.b.c") in classpath for Ant tasks.

       

      (I know that it's not kosher to use Ant nowadays, but for several reasons we can't use Maven repository...)

        • 1. Re: JBoss Modules in classpath
          jaikiran

          Andrey Polozov wrote:

           

          Is it possible to get list of jar files associated with particular module?

          I'd like to have ability of referring a module by its name ("a.b.c") in classpath for Ant tasks.

           

          Those 2 sentences sound unrelated to one another. What exactly are you trying to do. It's fine if you are using Ant tasks, but I don't understand if you are trying to use any existing Ant task or writng one of your own?