Automate GWT build in eclipse

Is there a way to automate a GWT build using the eclipse project?

The aim is to have an automated build: * Check out from Version Control System * Building the GWT Project * Deploy the GWT Project * Run Tests

I have read about ant, but is there a way to reuse the Eclipse project files for the GWT project?

链接地址: http://www.djcxy.com/p/24274.html

上一篇: Eclipse GWT示例问候项目RPC失败

下一篇: 在eclipse中自动化GWT构建