[jboss-jira] [JBoss JIRA] Updated: (JBCL-173) Allow for regexp root in <classloader>

Ales Justin (JIRA) jira-events at lists.jboss.org
Thu Jul 15 11:17:59 EDT 2010


     [ https://jira.jboss.org/browse/JBCL-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ales Justin updated JBCL-173:
-----------------------------

        Summary: Allow for regexp root in <classloader>  (was: Allow for wildcard root in <classloader>)
    Description: 
We should be able to support regular expressions in <classloader>'s root element.
e.g.
  <classloader xmlns="urn:jboss:classloader:1.0" name="wc">
     <root>${test.dir}/?root-re-pattern=[a-z0-9]+\.jar</root>


  was:
We should be able to support wildcards in <classloader>'s root element.
e.g.
  <classloader xmlns="urn:jboss:classloader:1.0" name="wc">
     <root>${test.dir}/*.jar</root>




> Allow for regexp root in <classloader>
> --------------------------------------
>
>                 Key: JBCL-173
>                 URL: https://jira.jboss.org/browse/JBCL-173
>             Project: JBoss ClassLoader
>          Issue Type: Feature Request
>          Components: ClassLoader, MetaData, VFS
>            Reporter: Ales Justin
>            Assignee: Ales Justin
>             Fix For: JBossCL.2.2.0.Beta1
>
>
> We should be able to support regular expressions in <classloader>'s root element.
> e.g.
>   <classloader xmlns="urn:jboss:classloader:1.0" name="wc">
>      <root>${test.dir}/?root-re-pattern=[a-z0-9]+\.jar</root>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list