2 Replies Latest reply on Feb 27, 2013 8:12 PM by zhouyaguo

    why we need to generate *-jandex.jar ? what is *-jandex.jar used for?

    zhouyaguo

      Hi, all:

       

      My steps:

       

      step1. git clone https://github.com/jbossas/jboss-as.git

      step2. vi jboss-as/build/build.xml

       

           I find the following section:

      <module-def name="org.jboss.resteasy.resteasy-atom-provider">

            <maven-resource group="org.jboss.resteasy" artifact="resteasy-atom-provider"  jandex="true"/>

      </module-def>

      step3. mvn install

      step4. After check the target folder "jboss-as-7.1.3.Final/modules/org/jboss/resteasy/resteasy-atom-provider/main", i found a file named resteasy-atom-provider-2.3.3.Final-jandex.jar which contains a binary file named META-INF/jandex.idx

       

      why we need to generate *-jandex.jar ? what is *-jandex.jar used for?

       

      Thanks in advance!

       

      Regards

      Yaguo Zhou