I am creating a demo application using GWT 1.6.4 and GXT 2.0 M1 in Eclipse (Ganymeade)
When I run build and run the application it says it cannot find css/gxt-all.css. When I look at the war, it definitely isn't there, but I don't know how to get that code down into the war? Do I have to manually copy all the GXT resource directories into the war?
Any help would be appreciated...this is time critical.
I was able to get it to render in hosted mode by placing all the resource directories at the same level as the project directory under the war directory.
Although this works, I'm not sure this is the proper location for those resource directories.
Like the original write in this thread, I am using GWT 1.6.4 and GXT 2.0 M1 in Eclipse (Ganymeade). As the gxt.jar did not include the resource files, I have dragged those manually into my war folder (css, images, charts, themes, flash) with much success.
However, I am actually developing on Google's AppEngine, and deployment there has a restriction on the maximum number of files which may be uploaded. I have tried creating a new jar with the resource files under a number of potential configuration, but with no luck. When I run the app (either in sandbox or deployed), I keep getting "can't find css/... images/..." and so on.
Any suggestions of how I could/should jar the resources? What should the directory path be within the jar?