Re: GWT project structure to reduce compile time

2013-12-16 Thread Beatriz Nombela
; > If not then you don't need to GWT compile those? > > To do the clever optimisation GWT does it looks at the source for all the > client code. So I don't think you would save a lot re-structuring (if you > really need to produce JavaScript each time). > > On We

GWT project structure to reduce compile time

2013-12-11 Thread Beatriz Nombela
Hi! I'm trying to reduce the compile time of a GWT project on jenkins. My project structure can be summarized to the following one: - module_1: jar and GWT module - module_2: multimodule maven project, each submodule is a jar, and each one contains a GWT module. Each GWT module inherits from mo