You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce:
1. Create ClientBundle interface and add a method which is annotated with
Source annotation in the following way:
@ClientBundle.Source(value =
"org/eclipse/xtend/gwt/stockwatcher/css/StockWatcher.css")
public abstract StockCssResource stock();
You will get an error: Resource file stock is missing.
2. But If you remove ClientBundle part from the reference's name then the error
is vanished:
@Source(value = "org/eclipse/xtend/gwt/stockwatcher/css/StockWatcher.css")
public abstract StockCssResource stock();
No errors anymore.
GWT: 2.7.3
GP: 3.8
Original issue reported on code.google.com by [email protected] on 4 Dec 2014 at 2:14
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 4 Dec 2014 at 2:14The text was updated successfully, but these errors were encountered: