Thanks!
On Fri, 22 Oct 2004 13:54:33 -0700, Anderson, Rob (Global Trade)
<[EMAIL PROTECTED]> wrote:
> You would probably want to use the task. When I have environment specific
> configuration stuff, I usually create a properties file for each environment...
>
> dev.properties
> test.properties
You would probably want to use the task. When I have environment specific
configuration stuff, I usually create a properties file for each environment...
dev.properties
test.properties
prod.properties
Then I have my build file load the properties with the following...
Then I run ant like th