GregorianCalendar in GWT 1.6

2009-04-30 Thread Joseph M
I got an error in the shell: [ERROR] Line 8: No source code is available for type java.util.GregorianCalendar; did you forget to inherit a required module? What is the deal? Does GregorianCalendar now not work in 1.6??? --~--~-~--~~~---~--~~ You received this

Re: GregorianCalendar in GWT 1.6

2009-04-30 Thread Alex Rudnick
Hey Joseph, It looks like GWT doesn't come with an implementation of GregorianCalendar, which would explain the error. Here's the doc for which JRE classes that GWT emulates. http://code.google.com/webtoolkit/doc/1.6/RefJreEmulation.html Hope this helps! On Fri, May 1, 2009 at 12:05 AM,

Re: GregorianCalendar in GWT 1.6

2009-04-30 Thread Gilles B
GWT Doesnt support this java APi. It's explicit in documentation pages http://code.google.com/intl/fr/webtoolkit/doc/1.6/DevGuideCodingBasics.html#DevGuideDateAndNumberFormat GWT does not provide full emulation for the date and number formatting classes (java.text.DateFormat,