You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-cs@ibatis.apache.org by "Elmore, Tony G" <To...@illinois.gov> on 2006/08/04 18:32:14 UTC

Deployment

This seems like a silly question, seems like I'm behind the .net
curve...
When I want to deploy my application to a different environment (say
from test to production), I need to change the properties.config file.
Can anyone tell me how they are doing this without having to manually
change anything?  Is pulling the correct properties.config file via Nant
the proper alternative?
TE