[DISCUSS] Generate the Karaf feature.xml as part of the driver build?

2020-03-11 Thread Christofer Dutz
Hi all, as you know we also produce one driver in a karaf-osgi-bundle-version .. the s7 driver. This had a manually written feature.xml which had to be maintained manually. I would like to propose to use the karaf-maven-plugin to have this generated as part of the driver build itself. Then the

Re: [DISCUSS] Generate the Karaf feature.xml as part of the driver build?

2020-03-11 Thread Robinet, Etienne
Hi Chris, I think this is an excellent idea! When I am done with the EIP I could try and give you a hand on this. Etienne Le mer. 11 mars 2020 à 08:22, Christofer Dutz a écrit : > Hi all, > > as you know we also produce one driver in a karaf-osgi-bundle-version .. > the s7 driver. > This had a

Re: [DISCUSS] Generate the Karaf feature.xml as part of the driver build?

2020-03-11 Thread Julian Feinauer
Hi, full Ack with you Chris. I will probably work on adding the others soon as I am working on a Karaf based server atm. Best Julian Am 11.03.20, 08:32 schrieb "Robinet, Etienne" <43...@etu.he2b.be>: Hi Chris, I think this is an excellent idea! When I am done with the EIP I could try

Re: [DISCUSS] Generate the Karaf feature.xml as part of the driver build?

2020-03-11 Thread Christofer Dutz
Hi all, Well actually if the S7 one works, I guess all I have to do is move the plugin configuration up one level and then it will apply for all drivers with no manual need for action. Just thought we should check if I'm not fucking things up. Chris Am 11.03.20, 16:42 schrieb "Julian Feinau

Re: [DISCUSS] Generate the Karaf feature.xml as part of the driver build?

2020-03-11 Thread Cesar Garcia
Hi Chris, 1+, Excellent Best regards, El mié., 11 mar. 2020 a las 12:17, Christofer Dutz (< christofer.d...@c-ware.de>) escribió: > > Hi all, > > Well actually if the S7 one works, I guess all I have to do is move the > plugin configuration up one level and then it will apply for all drivers >

Re: [DISCUSS] Generate the Karaf feature.xml as part of the driver build?

2020-03-11 Thread Łukasz Dywicki
I would hold here for a moment.. If you generate feature file for each and every driver you have then all of them will look like very long list of everything and installation of every next driver might cause reloading of the other one as they share dependencies. I opt for half hand written and ha