[
https://issues.apache.org/jira/browse/FELIX-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555641#action_12555641
]
Richard S. Hall commented on FELIX-426:
---------------------------------------
I created a simple bundle with the following structure:
META-INF/MANIFEST.MF
org/apache/felix/test/classloading/Activator.class
classpath/org/apache/felix/test/classloading/directory/Hello.class
And with:
Bundle-ClassPath: .,classpath
My activator was able to create an instance of Hello, so the simple case
appears to be working. I definitely need more help to reproduce any issues.
> Bundle-Classpath is not working with directories as expected.
> -------------------------------------------------------------
>
> Key: FELIX-426
> URL: https://issues.apache.org/jira/browse/FELIX-426
> Project: Felix
> Issue Type: Bug
> Components: Framework
> Affects Versions: 1.0.0
> Environment: Windows XP / Ubuntu Linux
> Reporter: Lucas Galfaso
> Attachments: FELIX-426.patch
>
>
> The manifest entry Bundle-Classpath is not working as expected when
> directories are specified.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.