Question

I created a GWT project which I wanted to upload to Appengine. It compiles and uploads without an error http://chicbustracker.appspot.com/. The problem is that the nocache.js file is missing. The project runs fine in development mode and I tried to set up a new project with the same src files, but I get the same error. I also noticed that the favicon.ico is missing as well. I now this is probably way to few information but I do not even now where to look.

Was it helpful?

Solution

I finally figured out the Problem. The folder where my javascript file was in was all samll leters and it seems like the upload was case sensitive. I changed the name of the jscript file and the folder containing it, and now it works. Pretty strange though.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top