Wednesday, August 3, 2016

Re: 2.8.0 RC1 is here!

Why is javaemul.internal.ConsoleLogger removed from gwt-user.jar.

I did some stuff with supercode and creating my own java.util.logging.SimpleConsoleLogHandler to achieve logs being send over a rest service to have serverside logging with a .NET server.

In this SimpleConsoleLogHandler I make use of the javaemul.internal.ConsoleLogger.

But now the : import javaemul.internal.ConsoleLogger gives an error that this can not be found anymore.

Digging around in the source code I found out that in commit https://github.com/gwtproject/gwt/commit/e1fcefa15e96a5d7450d9f874101226a72bbeefb?diff=split#diff-db5a748e4adfed6e2e6135eac6f2c04a the build.xml was modified to specificly exclude the ConsoleLogger from gwt-user.jar


<gwt.javac excludes="**/EmulatedCharset.java,**/HashCodes.java,**/ConsoleLogger.java,**/SuperDevModeLogger.java">
Why is this the case ? And any way how I can get work my way around this ?

--
You received this message because you are subscribed to the Google Groups "GWT Users" 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 https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment