I'm using Google Plugin for Eclipse to deploy my app to GAE.
During "Deploy to Remote Server", console show me below error
95% Closing update: new version is ready to start serving.
98% Uploading index definitions.
99% Skipping dispatch.xml - consider running "appcfg.sh update_dispatch " or using the "--auto_update_dispatch" optionUpdate for module default completed successfully.
I tried run the command from GAE SDK (appcfg.cmd update...) from console, it is success. But deployment via Eclipse still having same error.
So alternative is to use "--auto_update_dispatch" option, may I know how can I enter that parameter in Eclipse?