Re: OFBiz-GWT Projects for bulding user interface with GWT
Posted by
Adam Heath-2 on
URL: http://ofbiz.116.s1.nabble.com/OFBiz-GWT-Projects-for-bulding-user-interface-with-GWT-tp1570621p1589475.html
Jacques Le Roux wrote:
> From: "Wickersheimer Jeremy" <
[hidden email]>
>> 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?