You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2015/03/17 07:58:40 UTC

[jira] [Closed] (FELIX-3597) Hard to debug fileinstall because shaded classes lack source in -sources.jar

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

Carsten Ziegeler closed FELIX-3597.
-----------------------------------

> Hard to debug fileinstall because shaded classes lack source in -sources.jar
> ----------------------------------------------------------------------------
>
>                 Key: FELIX-3597
>                 URL: https://issues.apache.org/jira/browse/FELIX-3597
>             Project: Felix
>          Issue Type: Wish
>          Components: File Install
>    Affects Versions: fileinstall-3.2.2
>         Environment: Apache Karaf 2.2.7, IDEA 10.5
>            Reporter: Chris Dolan
>            Assignee: Guillaume Nodet
>            Priority: Minor
>             Fix For: fileinstall-3.2.6
>
>
> fileinstall uses bnd arguments to slurp in classes from other jars:
> {code}
> <Embed-Dependency>
>        org.apache.felix.configadmin;inline="org/apache/felix/cm/file/ConfigurationHandler.*",
>        org.apache.felix.utils;inline="org/apache/felix/utils/collections/DictionaryAsMap*.*"
> </Embed-Dependency>
> {code}
> However, this does not pull the sources for those classes into the fileinstall-sources.jar file. This makes it difficult to debug into the classes (specifically, I got stuck trying to debug a parsing problem in ConfigurationHandler)
> I'm guessing this isn't the fault of fileinstall at all but instead is the fault of the maven plugin that does the shading...



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