我正在开发一个依赖于 Eclipse 平台 4.2 (Juno) 的 Eclipse 插件,并且不能安装在旧版本的 Eclipse 上。当用户尝试在旧的 Eclipse 上安装我的插件(通过更新站点)时,Eclipse 安装程序会阻止他并显示以下消息:
Cannot complete the install because one or more required items could not be found.
Software being installed: Feature 1.0.3 (com.test.feature.feature.group 1.0.3)
Missing requirement: Test 1.0.3 (com.test 1.0.3) requires 'bundle org.eclipse.core.runtime 3.8.0' but it could not be found
Cannot satisfy dependency:
From: Feature 1.0.3 (com.test.feature.feature.group 1.0.3)
To: com.test 0.0.0
没有多少人可以从这个错误消息中理解他们所需要的只是更新版本的 Eclipse。我想更改此消息并显示如下内容:
“安装时出错:此插件需要 Eclipse 版本 4.2 (Juno) 或更高版本”
这甚至可能吗?