Do the Ant macros listed on the Complete Build File section of this page pertain to your local AppEngine server, or your actual production account on GAE? That is, if I ran the update target, would my GAE project upload to my local GAE instance or my production servers?
When it comes to local development, and when using an external Ant build (not from inside Eclipse), do I first package my project into a WAR and then copy it to a deploy directory for my local GAE instance, or do something else? How do I deploy locally?
Either way, how/where do you specify your account credentials (or other pertinent info) so that the Ant build knows to upload/download information from the correct GAE account? Thanks in advance!