Add support for wildcards in the <classpath><location> element in servicemix.xml
--------------------------------------------------------------------------------

                 Key: SM-970
                 URL: https://issues.apache.org/activemq/browse/SM-970
             Project: ServiceMix
          Issue Type: Improvement
          Components: servicemix-lwcontainer
    Affects Versions: 3.1
            Reporter: Michal Palicka


Hello, 

we are using service units based on servicemix-lwcontainer.
In many cases the service units depend on many dependencies (direct or 
transitive), that also change during the development.
It would be very helpful, if we could specify the classpath using a wildcard 
instead of a list of individual dependencies.

Current status:
<classpath>
    <location>.</location>
    <location>./lib/lib1.jar</location>
    <location>./lib/lib2.jar</location>
    ...
     <location>./lib/libn.jar</location>
</classpath>

Desired status:
<classpath>
    <location>.</location>
    <location>./lib/*.jar</location>
</classpath>

Thank you.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to