[
https://issues.apache.org/jira/browse/CXF-2833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp reopened CXF-2833:
------------------------------
I'm re-opening this as it's not working for me. The bundles in eclipse still
aren't showing the source. However, it might be a Helios thing or something
specific to my eclipse setup (which is completely mangled right now).
Christian, can you try with tomorrows 2.2.10-SNAPSHOT (or 2.3.0-SNAPSHOT) or
build your own to see if it works for you? If not, any way you can try
various other Manifest entries to see if anything will get it to work?
> Source jars for osgi jars should work in Eclipse PDE mode
> ---------------------------------------------------------
>
> Key: CXF-2833
> URL: https://issues.apache.org/jira/browse/CXF-2833
> Project: CXF
> Issue Type: Improvement
> Components: OSGi
> Affects Versions: 2.2.8
> Reporter: Christian Schneider
> Assignee: Daniel Kulp
> Priority: Minor
> Fix For: 2.2.10
>
>
> Currently the source jar of osgi bundles like cxf bundle minimal does not
> contain the necessary entries for eclipse to recognize it. The missing
> entries are:
> Bundle-SymbolicName: org.apache.cxf.cxf-bundle-minimal.source
> Eclipse-SourceBundle:org.apache.cxf.cxf-bundle-minimal;version="2.3.0.qualifier"
> Bundle-Version: 2.3.0.qualifier
> In camel there was a similar issue that could be ssolved with the
> maven-source-plugin:
> https://issues.apache.org/activemq/browse/CAMEL-2734
> In this case the shade plugin is used and I am not sure how to influence the
> manifest of the source jar. Any idea how to do this?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.