Hi,
I am trying to use ClientBundle in my project.
My project structure is
src/com/company/project/client - contains all java files
src/com/company/project/public/resources - contains all image files.
I have no problem if I place images in client folder and use
@Source("cut_icon.gif")
public ImageResource cutIconImage();
But I need to place images under src/com/company/project/public/
resources folder for my project.
When I try
@Source("src/com/company/project/public/resources/cut_icon.gif")
public ImageResource cutIconImage();
I get error.
Please help..
Thanks in advance.
- digs
--
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.