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

Support wildcards in module.xml resource-root elements

XMLWordPrintable

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

      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>
      

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

                Created:
                Updated:
                Resolved: