I am trying to automate the loading of a google app engine (java) project, there are no problems using ant macros to load in combination with one user + password, as after the first login through appcfg, but when I want to switch to another account, I need to re enter the password through stdin in appcfg.
It seems that I canβt find a way to pass the password as a transition to appcfg for username only, has someone successfully automated this process or had any ideas on how to do this?
source share