My mistake.  The tailoring process is a custom java class written in
house by the person who owned this project prior to me.

"Michael P. Cavedon" wrote:

> In my test.properties file I have:
>
> DB_NAME=C:\dbInstall\dbName;upgrade=true
>
> When ant tailors all DB_NAME references in the appropriate files, it
> becomes:
>
> DB_NAME=C:\dbInstall\dbName;upgrade
>
> I am losing the "=true".  How do I qualify the equal sign so ant will
> know it is part of the DB_NAME property?

Reply via email to