You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by "Michaël (JIRA)" <ji...@apache.org> on 2017/01/25 10:05:26 UTC

[jira] [Closed] (CELIX-393) add_bundle does not work with target libraries.

     [ https://issues.apache.org/jira/browse/CELIX-393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michaël closed CELIX-393.
-------------------------
    Resolution: Fixed

> add_bundle does not work with target libraries.
> -----------------------------------------------
>
>                 Key: CELIX-393
>                 URL: https://issues.apache.org/jira/browse/CELIX-393
>             Project: Celix
>          Issue Type: Bug
>            Reporter: Michaël
>            Priority: Minor
>         Attachments: 0001-In-add_bundle-added-a-switch-between-target-activato.patch
>
>
> To determine the activator of a bundle the property BUNDLE_ACTIVATOR is set to the filename of the activator library.
>  
> When passing an activator library to a bundle it will try to get the filename of the library. Which works when using find_library (for existing libraries), but not for generated libraries. The passed file name is invalid.
> The attached patch file fixes the issue by switching between target and non target libraries.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)