gwt 2.7 super Dev mode and incremental compilation

浪子不回头ぞ 提交于 2019-12-24 03:38:08

问题


In gwt 2.7 we have incremental compilation feature that we are all saying wow, As you know it just compiles last changes.

My concern is when we have a super-super large project we need to wait 30 mins to start super-dev and have initial compilation be done then start to work and use incremental compilation. Because each time we start super dev mode it creates new folder in tmp directory and compile from scratch then add change's compiles (Incremental).

So with my understanding it could not be used for large scaled projects, and I believe GWT competitive edge was this otherwise maybe JS frameworks work better like AngularJS.

Please correct me if I am wrong or if there is any plan to have a solution in near future maybe version 3.0

I found -LauncherDir dev parameter added in GWT 2.7, not sure it is using for this purpose or not ...

Thanks

来源:https://stackoverflow.com/questions/27286492/gwt-2-7-super-dev-mode-and-incremental-compilation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!