[gwt-contrib] Template for porting GWT modules

2018-12-07 Thread Ahmad Bawaneh
Hi For maven we have a template for ported GWT modules to GWT 3.0 here https://github.com/Vertispan/some-gwt-module It would be realy helpful for gradle experts to provide a template for gradle in order to be consistence. Thanks -- You received this message because you are subscribed to the G

[gwt-contrib] What tool generates TimeZoneConstants.properties?

2018-12-07 Thread Ahmad Bawaneh
Anyone know what is generating TimeZoneConstants.properties, it says it is generated from CLDR version 25 .. but i cant find any thing that generates this gile in gwt code nor in gwt-tools code, was it generated externally? -- You received this message because you are subscribed to the Google G

[gwt-contrib] Re: What tool generates TimeZoneConstants.properties?

2018-12-07 Thread Thomas Broyer
On Friday, December 7, 2018 at 1:54:09 PM UTC+1, Ahmad Bawaneh wrote: > > Anyone know what is generating TimeZoneConstants.properties, it says it is > generated from CLDR version 25 .. but i cant find any thing that generates > this gile in gwt code nor in gwt-tools code, was it generated exter

[gwt-contrib] Re: Template for porting GWT modules

2018-12-07 Thread Thomas Broyer
Setting a reminder for tomorrow. I'll see what I can do this weekend. On Friday, December 7, 2018 at 12:39:52 PM UTC+1, Ahmad Bawaneh wrote: > > Hi > > For maven we have a template for ported GWT modules to GWT 3.0 here > https://github.com/Vertispan/some-gwt-module > It would be realy helpful fo

Re: [gwt-contrib] Re: What tool generates TimeZoneConstants.properties?

2018-12-07 Thread Colin Alworth
I messaged Manolo this morning after seeing this, and in gitter where we're talking about this. >From some digging in history, an old copy of the properties file referenced pytz2011n, which looks like it might be a specific release of pytz. The commit message Manolo made had a reference to some int

Re: [gwt-contrib] Re: What tool generates TimeZoneConstants.properties?

2018-12-07 Thread Thomas Broyer
We may want to generate that file using java.time.ZoneId then; WDYT? On Friday, December 7, 2018 at 3:55:50 PM UTC+1, Colin Alworth wrote: > > I messaged Manolo this morning after seeing this, and in gitter where > we're talking about this. > > From some digging in history, an old copy of the pro