golauty

Results 5 comments of golauty

If somebody has the same issue, something is wrong with your plugin.xml. In my case there was additional character inside the xml.

@akhikhl Did you make any progress in that topic? @petarov What approach do you currently use to transfer a p2 repo to maven?

@petarov I used method 2 to mavenize my bundles. I had a large folder with multiple jars and managed to use a local zip file. I used following script: ```...

I solved this problem by adding "org.apache.commons.logging" to "Require-Bundle" section in the manifest. Could this be a bug that the "Fragment-Host" section is not added to required bundle dependencies?

@akhikhl I tried this with my legacy app and did not understand the output i got. I had hoped that i can write all the osgi bundels and plugins i...