Title says it all. I've set up an Eclipse workspace as explained 
here<http://code.google.com/p/google-web-toolkit/source/browse/trunk/eclipse/README.txt>.
 
After building the workspace I get this error:

Description Resource Path Location Type
CSS file com/google/gwt/uibinder/test/client/Menu.css is missing 
WidgetBasedUi.ui.xml /gwt-user/core/test/com/google/gwt/uibinder/test/client 
line 
110 Google Web Toolkit UiBinder Problem

*And this is the corresponding snippet in WidgetBasedUi.ui.xml*

<ui:style field='myStyle' src='WidgetBasedUi.css 
com/google/gwt/uibinder/test/client/Menu.css' 
  type='com.google.gwt.uibinder.test.client.WidgetBasedUi.Style'> 
  .menuBar { 
    font-family: sans-serif; 
  } 
</ui:style>

When removing the package prefix from Menu.css, the problem goes away. Any 
ideas why this is happening?

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to