Good to know. Thanks to all. From: Guillaume Nodet [mailto:[email protected]] Sent: Monday, August 29, 2016 1:36 PM To: user <[email protected]> Subject: Re: Regarding etc directory
Yes, that's doable with file install 3.5.2. You can use the flag felix.fileinstall.subdir.mode = jar | skip | recurse 2016-08-29 19:34 GMT+02:00 Achim Nierbeck <[email protected]<mailto:[email protected]>>: Afaik the version used by 4.0.x is already capable of handling subdirectories. I think there was a bug about that and it is fixed in that version. Just give it a try. Maybe you still need to add them to the cfg, but I know it's possible. Regards, Achim 2016-08-29 18:03 GMT+02:00 Leschke, Scott <[email protected]<mailto:[email protected]>>: Thank you. I was aware of this but I guess I really didn’t think it all the way through. Simply creating a FileInstall config should meet my needs just fine, although I do agree that a ‘recursive’ option might be a nice addition. From: Nick Baker [mailto:[email protected]<mailto:[email protected]>] Sent: Monday, August 29, 2016 10:01 AM To: [email protected]<mailto:[email protected]> Subject: Re: Regarding etc directory /etc is just an Apache FileInstall configuration [1]. You can create as many as you'd like or even do so programmatically. We've gone the programmatic route in the past before Karaf to group together bundles in a hierarchical structure. The same can be done for configurations. Unfortunately there's no recursive capability to FileInstall. That would make a neat enhancement. [1] http://felix.apache.org/documentation/subprojects/apache-felix-file-install.html Apache Felix - Apache Felix File Install<http://felix.apache.org/documentation/subprojects/apache-felix-file-install.html> felix.apache.org<http://felix.apache.org> Apache Felix File Install. File Install is a directory based OSGi management agent. It uses a directory in the file system to install and start a bundle when it is ... ________________________________ From: Leschke, Scott <[email protected]<mailto:[email protected]>> Sent: Monday, August 29, 2016 10:47:52 AM To: [email protected]<mailto:[email protected]> Subject: Regarding etc directory I’m curious if it’s possible to configure Karaf/fileinstall to look in subdirectories within the KARAF_BASE/etc directory so that all .cfg files for an app can be grouped? Scott -- Apache Member Apache Karaf <http://karaf.apache.org/> Committer & PMC OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer & Project Lead blog <http://notizblog.nierbeck.de/> Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS> Software Architect / Project Manager / Scrum Master -- ------------------------ Guillaume Nodet ------------------------ Red Hat, Open Source Integration Email: [email protected]<mailto:[email protected]> Web: http://fusesource.com<http://fusesource.com/> Blog: http://gnodet.blogspot.com/
