Re: Property selection

2008-02-05 Thread David Weintraub
Why not have multiple property files -- each with a different combination of properties you would want set? Then, you could have the user specify the right build properties file on the command line: In your build.xml: On the command line: $ ant -Dbuild.file=orange.properties $ ant -Dbuild.f

Property selection

2008-02-04 Thread Z W
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 Cherr