Re: Can I remove compile permutations for the default language

2017-08-07 Thread Kirill Prazdnikov

>
> I recommend you dropping permutations at all. Leaving the one.
> We did this few years ago and it`s good.


And how do you did that ?
>
 

The following in .gwt.xml



-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Can I remove compile permutations for the default language

2017-08-07 Thread Ignacio Baca Moreno-Torres
We just merge some of them... depending on the final app size. We think a
200k to 400k after compression is acceptable, so just try out various
permutation combinations. If your app is small enough you can just collapse
all with ''. Or merge some permutation like...

















On Mon, Aug 7, 2017 at 10:10 AM Frank  wrote:

> And how do you did that ?
>
> --
> You received this message because you are subscribed to the Google Groups
> "GWT Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Can I remove compile permutations for the default language

2017-08-07 Thread Frank
And how do you did that ?

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Can I remove compile permutations for the default language

2017-07-18 Thread Frank
Thanks Thomas.
Seems to be working ok at first sight. Will see if any issues pop up later.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Can I remove compile permutations for the default language

2017-07-18 Thread Thomas Broyer
You could try  (though I'd been 
told years ago that it could cause some issues to "disable" the "default" 
locale)

On Tuesday, July 18, 2017 at 8:50:16 AM UTC+2, Frank wrote:
>
> We are using our own I18N system with GWT based on dynamic string 
> internationalization.
> So we actaully should not need any locale property's in our .gwt.xml
>
> However. In our system the decimal character should always be a , instead 
> of a point.
>
> The way we solved this in the past was by adding following lines to the 
> gwt.xml file :
>
> * *
> * *
>
> This however resulted in the compilation permutions going up from 5 to 10. 
> Because now it is compiling for default language, and nl language.
>
> Is there any way to disable compilation for default language, as we will 
> never use this... Because compilations are getting to take really long and 
> being able to cut these in half would be a great time gain.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.