As far as I know, it is not possible to have an array of values ββin a properties file. What would be the best solution to store multiple values ββin a property?
eg. part of the properties file
# directory definitions
What I want is an array of properties such as:
# directory definitions
to encode them in build.xml
Any suggestions on how to do this?
I could imagine sharing values; and explode them in the build.xml file. Any best deals?
source share