Saturday, January 29, 2011

I18N compilation error

Hi All,

Pls help me with the following error. iam using gwt 2.0 and also tested
with gwt 2.1

[DEBUG] [logindemo] - Rebinding org.i18n.client.MyConstants
[DEBUG] [logindemo] - Invoking generator
com.google.gwt.i18n.rebind.LocalizableGenerator
[TRACE] [logindemo] - Processing interface
org.i18n.client.MyConstants
[TRACE] [logindemo] - Generating method body for buttonText()
[ERROR] [logindemo] - No resource found for key
'buttonText'
[WARN] [logindemo] - Searched the following resources:
[ERROR] [logindemo] - Deferred binding failed for
'org.i18n.client.MyConstants'; expect subsequent failures
[ERROR] [logindemo] - Failed to create an instance of
'org.i18n.client.LoginDemo' via deferred binding
[ERROR] [logindemo] - Unable to load module entry point class
org.i18n.client.LoginDemo (see associated exception for details)
[ERROR] [logindemo] - Failed to load module 'logindemo' from user agent
'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.10
(KHTML, like Gecko)

this is my MyConstants

import com.google.gwt.i18n.client.Constants;

public interface MyConstants extends Constants{
String buttonText();

}

--
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment