It looks like this isn't fixed and there wasn't a bug report filed against the GWT or GPE issue tracker. I've opened up issue 286 <https://code.google.com/p/google-plugin-for-eclipse/issues/detail?id=286> to track this. I may also try to fix it ;)
On Saturday, January 19, 2013 5:19:54 PM UTC-5, Thomas Broyer wrote: > > > > On Saturday, January 19, 2013 8:57:59 PM UTC+1, [email protected] wrote: >> >> Thanks for your reply Thomas. Preparing a bug report for GPE. Bit puzzled >> though cause according to 7230 >> <http://code.google.com/p/google-web-toolkit/issues/detail?id=7230> absolute >> paths should start with a '/', whereas in this case it's >> 'com/google/gwt/uibinder/test/client/Menu.css' without the leading '/'. > > > CssResource's @Source uses the value first as a relative path and then if > necessary as an absolute path, the idea is to have the same behavior for > ui:style (which does the same check before generating a @Source to have the > error, if any, thrown closer to what the developer wrote: pointing at the > <ui:style>, not the generated @Source) > See the discussion in http://gwt-code-reviews.appspot.com/1660804 > -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/8a8ae9cf-e9c3-4e67-95dd-5540ed53a100%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
