ANT propertyfile entry is not resolving to its value
- by Brian
I have a value in a properties file that I want to increment while the build is running. The goal is to copy a set of files and append a number to the front of each in order to maintain the order in which they were copied into the directory. I am using the <propertyfile> task as follows:
<propertyfile file="jsfiles.properties">
…