I'm getting this crazy behavior I was able to reproduce several times today. Check this out.
I'm using the Google MAP API that requires an API key you generate on http://code.google.com/apis/maps/signup.html If I add the required javascript to my app and deploy it using the eclipse plug in everything works fine. If i take the exact same code, and deploy it using appengine-sdk-directory/bin/appcfg.sh or the ANT scripts I get a message box from the map api saying I need to register my URL and get a new key. Again, identical code, identical WAR - deploy with eclipse it works, deploy with appcfg.sh update OR ANT: ant datanucleusenhance ant compile ant update using the build.xml from the app engine deployment guide, i get the prompt to get a different key. Help! -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-appengine-java?hl=en.
