Re: [gwt-contrib] GSS Custom Functions

2015-02-19 Thread Julien Dramaix
Hi Jeffrey, Indeed this is a functionality we have to add (I've talked about that in my presentation about GSS at gwt.create) for GWT 2.8. But it's not a good idea to give the possibility to developers to change the behavior of GwtGssFunctionMapProvider by extending it and giving their own imple

[gwt-contrib] Re: Change the log level of what is written to console

2015-02-19 Thread Sylvain Cossement
I have the same problem since 2.7. There is no way to change the log level. I tried: - using the module property - adding &logLevel=INFO on the url - set logger.setLevel(Level.INFO) directly in the java code Nothing seem to work. Le mardi 20 janvier 2015 12:46:04 UTC+1, Константин Милютин a écr

[gwt-contrib] GSS Custom Functions

2015-02-19 Thread Jeffrey Kleiss
I noticed in the Closure Stylesheet docs that you can define your own custom functions in Java when you use the *--gss-function-map-provider* flag. Is there this option with GWT? I did notice that GwtGssFunctionMapProvider provides extra GSS GWT functions, but found no way of extending this