I'd like to put together an automated build and deployment system for Android mobile apps using IBM tools.
I want to use Rational Team Concert build system, which would execute an Ant build file, pull source code from RTC SCM, then build and deploy an Android application created with IBM Worklight.
In other words, an automated build that generates the application .apk file, deploys the application web resources and adapters to the Worklight Server, and deploys the apk file to IBM Application Center.
Does anyone have experience with or examples for similar scenario?