If you add lines of the following form to the file build.properties (SDK pre 14) or ant.properties (SDK 14 and above)
Then, if you call 'ant release', signing with the correct passwords will be automatically done for you
(Assuming your release key store is located at: c: /users/you/my-release-key.keystore and your release key alias: your_release_alias)
key.store=c:/users/you/my-release-key.keystore key.alias=your_release_alias key.store.password=YourKeystorePassword key.alias.password=YourKeyaliasPassword
.
Nickt source share