I'm attempting to upgrade from gwt-log 2.5.3 to gwt-log 2.6.0 since
I've recently upgraded to gwt 1.6.4 and the compatibility table on gwt-
log's "Getting Started" page states that 2.6.0 should be used with gwt
1.6.4.
I'm seeing a problem after upgrading gwt-log that I didn't previously
see with gwt-log 2.5.3 (when using it with either gwt 1.5.3 or
1.6.4). After only changing to use the gwt-log 2.6.0 jar instead of
the gwt-log 1.5.3 jar, I now get the following:
java.lang.NullPointerException
at com.allen_sauer.gwt.log.client.Log.info(Log.java:448)
at com.allen_sauer.gwt.log.client.Log.info(Log.java:400)
...
from this line of code:
Log.info("foo");
I took a quick look at the source, and it appears that some changes
have been made to Log.java, moving it to the top-level server
directory and adding some dependencies to a remote logger. Is there
something I need to update to get this to work again? I didn't see a
migration guide, but I could have missed it. If there is one, could
you please point me to it?
Thanks,
David
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"gwt-log" 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/gwt-log?hl=en
-~----------~----~----~----~------~----~------~--~---