GWT compilation directory
I am trying to setup a configuration for developing a GWT application where the server part is in a normal tomcat webapp. For this I set up two different debug configurations, one for the client part (not using IDEA's GWT support because it does not allow the -noserver option, but starting GWTShell as a standalone application), and one for the server.
The (hopefully) last problem I have is that when I compile the client part, IDEA correctly generates the javascript modules under .IntelliJIDEA70/system/gwt/blablabla/compile/www/it.stratosfera.promoreorderform.gwt.PromoReorderForm but it apparently goes wrong when moving the generated files under my webapp, placing them in the exploded web module root (/) instead of the /it.stratosfera.promoreorderform.gwt.PromoReorderForm subdirectory.
Is there a way to control this? Is this an Idea error? Am I doing something wrong?
Thanks,
Davide.
请先登录再写评论。
Hello Davide,
It's a known issue (http://www.jetbrains.net/jira/browse/IDEADEV-13420).
It will be fixed soon.