之前我没有开发eclipse插件,我不知道它是怎么回事,但我想知道因为GPE现在是开源的,是否很容易重新编译plugin source以生成与eclipse 4.1或4.2兼容的版本还是需要有插件开发经验的人?
答案 0 :(得分:8)
您可以尝试新的更新网站:http://dl.google.com/eclipse/plugin/4.2(参考:https://groups.google.com/d/msg/google-web-toolkit/xUZStgMUXlw/u6HacNDLYagJ)
答案 1 :(得分:3)
删除了原始答案,因为它已被弃用。使用seanf的答案和新的更新站点链接。
答案 2 :(得分:2)
以下是有关如何在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