I'm trying to use an environment variable to be used for my Ant.bat setting. I'm trying this:
vAntBat=%ANT_HOME%\bin\ant.bat
If I echo the value ${var["vAntBat"]} tesing in a Command Builder ANT_HOME get resolved correctly. But, when I use ${var["vAntBat"]} as 'Path to Ant executable' the environment variable doesn't get resolved.
The reason I want to do it this to use the same 'vAntBat' on all build machines regardless where my actual ant is located on those specific machines. This will allow me to export my QuickBuild database from one machine and import it into another.
Any help would be appreciated. Thanks.
Description
From Dave:
I'm trying to use an environment variable to be used for my Ant.bat setting. I'm trying this:
vAntBat=%ANT_HOME%\bin\ant.bat
If I echo the value ${var["vAntBat"]} tesing in a Command Builder ANT_HOME get resolved correctly. But, when I use ${var["vAntBat"]} as 'Path to Ant executable' the environment variable doesn't get resolved.
The reason I want to do it this to use the same 'vAntBat' on all build machines regardless where my actual ant is located on those specific machines. This will allow me to export my QuickBuild database from one machine and import it into another.
Any help would be appreciated. Thanks.