| Access source bundles for unpacked plugins with a code-jar [message #1689858] |
Tue, 24 March 2015 09:56  |
Eclipse User |
|
|
|
I'm integrating PyDev into an RCP product and hence am frequently accessing PyDev's classes. I do have source bundles generated by tycho for PyDev and they are part of the target platform but unfortunately Eclipse does not pick them up automatically like it does for other plugins (like the eclipse base plugins for rcp apps).
The PyDev plugins are a little special in that they are set to be unpacked when installed into an Eclipse instance (and this works fine) since they contain python source code that is being accessed when using PyDev by a python process. At the same time these plugins have all their actual java class files inside another jar thats placed inside the plugin jar. Again there's no issue using or loading this when using the final product or starting a launch config, but I think this somehow breaks Eclipse source-lookup feature.
I'm wondering wether there's something in the plugins metadata or a setting in Eclipse to help it figure out that the source bundles are meant to be set as source-location for the jar's inside the PyDev plugins?
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.08192 seconds