[Pydev-code] PyDev Build doesn't explode bundles
Brought to you by:
fabioz
From: Mark L. <mid...@ve...> - 2016-02-29 21:52:27
|
I'm doing a PyDev build so I can incorporate a modified version of PyDev in my app which I'm releasing today. I add the generated p2 repo to my target platform, but when I launch the runtime workbench I get lots of errors because apparently the org.python.pydev.jython bundle needs to be exploded rather than in jar form. (the error message is "Can't find relative path:. within:org.python.pydev.jython_4.5.2.201602292131 [710]") The maven pom file seems to be configured to explode all bundles. I also tried adding unpack="true" for org.python.pydev.jython in feature.xml. Still the p2 site is created with jar files. Does anyone know how I can create a p2 site with exploded bundles, or at least the jython bundle exploded? -Mark |