Hi Ephemeris,
I missed the overide setting, thanks for the pointer.
Paul Fraser
On 25/9/22 18:28, Ephemeris Lappis wrote:
Hello.
I think you can change that using an option :
<configfile finalname="${karaf.etc}/myfile.cfg"
override="false">URL</configfile>
You should change the "override" value to "true"
See this page I've used for my own works :
https://karaf.apache.org/manual/latest/provisioning
I hope this will help you.
Regards.
Ephemeris Lappis
Le 25/09/2022 à 05:30, Paul Fraser a écrit :
Hi,
When using the config functionality in a feature file it creates a
config file in the karaf/etc directory.
In my case, if the config is changed in the feature file, when karaf
is rerun the config file in karaf/etc is not updated.
Is this the desired result?
It seems to me that the config file in etc should be upgraded.
Paul Fraser