Whoops! I only noticed the change from ENABLED to TRUE - I didn't even catch the addition of .enabled. Adding that in fixed it - thanks again!
John On Nov 10, 9:23 am, John <[email protected]> wrote: > Unfortunately that doesn't fix it - thanks for the suggestion though! > > On Nov 10, 8:55 am, Prashant Hegde <[email protected]> wrote: > > > > > > > > > Try > > <set-property name='gwt.logging.enabled' value='TRUE' /> > > *and not* > > <set-property name='gwt.logging' value='ENABLED' /> > > > Regards > > Prashant > > > On Wed, Nov 10, 2010 at 7:14 PM, John <[email protected]> wrote: > > > I'm trying to switch from gwt-log over to the new logging in 2.1, but > > > I'm getting an error at compile time: > > > > Loading inherited module 'com.google.gwt.logging.Logging' > > > Module 'com.google.gwt.logging.Logging' has already been loaded > > > and will be skipped > > > [ERROR] Property 'gwt.logging' not found > > > [ERROR] Failure while parsing XML > > > > in my *.gwt.xml file I have: > > > > <inherits name="com.google.gwt.logging.Logging" /> > > > > <set-property name='gwt.logging' value='ENABLED' /> > > > <set-property name='gwt.logging.logLevel' value='ALL' /> > > > <set-property name='gwt.logging.consoleHandler' value='ENABLED' /> > > > > From what I could tell, that should be all the setup I need ... has > > > anyone else experienced this? I am missing just missing something? > > > > Thanks in advance! > > > > John > > > > -- > > > 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]<google-web-toolkit%2Bunsubs > > > [email protected]> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-web-toolkit?hl=en. -- 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.
