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

Reply via email to