Re: Generation of permutations

2014-08-20 Thread Developer
bump -- You received this message because you are subscribed to the Google Groups Google Web Toolkit 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

Re: Generation of permutations

2014-08-20 Thread Thomas Broyer
I think the best practice is to decide which locale is your primary locale and: - define it as the fallback locale, and - use non-suffixed properties file for that locale and accept that a permutation for the default locale might be generated (should be the case as soon as you use

Re: Generation of permutations

2014-08-15 Thread Developer
After adding set-property name=locale value=de_DE,en_US / I'm getting just two permutations - great! But I still need the AppResources.properties file. Otherwise I'm still getting the above error message No resource found for key Even after adding set-property-fallback name=locale

Generation of permutations

2014-08-14 Thread Developer
Hi, in our GWT app we are using two locales which are defined in the App.gwt.xml like this extend-property name=locale values=de_DE,en_US / We have an interface AppResources which extends the interfaces Constants and ContantsWithLookup. Moreover we have three resource-property files named

Re: Generation of permutations

2014-08-14 Thread Colin Alworth
You actually have three properties, not two - the 'extend-property' declaration means 'add these to the existing list of values'. Running the SOYC report will give you the full story on your properties and permutations (and lots more besides). Try a set-property line to specify not only 'add