Converting multiple depended jar files to geather as single bundle | Community
Skip to main content
vasimakram
New Participant
November 24, 2015
Solved

Converting multiple depended jar files to geather as single bundle

  • November 24, 2015
  • 3 replies
  • 814 views

Hi,

Hi I have 10 jar files. They are interlinked each other. How to convert all jar files together as single OSGI bundle?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

hi 

Please have a look at this forum post:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__5vki-all_i_have_crea.html

I hope this would help you.

Or 

Link:- http://www.cqblueprints.com/tipsandtricks/build-and-deploy-osgi/deploy-third-party-libs.html#Next configure the bundle plugin.

I hope this would help you.

Thanks and Regards

Kautuk Sahni

 

Thanks and Regards

Kautuk Sahni

3 replies

kautuk_sahni
kautuk_sahniAccepted solution
Employee
November 24, 2015

hi 

Please have a look at this forum post:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__5vki-all_i_have_crea.html

I hope this would help you.

Or 

Link:- http://www.cqblueprints.com/tipsandtricks/build-and-deploy-osgi/deploy-third-party-libs.html#Next configure the bundle plugin.

I hope this would help you.

Thanks and Regards

Kautuk Sahni

 

Thanks and Regards

Kautuk Sahni

Kautuk Sahni
vasimakram
New Participant
November 24, 2015

I am using third party jar files. They don't have any artifactId's. Then How to include in Embed depency ?

Employee
November 24, 2015

If these jar files will only be used by this bundle, then consider embedding them into your bundle. You can create a bundle for the jar files as well[2]

Regards,

Opkar

[1] http://www.sergiolopes.eu/2014/04/adding-jars-to-osgi-bundles-with-maven/

[2] http://www.cqblueprints.com/tipsandtricks/build-and-deploy-osgi/deploy-third-party-libs.html