Thomas, Isn't this the issue you<http://code.google.com/p/google-web-toolkit/issues/detail?id=3946>are speaking about? I have been following that issue, and I thought they fixed it by modifying the flute source code. I'm still stuck on older version of GWT, so haven't really tried this myself. Does this problem still exist in the latest version?
--Sri On 23 May 2010 01:08, Thomas Broyer <[email protected]> wrote: > > > On 22 mai, 16:48, federico <[email protected]> wrote: > > I all > > i've downloaded gwt 2.1 m1 to give it a try but i've noticed that all > > my rouded corners css are gone, and there are some loggings > > complaining abouut the styles: > > > > 16:24:19.843 [DEBUG] [sandboxDeploy] Preparing method css > > 16:24:19.843 [INFO] [sandboxDeploy] The following problems were > > detected > > 16:24:19.843 [WARN] [sandboxDeploy] Line 97 column 33: encountered > > "-". Was expecting one of: "}" ";" <IDENT> > > > > .... > > and many mores > > > > someone can tell me what this means?? > > That just like in 2.0.x releases, you have to escape the first dash > with a backslash to make the CSS parser( Flute) happy. This is a bug > in the (outdated) CSS parser, and there's an open issue on the GWT > issue tracker about this. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
