I created a package hierarchy in the public folder which matches the package for the ImageBundle definition. The compiler gave me [ERROR] No matching image resource was found. It gave me the filenames that would have matched, and I have the files under the exact same matching path in the public directory. If I moved the images to the same source folder as the ImageBundle definition source, it works.
Thanks Sunil. On Apr 22, 11:37 am, Salvador Diaz <[email protected]> wrote: > They have to be in the public directory. > Read the second bullet point in the "New Project Structure" section > here:http://code.google.com/webtoolkit/doc/1.6/ReleaseNotes_1_6.html#NewFe... > > And for more information on > ImageBundles:http://code.google.com/webtoolkit/doc/1.6/DevGuideUserInterface.html#... > > On Apr 22, 5:28 pm, Sunil <[email protected]> wrote: > > > In GWT 1.6, where do you put the image files for the ImageBundle in > > the new war structure? I tried to put it in a subdirectory called > > images in the war directory, and set the @Resource annotation value to > > "images/...". That did not work. Do I need to create a subdirectory > > with the module name under the war directory? > > > Thanks > > Sunil. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
