We are switching to gwt2.2 and I updated our gwt-log dll to gwt-
log-3.1.0.jar
All works fine in debug mode but when I GWT compile our code I get a
lot of errors:
Validating newly compiled units
[ERROR] Errors in 'jar:file:/home/tomr/dev/trunk/app/library/
java/gwt-other/gwt-log-3.1.0.jar!/com/allen_sauer/gwt/log/client/
NullLogger.java'
[ERROR] Line 23: The type NullLogger must implement the
inherited abstract method Logger.debug(String, Throwable)
[ERROR] Line 23: The type NullLogger must implement the
inherited abstract method Logger.error(String, Throwable)
[ERROR] Line 23: The type NullLogger must implement the
inherited abstract method Logger.warn(String, Throwable)
[ERROR] Line 23: The type NullLogger must implement the
inherited abstract method Logger.diagnostic(String, Throwable)
[ERROR] Line 23: The type NullLogger must implement the
inherited abstract method Logger.trace(String, Throwable)
[ERROR] Line 23: The type NullLogger must implement the
inherited abstract method Logger.fatal(String, Throwable)
[ERROR] Line 23: The type NullLogger must implement the
inherited abstract method Logger.info(String, Throwable)
[ERROR] Errors in 'jar:file:/home/tomr/dev/trunk/app/library/
java/gwt-other/gwt-log-2.6.2.jar!/com/allen_sauer/gwt/log/translatable/
com/allen_sauer/gwt/log/client/RemoteLogger.java'
[ERROR] Line 64: The method debug(String,
WrappedClientThrowable, AsyncCallback<Object>) is undefined for the
type RemoteLoggerServiceAsync
[ERROR] Line 73: The method diagnostic(String,
WrappedClientThrowable, AsyncCallback<Object>) is undefined for the
type RemoteLoggerServiceAsync
[ERROR] Line 82: The method error(String,
WrappedClientThrowable, AsyncCallback<Object>) is undefined for the
type RemoteLoggerServiceAsync
[ERROR] Line 91: The method fatal(String,
WrappedClientThrowable, AsyncCallback<Object>) is undefined for the
type RemoteLoggerServiceAsync
[ERROR] Line 100: The method info(String,
WrappedClientThrowable, AsyncCallback<Object>) is undefined for the
type RemoteLoggerServiceAsync
[ERROR] Line 113: The method trace(String,
WrappedClientThrowable, AsyncCallback<Object>) is undefined for the
type RemoteLoggerServiceAsync
[ERROR] Line 122: The method warn(String,
WrappedClientThrowable, AsyncCallback<Object>) is undefined for the
type RemoteLoggerServiceAsync
[ERROR] Errors in 'jar:file:/home/tomr/dev/trunk/app/library/
java/gwt-other/gwt-log-3.1.0.jar!/com/allen_sauer/gwt/log/client/
RemoteLoggerImpl.java'
[ERROR] Line 31: The type RemoteLoggerImpl cannot subclass
the final class RemoteLogger
[ERROR] Line 118: The method loggersLog(LogRecord) is
undefined for the type Object
etc etc.
We have been using gwt-log for a while and all worked fine before our
switch to 2.2.
Has anyone had a similar experience and has a fix? Any help would be
greatly appreciated.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.