RE: externalize db-props from repository.xml

2003-09-29 Thread Charles Anthony
PROTECTED] Subject: externalize db-props from repository.xml Hi, I want to move the database-alias, username and password from repository.xml to a *.properties-file, because this will make the deploy process (test-/production-environment) much easier. For example : repository.xml

Re: externalize db-props from repository.xml

2003-09-29 Thread Justis Peters
Hi Sven, You may wish to look into using ant as your build tool. In our office, we use it to perform large numbers of variable replacements. For example, my database configuration is different in my development environment as opposed to my production environment. Since the correct