Hi I have a properties file with property values set to different files.
Eg: A.properties ----------------- File_Orange=Orange.jmx File_Cherry=Cherry.jmx In the buildfile, could someone give examples on 1- how the build.xml could select a file to run with, ie build.xml picks Orange.jmx or Cherry.jmx (I'm thinking that some kind of conditional property check is necessary to know which file build.xml can know to run with) 2 - how the build.xml know that all the files should be selected to run with Appreciate any help. Good day