[
https://issues.apache.org/jira/browse/GERONIMO-4807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745933#action_12745933
]
Kevan Miller commented on GERONIMO-4807:
----------------------------------------
That would be great!
For trunk and branches/2.2, look at the toResources(Set) method in:
framework/modules/geronimo-kernel/src/main/java/org/apache/geronimo/kernel/repository/ClassLoadingRule.java
For branches/2.1, look at the toResources(String[]) method in:
branches/2.1/framework/modules/geronimo-kernel/src/main/java/org/apache/geronimo/kernel/config/MultiParentClassLoader.java
> Hidden-classes does not support excluding files
> -----------------------------------------------
>
> Key: GERONIMO-4807
> URL: https://issues.apache.org/jira/browse/GERONIMO-4807
> Project: Geronimo
> Issue Type: New Feature
> Security Level: public(Regular issues)
> Components: deployment
> Affects Versions: 2.2
> Environment: OS X 10.5, Java 6
> Reporter: Trygve Hardersen
>
> It is not possible to exclude files with a "." in the file name using the
> "hidden-classes" classloader functionality. Example:
> build.properties --> a file that lives on the root of a JAR in a parent
> classloader
> When creating a "hidden-classes" filter on "build.properties", it is treated
> as build/properties, which would be correct for a Java class, but not for a
> plain file.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.