简体   繁体   English

如何将 GWT 源代码导入 eclipse?

[英]How to import GWT source code into eclipse?

I'm trying to contribute to GWT Open Source project.我正在尝试为 GWT 开源项目做出贡献。 I'm in the very beginning step in importing the project into eclipse and learning how it works.我正处于将项目导入 eclipse 并了解其工作原理的第一步。

The GWT Source Code Repository can be found here: http://code.google.com/p/google-web-toolkit/source/checkout GWT 源代码存储库可在此处找到: http://code.google.com/p/google-web-toolkit/source/checkout

However, there are only ant build files in the source code and there aren't any project file there.但是,源代码中只有 ant 构建文件,那里没有任何项目文件。 I believe we do not usually edit the source files in... notepad and then compile using javac (correct me if i'm wrong).我相信我们通常不会在...记事本中编辑源文件,然后使用 javac 进行编译(如果我错了,请纠正我)。 Hence, I wonder how a normal open source contributor usually do to open the source code in his/her favorite IDE?因此,我想知道一个普通的开源贡献者通常如何打开他/她最喜欢的 IDE 中的源代码?

Detailed instructions for Eclipse 3.X can be found in the file {svn_working_copy}/trunk/eclipse/README.txt Eclipse 3.X 的详细说明可以在文件 {svn_working_copy}/trunk/eclipse/README.txt 中找到

there aren't any project file there那里没有任何项目文件

It's not true.这不是真的。 Import "Existing Project into Workspace" from {svn_working_copy}/trunk/eclipse, then check projects that you want to import (probably gwt-user and gwt-dev).从 {svn_working_copy}/trunk/eclipse 导入“Existing Project into Workspace”,然后检查您要导入的项目(可能是 gwt-user 和 gwt-dev)。

Yes, you ca find the detailed Eclipse 3.X GWT Opensource setup instructions can be found here是的,您可以在此处找到详细的 Eclipse 3.X GWT 开源设置说明
https://github.com/harikishorekuppa/gwt/blob/master/eclipse/README.txt https://github.com/harikishorekuppa/gwt/blob/master/eclipse/README.txt

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM