开发者

intelliJ Idea not generating cache.js files

开发者 https://www.devze.com 2023-03-28 03:49 出处:网络
With Inte开发者_开发问答lliJ 10.5.1 on Linux using GWT when selecting \"Build \'xyz:GWT\' artifact\" it will often times just build the nnnn.cache.html files, but not the nnnn.cache.js files.I\'ve tri

With Inte开发者_开发问答lliJ 10.5.1 on Linux using GWT when selecting "Build 'xyz:GWT' artifact" it will often times just build the nnnn.cache.html files, but not the nnnn.cache.js files. I've tried cleaning the cache, rebuilding the project, reloading IntelliJ but don't know what else to try.

This has happened before, but I don't know what fixed it afterwards. Rebooting the system?


IDEA places files generated by GWT compiler to USER_HOME/.IntelliJIdea10/system/gwt/project_name_with_hash/module_name_with_hash/compile/www directory and then copies these files to the artifact output. So you can check whether that directory contains required files.


Try to add -war <path/to/your/war> to dev mode properties. It will put all compiled files to this folder.

0

精彩评论

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