The purpose of clientbundle is to refer to files that are not deployed on your server. If you need to deploy the resource for other reasons you will not want to use clientbundle.
On Aug 3, 9:37 am, Olivier <[email protected]> wrote: > Hi, > > don't make a reference to something in the WAR folder, put your image > at the same level as the clientbundle for example. > Or create a resources folder, but you will have to reference your > image like this > @source(my/package/with/dot/img.gif) > > regards > > Olivier > > On Aug 3, 1:09 pm, "[email protected]" <[email protected]> > wrote: > > > Hi > > > i need to find a way to point out the the @Source location outside the > > package com. envvoirment. > > i want to create 'images' directory in 'war' directory and write > > { > > @Source (/war/images/img.gif) > > ImageResource img() > > > } > > > but when i write this i get an error "Resource 'img.gif' is missing > > expected.. " > > > is it possible to this? > > > Thanks,Avi -- 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.
