gwt 2.7 super Dev mode and incremental compilation

2019-07-21 20:30发布

问题:

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