【发布时间】:2012-02-08 19:27:22
【问题描述】:
我以前没有开发过 eclipse 插件,我不知道它是怎么回事,但我想知道,因为 GPE 现在是开源的,重新编译 plugin source 以产生与 eclipse 4.1 或 4.2 兼容的版本是否容易?需要有插件开发经验的人吗?
【问题讨论】:
标签: eclipse google-app-engine gwt eclipse-plugin
我以前没有开发过 eclipse 插件,我不知道它是怎么回事,但我想知道,因为 GPE 现在是开源的,重新编译 plugin source 以产生与 eclipse 4.1 或 4.2 兼容的版本是否容易?需要有插件开发经验的人吗?
【问题讨论】:
标签: eclipse google-app-engine gwt eclipse-plugin
【讨论】:
删除了原始答案,因为它已被弃用。将 seanf 的答案与新的更新站点链接一起使用。
【讨论】:
这里是关于如何在 Eclipse Juno(候选发布版)上安装 Google 插件的分步指南。
也可以在https://plus.google.com/110140945975184013033/posts/ePFpQZYhPQq找到它
How to Install GWT Plugin for Eclipse on 3.8 or Juno:
1. Download zipped update site for 3.7
from http://code.google.com/eclipse/docs/install-from-zip.html
2. Unzip content.jar; rm content.jar
3. Edit content.xml; change
<required namespace='org.eclipse.equinox.p2.iu'
name='org.eclipse.platform.feature.group' range='[3.7.0,3.8.0)'/>
to
<required namespace='org.eclipse.equinox.p2.iu'
name='org.eclipse.platform.feature.group' range='3.7.0'/>
4. jar cMf content.jar content.xml (zip won't work)
5. Install from local update site
【讨论】: