On 
http://code.google.com/intl/sv/webtoolkit/doc/1.6/DevGuideOrganizingProjects.html
we can read the following about static content, specifically in the
example an image called "logo.gif"

"An image file available to the application code. You might load this
file programmatically using this URL: GWT.getModuleBaseURL() +
"logo.gif"."

I have a project called "ArrivalJournal" which I´m building in
Eclipse. I´m running Jboss 4.2.2 on localhost for web server.

Calling GWT.getModuleBaseURL() returns "http://localhost:8080/
ArrivalJournal/arrivaljournal/"

But if I put any content what so ever inside my war\arrivaljournal
direcory, it gets deleted when I compile my project. What to do?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to