Correct, only inside GWTTestCase. The application runs fine with the gwt-logging.
Dorothy ----- Original Message ----- From: "Fred Sauer" <[email protected]> To: [email protected] Sent: Monday, June 29, 2009 1:43:54 PM GMT -08:00 US/Canada Pacific Subject: [gwt-log] Re: NullPointerException from Log.info() after 2.6.0 upgrade I sounds like the failures only occur inside of GWTTestCase. Is that correct? Fred On Mon, Jun 22, 2009 at 6:16 PM, Dorothy < [email protected] > wrote: Hi - I am having a similar problem to David. I upgraded from GWT 1.6.4 and GWT-log 2.6.0. My application is running but all my GwtTestCases are failing when 'Log.debug("") ;' is called. I assume that there is something incorrectly setup for my test case but do not know what that would be. My GWT moudle is com.agilemind.common.Content and here is its XML... <module> <inherits name='com.google.gwt.user.User'/> <inherits name="com.allen_sauer.gwt.log.gwt-log" /> <inherits name="com.google.gwt.user.Debug"/> <inherits name="com.googlecode.gwtx.Java"/> <!-- Turn off `DivLogger` --> <set-property name="log_DivLogger" value="DISABLED" /> <extend-property name="log_level" values="DEBUG" /> <set-property name="log_level" value="DEBUG" /> <entry-point class='com.agilemind.common.client.content.ContentEntryPoint'/> <source path="client"/> <public path="public/content"/> <public path="public-test/content"/> <set-property name="gwt.suppressNonStaticFinalFieldWarnings" value="true" /> </module> Any pointers would be greatly appreciated. -- Fred Sauer Developer Advocate G o o g l e Inc. 1600 Amphitheatre Parkway Mountain View, CA 94043 [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
