Dears

I am trying to figure out a way to generate and update GWT number 
constants, looking around i could not find the tool that generates those 
number constants properties files, they are being generated using an 
external tool that is not present in the GWT repo.

Now since i could not find the tool i decided to work on GWT CLDR importer 
tool to add a NumberConstants generator, i was able to read cldr data and 
generated classes for some of the attributes from the original properties 
file, but then i faced a problem where some of those attribute was pretty 
clear where to find in the CLDR data but for some other i was unable to 
find anything to lead me on how they were originally generated

properties i was able to find in the cldr data and generate the proper code 
for 
------------------------------------------------------------------------------------------------------
decimalSeparator
groupingSeparator
percent
plusSign
minusSign
exponentialSymbol
perMill
infinity
notANumber
currencyPattern
decimalPattern
scientificPattern
percentPattern

Properties that i cant figure out where to find or how to generate at all
--------------------------------------------------------------------------------------------
simpleCurrencyPattern
monetarySeparator
monetaryGroupingSeparator
globalCurrencyPattern
defCurrencyCode
zeroDigit


for some reason i feel like this is related to the same issue with TimeZone 
constants as mentioned in this thread 
https://groups.google.com/forum/#!topic/google-web-toolkit-contributors/VN4ATVrLrTA

I will appreciate any help as this is one of the things that is delaying 
the release of GWT 3.0

the tool that i use to generate CLDR related classes is here 
https://github.com/vegegoku/gwt-cldr-importer which is bases on the GWT 
tools.

thanks

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/f4887884-3de3-42d6-a39b-ea1faefb580c%40googlegroups.com.

Reply via email to