Re: CSS exception compiling 2.7.0 app

2016-09-28 Thread Jens
Make sure gwt-dev.jar is first in class path. Most likely some other libraries you are using are also using flute but with a different/older version than GWT. -- J. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group a

Re: CSS exception compiling 2.7.0 app

2016-09-28 Thread Thomas Redman
Hello? Is anybody out there? I have several GWT apps, I am having this issue with all of them, it's very freaky. The problem stems from one particular css file, NativeHorizontalScrollbarTransparent.css, which has a defined attribute who's name includes a "_". I'm not a CSS guy, but this seems

CSS exception compiling 2.7.0 app

2016-09-26 Thread Thomas Redman
I reinstalled Eclipse and the GWT 2.7.0 plugin today, and I have not been able to "GWT compile" my app since. It is complaining about a css file(" /com/google/gwt/user/client/ui/NativeHorizontalScrollbarTransparent.css") in the gwt-users.jar file, but when I extract this file and look at it, I se