karlpauls commented on issue #54: URL: https://github.com/apache/felix-atomos/issues/54#issuecomment-1123902692
At least for Felix, I don't think ```org.osgi.framework.storage.clean``` works as a system property. It will work if used as a framework property. In other words, for Felix, I think you need to pass it as an argument to the Atomos launcher - i.e., something like: ``` java -cp "bundles/*" org.apache.felix.atomos.Atomos org.osgi.framework.storage.clean=onFirstInit ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
