What I want is a way to have settings that are dependent on build configuration. To give a specific example, my android application connects to a web service. In developme
I would start by placing the urls into a properties file that you can then place onto the classpath. Make a test and a production properties file. Then depending on the build place the correct file onto the classpath and pull the properties at runtime.