You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2007/06/20 16:42:33 UTC

[jira] Closed: (SM-970) Add support for wildcards in the element in servicemix.xml

     [ https://issues.apache.org/activemq/browse/SM-970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet closed SM-970.
------------------------------

    Resolution: Won't Fix

> 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.