Wanted to recheck my understanding of speeding up compile time.

As I read in Java, Ubuntu, ... blog at
http://blog.bazoud.com/post/2008/07/31/Can-I-speed-up-the-GWT-compiler-Part-II,
 - setting "user.agent" property value to your development browser's
enging
 - using only default locale for compilation
 - and ant's uptodate task to compile modules only when their code has
changed
speeds the things up.

My project consists of loosely coupled entrypoint-less gwt-modules
being included by main module (with entrypoint defined). I am
wondering if it is possible somehow to extend usefullness of ant's
uptodate task functionality to enable finer granularity of compile.


So if I changed module A code (with entrypoint defined, which includes
module B) and start a compiler, than the compiler compiles only the
module A's code and reuses module B's code which presumably was
already once compiled before?


Another question of interest, do my settings of "user.agent" and
locales in the top level module overwrite these of the included ones.
In end effect, if I want maximul speed-up, do I need to have all
included modules each specifying user.agent and default locale?

Cheers,
denis

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to