Native library extraction could be improved to help cases where there are 
dependencies among libraries
------------------------------------------------------------------------------------------------------

                 Key: FELIX-1731
                 URL: https://issues.apache.org/jira/browse/FELIX-1731
             Project: Felix
          Issue Type: Bug
          Components: Framework
    Affects Versions: felix-2.0.0
            Reporter: Richard S. Hall
            Assignee: Richard S. Hall
            Priority: Minor
             Fix For: felix-2.0.1


Sometimes native libraries have dependencies on other native libraries. OSGi 
doesn't really support this situation. However, certain approaches to 
extracting native libraries makes it possible to hack up a solution. With 
framework 2.0.0, the cache layout was changed to extract each native library 
into its own directory to account for the fact that fragments with native 
libraries may attach to multiple hosts. Unfortunately, this change makes it not 
possible to employ such hacks to resolve native library dependencies. We could 
probably change the approach slightly to make such hacks work again.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to