skallin / google-plugin-for-eclipse

Automatically exported from code.google.com/p/google-plugin-for-eclipse
Eclipse Public License 1.0
0 stars 0 forks source link

com/google/gwt/uibinder/test/client/Menu.css is missing (WidgetBasedUi.ui.xml) when building gwt-user #286

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Follow the steps to setup GWT your environment for GWT Contributions.
2. Use the default GPE settings
3. Build in Eclipse

What is the expected output? What do you see instead?
No errors are found in the build.
Instead the following error occurs:

CSS file com/google/gwt/uibinder/test/client/Menu.css is 
missing WidgetBasedUi.ui.xml    /gwt-user/core/test/com/google/gwt/uibinder/test/cl
ient    line 110    Google Web Toolkit UiBinder Problem

What version of the product are you using? On what operating system?
2.6, 2.6.1, 2.7.0 (trunk)
Ubuntu 14.04, 13.04
Google Plugin for Eclipse 4.3   3.5.1.v201312301723-rel-r43

Please provide any additional information below.
There is some discussion about this in the GWT Contributors group here:
https://groups.google.com/forum/#!searchin/google-web-toolkit-contributors/Menu.
css/google-web-toolkit-contributors/usj-14YKwus/C55Di3K0VwMJ
https://groups.google.com/forum/#!searchin/google-web-toolkit-contributors/Menu.
css/google-web-toolkit-contributors/okwBT7ivzSQ/tlCCTSxt2JAJ

Specifically the following statement by Thomas Broyer (01/2013):
"I believe this is a bug in the Google Plugin for Eclipse; you can simply 
ignore it (and/or report it in the GPE issue tracker).

Absolute paths weren't accepted in ui:style until recently in GWT: see 
http://code.google.com/p/google-web-toolkit/issues/detail?id=7230"

Original issue reported on code.google.com by Splak...@gmail.com on 6 Jun 2014 at 5:14