Uploaded image for project: 'JBoss Modules'
  1. JBoss Modules
  2. MODULES-99

Support wildcards in module.xml resource-root elements

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Won't Do
    • Major
    • None
    • 1.0.2.GA
    • Core, Filters, XML
    • None

    Description

      It would be great if we could include all jars in a directory using something like the following simple syntax:

         <resources>
            <resource-root path="*.jar" /> //single folder
            <resource-root path="resources/*.jar" /> //single folder with prefix
            <resource-root path="**.jar" /> //recursive
            <resource-root path="resources/**.jar" /> //recursive with prefix
         </resources>
      

      Attachments

        Activity

          People

            dlloyd@redhat.com David Lloyd
            lincolnthree Lincoln Baxter III (Inactive)
            Votes:
            13 Vote for this issue
            Watchers:
            16 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: