为什么 IntelliJ 不显示最新版本的 Grails 插件?
我在 IntelliJ 10 上使用其开箱即用的 Grails 工具 (Grails 1.3.7)。我可以从 IDE 获取 Grails 插件列表(Grails -> Plugins 菜单项),但它不如我从 OSX 终端执行 grails list-plugin
时获取的列表更新(还有 Grails 1.3.7)。
例如,IntelliJ 当前显示 mongodb 插件版本为 1.0-M4,但命令行显示为 1.0-M5。 Grails.org 也说 1.0-M5。
我怎样才能获得 IntelliJ,以便向我显示与 Grails.org 相同的 Grails 插件列表?
PS:是的,我知道我仍然可以从命令行安装插件。
PPS:我尝试从 IDE 刷新 Grails 插件列表(Grails -> 插件菜单项,然后单击重新加载)。
I'm on IntelliJ 10 using its out of the box Grails tools (Grails 1.3.7). I can get a list of Grails plugins from the IDE (the Grails -> Plugins menu item), but it's not as current as the list I get when I execute grails list-plugin
from OSX Terminal (also Grails 1.3.7).
For example, IntelliJ currently shows the mongodb plugin to be version 1.0-M4 but command line says 1.0-M5. Grails.org also says 1.0-M5.
How can I get IntelliJ so show me the same list of Grails plugins that Grails.org has?
PS: Yes, I know I can still install plugins from the command line.
PPS: I have tried refreshing the list of Grails plugins from the IDE (the Grails -> Plugins menu item, then click reload).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我无法重现这个问题。在我的机器 IDEA 上显示“1.0-M5”。 IDEA 从 %USER_HOME%/.grails/1.3.7/plugins-list-grailsCentral.xml 获取插件及其版本列表。 Grails 使用相同的文件。
你能看看这个文件中设置的是哪个版本吗? (查找字符串'<插件名称=“mongodb”')
I cannot reproduce this issue. On my machine IDEA shows "1.0-M5". IDEA gets list of plugin and its versions from %USER_HOME%/.grails/1.3.7/plugins-list-grailsCentral.xml. Grails uses the same file.
Could you look which version is set in this file? (find string '<plugin name="mongodb"')