I am developing Wave Gadgets using GWT 2.0 and gwt-gadgets-1.0.3. I found a bug related to ClientBundle and Gadget. When I create a css file named "clientbundlebug.css" and import it with ClientBundle in a module named "clientbundlebug", their names seem to collide in the generated JavaScript and therefore nothing appears when embedded in a wave.
Is this a bug? I created a sample project. http://dl.dropbox.com/u/293467/ClientBundleBug.lzh In this project, the css file is renamed to "clientbundlebuga.css". Please confirm first that the gadget works if their names are different. And then rename the file and "clientbundlebuga()" in MyResource.java and observe the change of its behavior.
-- 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.
