>> Is this possible to use multiple properties file for my build,i mean
>> rather than using a single build.properties file for my build i want
>> to divide my property file into multiple files and want to use them
>> depending on some condition being meet.
>> My build.xml is calling other build
Hello,
What do you mean by 'refer to' ?
Don't you use to load 'build.properties' ?
You can load any number of property files you need, see
http://ant.apache.org/manual/CoreTasks/property.html
MAT.
ashish shrivastava a écrit :
Hi,
Is this possible to use multiple properties file for my buil
Hi,
Is this possible to use multiple properties file for my build,i mean rather
than using a single build.properties file for my build i want to divide my
property file into multiple files and want to use them depending on some
condition being meet.
My build.xml is calling other build files .how