Tuesday, September 30, 2014

Re: Logging properties and classes

Funny I came accross the same issue today (Errai-Bus and GWT-2.7.0-SNAPSHOT). 

I filed two issues in the JIRA issue tracker for the Errai project (https://issues.jboss.org/browse/ERRAI-798 and https://issues.jboss.org/browse/ERRAI-799)

You need two workarounds: 

1.) Add the logging properties to your gwt.xml file:

<define-property name="gwt.logging.popupHandler" values="ENABLED, DISABLED" />
    <define-property name="gwt.logging.firebugHandler" values="ENABLED, DISABLED" />
2.) Creat a com.google.gwt.logging.client package and the FirebugLogHandler class that was removed in 2.7.0



On Tuesday, September 30, 2014 10:58:40 AM UTC+2, Luca wrote:
I tried to recompile a current project upgrading my dependencies from 2.6.1 to 2.7.0-SNAPSHOT, but I had a lot of problem due to missing properties and classes regarding the GWT logging subsystem.

It's a problem of the SNAPSHOT or we need to rework the logging ?

What about external libraries (like Errai) that extensively use logging ?

Thanks.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment