Hey guys, Just a quick note: Colin over at Sencha noticed an old gwt-incubator JAR on my build path. Removing that fixed everything up.
Thanks! E On Saturday, March 15, 2014 5:51:44 AM UTC-4, Evan Ruff wrote: > > Has anyone been able to get appearances/styles to work (especially > pretty-print names) with GXT 3.1b? > > Thanks! > > E > > On Thursday, March 13, 2014 10:18:55 AM UTC-4, Evan Ruff wrote: >> >> Hey guys, >> >> Are there any runtime switches that I could be using that might >> over-write or suppress the obfuscation settings? >> >> Thanks, >> >> E >> >> On Tuesday, March 11, 2014 3:11:22 PM UTC-4, Evan Ruff wrote: >>> >>> Hey Thad, >>> >>> I'm not using mGwt anywhere, so I'm not sure that would be it unless >>> it's a dependency somewhere else. >>> >>> No doubt, there are a bunch of errors in the GXT styles, but I'm also >>> getting errors in my plain ol' CSS files as well. >>> >>> E >>> >>> >>> >>> On Tuesday, March 11, 2014 1:44:32 PM UTC-4, Thad Humphries wrote: >>>> >>>> I've seen errors like these come and go depending on the state of the >>>> MGWT SNAPSHOT. Perhaps there is moderately erroneous with a style in GXT? >>>> >>>> On Tuesday, March 11, 2014 9:11:44 AM UTC-4, Evan Ruff wrote: >>>>> >>>>> Hey guys, >>>>> >>>>> So I updated GWT to 2.6 and I'm having a heck of a time with >>>>> CSSResources. I'm getting A TON of errors and warnings that look like: >>>>> [WARN] [app] - Line 12 column 33: encountered "-". Was expecting one >>>>> of: "}" ";" <IDENT> >>>>> [WARN] [app] - Line 14 column 10: encountered " ". Was expecting one >>>>> of: <IDENT> <FUNCTION> >>>>> [WARN] [app] - Line 13 column 10: encountered "0". Was expecting one >>>>> of: <IDENT> <FUNCTION> >>>>> >>>>> Those line numbers don't seem to line up with the my .css file and I >>>>> don't recall ever getting anything like this prior. >>>>> >>>>> Also, it doesn't look like the CssResource.style property is being >>>>> honored anymore. I have it in my .gwt.xml file as: >>>>> <set-configuration-property name="CssResource.style" value="pretty" /> >>>>> >>>>> but all my class names are coming out obsufucated anyways. >>>>> >>>>> Has anyone else experienced these sorts of issues? My entire stack is >>>>> (Java7, GWT 2.6, AppEngine 1.9.0, GXT 3.1 beta) >>>>> >>>>> Thanks, >>>>> >>>>> E >>>>> >>>>> -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
