开发者

GWT and dependency management

开发者 https://www.devze.com 2023-03-30 04:18 出处:网络
Maybe some one can recommend what is the best dependecy management tool when developing GWT applications? I\'ve tried GWT with maven, but that does开发者_Go百科n\'t work very well with GWT unit tests.

Maybe some one can recommend what is the best dependecy management tool when developing GWT applications? I've tried GWT with maven, but that does开发者_Go百科n't work very well with GWT unit tests. Experienced GWT developers, what dependecy management tools do you use?


I would suggest using maven, as it works well now with tests that extend GWTTestCase, provided you exclude them from surefire plugin as suggested here: http://mojo.codehaus.org/gwt-maven-plugin/user-guide/testing.html

0

精彩评论

暂无评论...
验证码 换一张
取 消