• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Passing Environment Variables into Test via Ant

gdboling

Lurker
I'm creating some integration tests for an Android app that grabs some json from webservices. I'd like to be able to pass the server information (url, creds) into the Test via Ant rather than hard coding them.

I'd also like to avoid modifying the ${sdk.dir}/tools/ant/build.xml file. Can someone point me in the right direction?
 
Back
Top Bottom