AW: how yo use multiple build.properties file

2007-01-12 Thread Jan.Materne
>> 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

Re: how yo use multiple build.properties file

2007-01-11 Thread Mathieu Champlon
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

how yo use multiple build.properties file

2007-01-11 Thread ashish shrivastava
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