Hi, I recently upgraded to GWT1.5. When I tried changing my image
bundles from @gwt.resource to [EMAIL PROTECTED], the compiler
started throwing errors:
[ERROR] No matching image resource was found; any of the following
filenames would have matched....
Here is the change I was trying to make :
/**
* @gwt.resource close-black.gif
*/
public AbstractImagePrototype closeImage();
/**
* [EMAIL PROTECTED]("close-black.gif")
*/
public AbstractImagePrototype closeImage();
What am I doing wrong?
thanks
-Ben
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---