You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Jean-Baptiste Onofré (Commented JIRA)" <ji...@apache.org> on 2012/01/23 15:16:41 UTC

[jira] [Commented] (SMX4-919) Need source jar for all bundles

    [ https://issues.apache.org/jira/browse/SMX4-919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13191169#comment-13191169 ] 

Jean-Baptiste Onofré commented on SMX4-919:
-------------------------------------------

I added a shade configuration in order:
- to shade the dependency sources artifact
- to include the ServiceMix bundle pom.xml (and pom.properties)
- to include the META-INF/MANIFEST generated by the maven-bundle-plugin
                
> Need source jar for all bundles
> -------------------------------
>
>                 Key: SMX4-919
>                 URL: https://issues.apache.org/jira/browse/SMX4-919
>             Project: ServiceMix 4
>          Issue Type: Wish
>          Components: Bundles
>            Reporter: Chris Dolan
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>
> It's extremely difficult to debug into the third-party libraries bundled by ServiceMix. The specific one that's causing me trouble today is org.apache.servicemix.bundles.jaxb-impl_2.2.1.1_1. My IDE keeps trying to show me the source from the JDK 1.6, which has jaxb-impl 2.0 (I think). Obviously, the debugger doesn't line up for that mismatched source. It's a real hassle to go find the right source for the bundle and tell the IDE to use that source instead (only to have to redo it after re-importing my POM).
> As you can see here, Central lacks source for the jaxb-impl bundle
> http://search.maven.org/#artifactdetails%7Corg.apache.servicemix.bundles%7Corg.apache.servicemix.bundles.jaxb-impl%7C2.2.1.1_2%7Cbundle
> It looks like this has been solved for some bundles (this looks relevant -- https://issues.apache.org/jira/browse/SMX4KNL-55) and it would be great if that solution were applied to all bundled jars.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira