Jacques Le Roux wrote:
> From: "Wickersheimer Jeremy" <[email protected]>
>> Yes we only compile for one browser and one locale.
>>
>> Also there are various modules and only the modified modules are
>> rebuilt although when working on the common module this still triggers
>> the rebuilding of all the depending modules.
>>
>> This is obviously slower than modifying the js code in-line in your
>> page of course, but a typical rebuild cycle in development is just a
>> few minutes.
> 
> Great, but mmm... few minutes is much...

So the integration is wrong.

==
clean checkout.
ant build
  builds java files, builds gwt
ant clean
  cleans java files
ant clean-all
  calls ant clean, and cleans gwt
==

That would keep the gwt stuff from being built all the time, wouldn't it?

Reply via email to