tjwatson commented on issue #54:
URL: https://github.com/apache/felix-atomos/issues/54#issuecomment-1123914760

   The issue is Atomos main does not understand `-clean` argument for the 
equinox case.  For the `org.osgi.framework.storage.clean` property, that is a 
framework launch option.  Frameworks are not obligated to ready that from the 
System properties.  Only from the Map of properties passed to 
`org.osgi.framework.launch.FrameworkFactory.newFramework(Map<String, String>)` 
is able to set that.  As Karl says you can pass that as (non -D) arguments to 
Atomos main.  See org.apache.felix.atomos.Atomos.main(String...)


-- 
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]

Reply via email to