I was upgrading from 2.0.0 to 2.0.3 and started getting:

Unable to find recently-generated type
'com.google.gwt.user.client.ui.com_google_gwt_user_client_ui_DisclosurePanel_DefaultImages_default_InlineClientBundleGenerator

when I tried to build my .war file artifact (I'm using Jetbrains
IntelliJ)

I built a distro out of the latest in svn and this seemed to get rid
of the problem above but I then got the following:

The type BigInteger must implement the inherited abstract method
Number.byteValue()
The type BigInteger must implement the inherited abstract method
Number.shortValue()
The type BigDecimal must implement the inherited abstract method
Number.byteValue()
The type BigDecimal must implement the inherited abstract method
Number.shortValue()

which is weird because Number.java in gwt does not declare shortValue
and byteValue to be abstract in the first place.


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to