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构建