Hi Sebastien, JB, I'm working to make some gradle plugins for karaf to match and extend functionalities of maven one:
https://github.com/lburgazzoli/gradle-karaf-features-plugin https://github.com/lburgazzoli/gradle-karaf-distribution-plugin https://github.com/lburgazzoli/gradle-karaf-plugin At the moment only the first one has something working (karaf fetures file generaton and kar archive), the others two are a placeholder for my future work and I think all will be part of gradle-karaf-plugin. I'd love to have some inputs on what you'd may expect, code contributions and I'd also love to contribute them to Karaf project if you think they are good enough. Regards, Luca On Tue, Dec 22, 2015 at 3:00 PM, Jean-Baptiste Onofré <[email protected]> wrote: > Hi Sébastien, > > I'm not aware of such effort for now. In the karaf boot roadmap, I planned > to add gradle plugin support (in addition of the Maven one), but nothing is > done yet. > > Regards > JB > > > On 12/22/2015 02:56 PM, DERIES Sebastien wrote: > >> Hi, >> >> We currently make an application that uses Karaf 4.X. Our application is >> assembled using maven and karaf-maven-plugin. It uses blueprint or bean >> and service declaration. >> >> Some colleagues of mine would like to move to gradle instead of maven. >> >> Has anyone of you ported a karaf based application from a maven build to >> a gradle build? >> >> For the moment, I successfully built an OSGi bundle without blueprint >> with gradle. However, when I add blueprint configuration, it is not >> parsed and the generated MANIFEST.MF does not contain “blueprint >> imported packages”. >> >> Do you know any blueprint gradle plugin or a way to correctly generate >> the manifest? >> >> Regards. >> >> Seb >> >> [@@ THALES GROUP INTERNAL @@] >> >> > -- > Jean-Baptiste Onofré > [email protected] > http://blog.nanthrax.net > Talend - http://www.talend.com >
