开发者

ClientBundle Resources Path in GWT

I have a maven gwt project, and I'm using ClientBundle to package my image resources within the project. I would like to place the images in /src/main/resources as should be done in maven instead of src/main/java/com/mycompany/myproject/client as gwt w开发者_StackOverflowants.

Is there any way I can achieve this?

Thank you, Sammy


I got it; I can place the image at src/main/resources/com/mycompany/myproject/client and it will be resolved correctly ;)

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜