What does the eclipse command-line argument "-clean" exactly does?
I am using eclipse kepler.
What does the eclipse command-line argument "-clean" exactly does?
I am using eclipse kepler.
eclipse 的命令行参数实际上有很好的记录: http ://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fruntime-options.html&anchor =osgiclean
由于 '-clean' 将与 'osgi.clean' 设置为 'true' 执行相同的操作,因此文档是这样说的:
如果设置为“true”,OSGi 框架和 eclipse 运行时使用的任何缓存数据都将被清除。这将清除用于存储捆绑依赖解析和 Eclipse 扩展注册表数据的缓存。使用此选项将强制 eclipse 重新初始化这些缓存。