Thanks for the reply. A couple of clarifications: <p> 1. The setting property files are intended to be built by an Ant script as part of an application. In other words, the properties contained in those files are to be read by the application, not by the Ant build script itself. <p> 2. The setting property files are unknown to the Ant script at the time of writing the script. In other words, they cannot be directly referenced by the Ant script. <p> Thanks.
Eric Fetzer wrote: > > <properties file="abc.dev.properties"/> > <properties file="abc.properties"/> > > The first statement will load in all of the env dependant properties. The > second will load in all of the others. Someone correct me if I'm wrong, > but I don't believe the second statement will overwrite any of the > properties that were already set by the first because you would have to > "unset" those properties first. This seemed like a bug to me, but I'm > sure it's by design... > -- View this message in context: http://www.nabble.com/Merge-base-settings-with-environment-specific-ones-tp23524997p23526309.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
