You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2008/01/03 18:33:33 UTC

[jira] Commented: (FELIX-426) Bundle-Classpath is not working with directories as expected.

    [ https://issues.apache.org/jira/browse/FELIX-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555615#action_12555615 ] 

Richard S. Hall commented on FELIX-426:
---------------------------------------

Lucas, could you be more precise about the issue you were seeing?

I am not sure your patch will work in general since it modifies JarContent directly, which will likely mean that it will only work for bundles that are packaged as a JAR file. Felix also supports bundles as exploded directories (i.e., DirectoryContent), which is why we have ContentDirectoryContent (dumb name, I know) in the first place, which is used so that content can be provided from the directory of another content.

So, I think we need to fix ContentDirectoryContent if there is a bug in it, not eliminate it.

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