[jboss-jira] [JBoss JIRA] (WFLY-1524) Add main-class to the org.jboss.jandex module.xml to make it easier to run jandex

Brad Maxwell (JIRA) jira-events at lists.jboss.org
Thu Jun 13 17:05:55 EDT 2013


Brad Maxwell created WFLY-1524:
----------------------------------

             Summary: Add main-class to the org.jboss.jandex module.xml to make it easier to run jandex
                 Key: WFLY-1524
                 URL: https://issues.jboss.org/browse/WFLY-1524
             Project: WildFly
          Issue Type: Enhancement
          Components: Server
    Affects Versions: 8.0.0.Alpha1
            Reporter: Brad Maxwell
            Assignee: Jason Greene
            Priority: Minor


Adding main-class will let JBoss Modules know the class to run and allow you to run jandex via java -jar $JBOSS_HOME/jboss-modules -mp $JBOSS_HOME/modules org.jboss.jandex

<module xmlns="urn:jboss:module:1.1" name="org.jboss.jandex">
    ...
    <main-class name="org.jboss.jandex.Main"/>
    ...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list