开发者

gwt-maven-plugin soyc flags

开发者 https://www.devze.com 2023-01-04 11:54 出处:网络
I\'ve been having some problems with GWT and SOYC. Using the maven pluging for gwt: gwt-maven-plugin, how can I pass extra flags to the GWT compiler. I\'m trying to set the XsoycDetailed flag, so tha

I've been having some problems with GWT and SOYC. Using the maven pluging for gwt: gwt-maven-plugin, how can I pass extra flags to the GWT compiler. I'm trying to set the XsoycDetailed flag, so that I can get a detailed SOYC rep开发者_Python百科ort. Thanks.


http://mojo.codehaus.org/gwt-maven-plugin/compile-mojo.html

soycDetailed:

add -XsoycDetailed parameter to the compiler command line Can be set from command line using '-Dgwt.compiler.soycDetailed=true'.

example: mvn -Dgwt.compiler.soycDetailed=true install

0

精彩评论

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